mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
49 lines
2.2 KiB
Text
49 lines
2.2 KiB
Text
ffmpeg (Software to record, convert and stream audio and video)
|
|
|
|
FFmpeg is a complete solution to record, convert and stream audio
|
|
and video. It includes libavcodec, the leading audio/video codec
|
|
library.
|
|
|
|
You can enable a lot of optional (not-autodetected) features by
|
|
passing variables to the script (VAR=yes/no ./ffmpeg.SlackBuild):
|
|
ASS=yes|no (default: no), requires libass
|
|
BLURAY=yes|no (default: no), requires libbluray
|
|
CELT=yes|no (default: no), requires celt
|
|
DC1394=yes|no (default: no), requires libdc1394
|
|
DECKLINK=yes|no (default: no), requires decklink-sdk
|
|
FAAC=yes|no (default: no), requires faac (creates non-redistributable binary)
|
|
FDK_AAC=yes|no (default: no), requires libfdk-aac (creates non-redistributable binary)
|
|
FLITE=yes|no (default: no), requires flite
|
|
FREI0R=yes|no (default: no), requires frei0r
|
|
GME=yes|no (default: no), requires libgme
|
|
GSM=yes|no (default: no), requires gsm
|
|
IEC61883=yes|no (default: no), requires libiec61883 and libavc1394
|
|
ILBC=yes|no (default: no), requires libilbc
|
|
LADSPA=yes|no (default: no), requires ladspa_sdk
|
|
LAME=yes|no (default: no), requires lame
|
|
MODPLUG=yes|no (default: no), requires libmodplug
|
|
OPENAL=yes|no (default: no), requires OpenAL
|
|
OPENCORE=yes|no (default: no), requires opencore-amr
|
|
OPENCV=yes|no (default: no), requires opencv
|
|
OPENSSL=yes|no (default: no), creates non-redistributable binary
|
|
OPUS=yes|no (default: no), requires opus
|
|
QUVI=yes|no (default: no), requires libquvi
|
|
RTMP=yes|no (default: no), requires rtmpdump
|
|
SCHROEDINGER=yes|no (default: no), requires schroedinger
|
|
SNAPPY=yes|no (default: no), requires snappy
|
|
SPEEX=yes|no (default: no), requires speex
|
|
TWOLAME=yes|no (default: no), requires twolame
|
|
VIDSTAB=yes|no (default: no), requires vid.stab
|
|
WEBP=yes|no (default: no), requires libwebp
|
|
X264=yes|no (default: no), requires x264
|
|
X265=yes|no (default: no), requires x265
|
|
XVID=yes|no (default: no), requires xvidcore
|
|
ZMQ=yes|no (default: no), requires zeromq
|
|
ZVBI=yes|no (default: no), requires zvbi
|
|
|
|
An additional optional (autodetected) dependency is jack-audio-connection-kit.
|
|
|
|
Make sure to run this script in a real root shell ("su -") and that you
|
|
have either tetex or texlive installed.
|
|
|
|
All of the mentioned requirements are available from SlackBuilds.org
|