aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor/ffmpeg.py
Commit message (Expand)AuthorAgeFilesLines
* [ffmpeg] PEP8 and a more obvious variable namePhilipp Hagemeister2014-07-231-4/+4
* Deletes temp files after postprocess merge unless -k option is specifiedrupertbaxter22014-07-231-1/+5
* [ffmpeg] Correct argument encoding on Windows with Python 2.xPhilipp Hagemeister2014-05-161-1/+2
* Merge branch 'atomicparsley' (closes #2436)Jaime Marquínez Ferrándiz2014-04-121-1/+19
|\
| * fix ffmpeg metadatapppulpe2014-03-261-1/+5
| * fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail wi...pulpe2014-03-261-3/+3
| * add post processorpulpe2014-03-261-0/+14
* | [ffmpeg] Do not pass in byets to subprocess (Fixes #2717)Philipp Hagemeister2014-04-071-2/+1
* | Add new --encoding option (Fixes #2650)Philipp Hagemeister2014-03-301-2/+3
|/
* FFmpegMergerPP: Print an info message with the destination before running ffmpegJaime Marquínez Ferrándiz2014-01-171-0/+1
* Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)Jaime Marquínez Ferrándiz2014-01-081-12/+20
* Move check_executable into a helper ufnctionPhilipp Hagemeister2014-01-071-7/+2
* Split postprocessor package into multiple modulesPhilipp Hagemeister2014-01-071-0/+481