2010-05-11 20:01:15 +02:00
|
|
|
FFmpeg is a complete solution to record, convert and stream audio
|
|
|
|
and video. It includes libavcodec, the leading audio/video codec
|
|
|
|
library.
|
|
|
|
|
2010-05-13 00:34:41 +02:00
|
|
|
You can enable a lot of optional (not-autodetected) features by
|
|
|
|
passing variables to the script (VAR=yes/no ./ffmpeg.SlackBuild):
|
|
|
|
AMRNB=yes|no (default: no), requires amrnb (creates non-redistributable binary)
|
|
|
|
AMRWB=yes|no (default: no), requires amrwb (creates non-redistributable binary)
|
|
|
|
DC1394=yes|no (default: no), requires libdc1394
|
|
|
|
DIRAC=yes|no (default: no), requires dirac
|
|
|
|
FAAC=yes|no (default: yes), requires faac
|
|
|
|
FAAD=yes|no (default: yes), requires faad2
|
|
|
|
LAME=yes|no (default: yes), requires lame
|
|
|
|
JP2=yes|no (default: no), requires openjpeg
|
|
|
|
SCHROEDINGER=yes|no (default: no), requires schroedinger
|
|
|
|
SPEEX=yes|no (default: no), requires speex
|
|
|
|
VDPAU=yes|no (default: no), requires nvidia-driver and vdpau capable gpu
|
|
|
|
X264=yes|no (default: yes), requires x264
|
|
|
|
XVID=yes|no (default: no), requires xvidcore
|
2010-05-11 20:01:15 +02:00
|
|
|
|
2010-05-13 00:34:41 +02:00
|
|
|
All of the mentioned requirements are available from SlackBuilds.org
|