You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/postprocessor
Jaime Marquínez Ferrándiz 76b1bd672d 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.
11 years ago
..
__init__.py Split postprocessor package into multiple modules 11 years ago
common.py Split postprocessor package into multiple modules 11 years ago
ffmpeg.py Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115) 11 years ago
xattrpp.py Remove unusued import 11 years ago