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):
|
2012-08-19 13:15:52 +02:00
|
|
|
ASS=yes|no (default: no), requires libass
|
|
|
|
BLURAY=yes|no (default: no), requires libbluray
|
2011-12-19 00:44:47 +01:00
|
|
|
CELT=yes|no (default: no), requires celt
|
2010-05-13 00:34:41 +02:00
|
|
|
DC1394=yes|no (default: no), requires libdc1394
|
2015-05-31 21:54:19 +02:00
|
|
|
DECKLINK=yes|no (default: no), requires decklink-sdk
|
2010-06-29 02:42:39 +02:00
|
|
|
FAAC=yes|no (default: no), requires faac (creates non-redistributable binary)
|
2015-05-23 18:40:42 +02:00
|
|
|
FDK_AAC=yes|no (default: no), requires libfdk-aac (creates non-redistributable binary)
|
|
|
|
FLITE=yes|no (default: no), requires flite
|
2011-12-19 00:44:47 +01:00
|
|
|
FREI0R=yes|no (default: no), requires frei0r
|
2016-02-21 15:33:45 +01:00
|
|
|
GME=yes|no (default: no), requires libgme
|
2010-06-29 02:42:39 +02:00
|
|
|
GSM=yes|no (default: no), requires gsm
|
2013-11-02 20:54:55 +01:00
|
|
|
IEC61883=yes|no (default: no), requires libiec61883 and libavc1394
|
|
|
|
ILBC=yes|no (default: no), requires libilbc
|
|
|
|
LADSPA=yes|no (default: no), requires ladspa_sdk
|
2015-05-23 18:40:42 +02:00
|
|
|
LAME=yes|no (default: no), requires lame
|
2013-11-02 20:54:55 +01:00
|
|
|
MODPLUG=yes|no (default: no), requires libmodplug
|
2012-08-19 13:15:52 +02:00
|
|
|
OPENAL=yes|no (default: no), requires OpenAL
|
2010-04-18 17:36:44 +02:00
|
|
|
OPENCORE=yes|no (default: no), requires opencore-amr
|
2015-05-23 18:40:42 +02:00
|
|
|
OPENCV=yes|no (default: no), requires opencv
|
2012-09-02 15:43:45 +02:00
|
|
|
OPENSSL=yes|no (default: no), creates non-redistributable binary
|
2013-11-02 20:54:55 +01:00
|
|
|
OPUS=yes|no (default: no), requires opus
|
2015-05-23 18:40:42 +02:00
|
|
|
QUVI=yes|no (default: no), requires libquvi
|
2010-06-29 02:42:39 +02:00
|
|
|
RTMP=yes|no (default: no), requires rtmpdump
|
2010-05-13 00:34:41 +02:00
|
|
|
SCHROEDINGER=yes|no (default: no), requires schroedinger
|
2016-02-21 15:33:45 +01:00
|
|
|
SNAPPY=yes|no (default: no), requires snappy
|
2010-05-13 00:34:41 +02:00
|
|
|
SPEEX=yes|no (default: no), requires speex
|
2013-11-02 20:54:55 +01:00
|
|
|
TWOLAME=yes|no (default: no), requires twolame
|
2015-05-23 18:40:42 +02:00
|
|
|
VIDSTAB=yes|no (default: no), requires vid.stab
|
2016-02-21 15:33:45 +01:00
|
|
|
WEBP=yes|no (default: no), requires libwebp
|
2015-05-23 18:40:42 +02:00
|
|
|
X264=yes|no (default: no), requires x264
|
|
|
|
X265=yes|no (default: no), requires x265
|
2010-05-13 00:34:41 +02:00
|
|
|
XVID=yes|no (default: no), requires xvidcore
|
2015-05-23 18:40:42 +02:00
|
|
|
ZVBI=yes|no (default: no), requires zvbi
|
2010-05-11 20:01:15 +02:00
|
|
|
|
2016-01-09 23:59:39 +01:00
|
|
|
An additional optional (autodetected) dependency is jack-audio-connection-kit.
|
2015-05-28 19:36:00 +02:00
|
|
|
|
2010-06-29 02:42:39 +02:00
|
|
|
Make sure to run this script in a real root shell ("su -") and that you
|
|
|
|
have either tetex or texlive installed.
|
|
|
|
|
2010-05-13 00:34:41 +02:00
|
|
|
All of the mentioned requirements are available from SlackBuilds.org
|