Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ffmpeg: Record, convert and stream audio and video
- Summary
- FFmpeg is a very fast video and audio converter. It can also grab from a
live audio/video source.
The command line interface is designed to be intuitive, in the sense that
ffmpeg tries to figure out all the parameters, when possible. You have
usually to give only the target bitrate you want. FFmpeg can also convert
from any sample rate to any other, and resize video on the fly with a high
quality polyphase filter.
Available rpmbuild rebuild options :
--without : lame vorbis theora faad faac gsm xvid x264 a52dec dts altivec
--with : dc1394
Changelog
- * Wed Jun 13 01:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat May 13 01:00:00 2006 Matthias Saou <http://freshrpms.net/> 0.4.9-0.5.20060317
-
- Change selinux library context in %post to allow text relocation.
- * Sat Mar 18 00:00:00 2006 Matthias Saou <http://freshrpms.net/> 0.4.9-0.4.20060317
-
- Update to CVS snapshot.
- The libraries are versionned at last, so no longer use the autoreqprov hack.
- Override incdir to get install to work properly.
- Provide a postprocess.h compatibility copy.