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.
Download (HTTP): http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2
Download MD5 sum: 7f5beacaf1312db2db30a026b36888c4
Download size: 4.6 MB
Estimated disk space required: 272 MB (if not using system ffmpeg)
Estimated build time: 2.9 SBU (if not using system ffmpeg)
gst-plugins-base-0.10.36 and yasm-1.2.0
FFmpeg-0.10.3 and ORC
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.
Last updated on 2012-03-12 11:49:30 +0000