gst-ffmpeg-0.10.13

Introduction to gst-ffmpeg

The gst-ffmpeg package is a gstreamer plugin for ffmpeg.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

gst-ffmpeg Dependencies

Required

gst-plugins-base-0.10.36 and yasm-1.2.0

Optional

FFmpeg-0.10.3 and ORC

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gst-ffmpeg

Installation of gst-ffmpeg

Install gst-ffmpeg by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--with-system-ffmpeg: This switch allows you to use the system libav libraries from a previously installed ffmpeg. This would usually give you a more up to date version of this code, now that ffmpeg has frequent releases, and significantly reduces the time and space required to build this package. However, it is not recommended by the gst-ffmpeg developers and it may break the testsuite.

Contents

Installed Programs: None
Installed Libraries: libgstffmpeg.so, libgstffmpegscale.so, and libgstpostproc.so
Installed Directory:

Last updated on 2012-03-12 11:49:30 +0000