Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
becki:linux:multimedia [2017-05-30 08:47] becki [ffmpeg] |
becki:linux:multimedia [2018-09-15 08:03] (aktuell) becki [Encode to x264] |
||
|---|---|---|---|
| Zeile 33: | Zeile 33: | ||
| ASS=yes FAAC=yes LAME=yes X264=yes ./ffmpeg.SlackBuild | ASS=yes FAAC=yes LAME=yes X264=yes ./ffmpeg.SlackBuild | ||
| - | Note: To install ffmpeg on a headless server (without X) it may be necessary to disable some features which are enabled by default (tested): | + | FIXME FAAC seems not necessary any morge as of ffmpeg-3.2.4. Instead try FDK_AAC |
| + | Note: To install ffmpeg on a headless server (without X) it may be necessary to install additional stock packages first and to disable some features which are enabled by default (tested): | ||
| + | |||
| + | slackpkg install libXi libXtst | ||
| CACA=no OPENGL=no X11GRAB=no ASS=yes FAAC=yes LAME=yes X264=yes ./ffmpeg.SlackBuild | CACA=no OPENGL=no X11GRAB=no ASS=yes FAAC=yes LAME=yes X264=yes ./ffmpeg.SlackBuild | ||
| Zeile 115: | Zeile 118: | ||
| Useful opts: | Useful opts: | ||
| <code> | <code> | ||
| + | -tune animation - good for cartoons | ||
| -an disable audio | -an disable audio | ||
| -vn disable video | -vn disable video | ||
| Zeile 159: | Zeile 163: | ||
| - multiple audio tracks | - multiple audio tracks | ||
| - Test ffmpeg -aspect | - Test ffmpeg -aspect | ||
| - | - | + | |
| ===== DVD ripping with HandBrake == | ===== DVD ripping with HandBrake == | ||
| ==== Install == | ==== Install == | ||