Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 8 Jan 2014 16:53:34 +0000 (17:53 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 8 Jan 2014 16:53:34 +0000 (17:53 +0100)
commit76b1bd672d56d4776f377a586a9b64145e089345
treecd822ecf24b2d04a38e91414367c0cc0634ccee2
parent469ec9416a813f845df0df06a077a008597d83d9
Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)

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.
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/postprocessor/ffmpeg.py