aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/postprocessor/ffmpeg.py
AgeCommit message (Collapse)Author
2014-01-17FFmpegMergerPP: Print an info message with the destination before running ffmpegJaime Marquínez Ferrándiz
2014-01-08Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)Jaime Marquínez Ferrándiz
Affects the ffmpeg post processors, if ‘--prefer-ffmpeg’ is given and both avconv and ffmpeg are installed, it will use ffmpeg. Otherwise it will follow the old behaviour.
2014-01-07Move check_executable into a helper ufnctionPhilipp Hagemeister
2014-01-07Split postprocessor package into multiple modulesPhilipp Hagemeister