aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed (clos...Jaime Marquínez Ferrándiz2015-04-031-1/+5
* Don't use bare 'except:'Jaime Marquínez Ferrándiz2015-03-271-9/+6
* [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-142-8/+5
* Add metadata from title parserphiresky2015-03-143-2/+58
* Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz2015-02-282-0/+40
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-7/+4
|\
| * [YoutubeDL] store the subtitles to download in the 'requested_subtitles' fieldJaime Marquínez Ferrándiz2015-02-161-3/+4
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-5/+1
* | [ffmpeg] Remove trivial helper methodPhilipp Hagemeister2015-02-171-4/+1
* | [ffmpeg] Make available a propertyPhilipp Hagemeister2015-02-171-1/+2
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-02-161-3/+3
|\|
| * [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945)Jaime Marquínez Ferrándiz2015-02-131-2/+2
* | [ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister2015-02-161-27/+72
|/
* [ffmpeg] --extrac-audio: Use the same options for avconv and ffmpegJaime Marquínez Ferrándiz2015-02-061-7/+6
* [ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)Philipp Hagemeister2015-02-031-1/+2
* [youtube] Fixup DASH m4a headersPhilipp Hagemeister2015-01-232-1/+21
* Embed description and URL as MP4 tagsDavid Powell2015-01-181-0/+4
* FFmpegEmbedSubtitlePP: simplify commandJaime Marquínez Ferrándiz2015-01-161-3/+3
* FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream (...Jaime Marquínez Ferrándiz2015-01-161-1/+7
* [ffmpeg] Call encodeFilename on filenamesPhilipp Hagemeister2015-01-101-2/+3
* Merge remote-tracking branch 'ivan/muxed-mtime'Philipp Hagemeister2015-01-101-2/+5
|\
| * Copy the mtime from the oldest source file to the file created by ffmpegIvan Kozik2014-11-201-0/+2
* | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4...Philipp Hagemeister2015-01-102-0/+25
* | [ffmpeg] Correctly encode paths on WindowsPhilipp Hagemeister2015-01-091-4/+5
* | Don't use '-shortest' option for merging formats (closes #4220, closes #4580)Jaime Marquínez Ferrándiz2015-01-041-1/+1
* | [YoutubeDL] Make postprocessors declarativePhilipp Hagemeister2014-12-152-4/+9
* | Fix PEP8 issue E713Jaime Marquínez Ferrándiz2014-12-091-1/+1
* | [ffmpeg] Improve version check and call it from hls (Fixes #4377)Philipp Hagemeister2014-12-061-3/+3
* | [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-263-0/+5
* | [ffmpeg] ModernizePhilipp Hagemeister2014-11-261-26/+28
* | PEP8: E225,E227Jouke Waleson2014-11-231-2/+2
* | PEP8: more appliedJouke Waleson2014-11-231-2/+2
* | PEP8 appliedJouke Waleson2014-11-233-11/+9
|/
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-024-9/+11
* [ffmpeg] Move version detection to utilsPhilipp Hagemeister2014-11-021-18/+2
* Remove unused importsPhilipp Hagemeister2014-10-261-1/+0
* [ffmpeg] Fix typoPhilipp Hagemeister2014-10-261-1/+1
* [ffmpeg] Fix call to ffprobe (Fixes #4041)Philipp Hagemeister2014-10-261-2/+14
* [ffmpeg] Make downloader optional (Fixes #4039)Philipp Hagemeister2014-10-261-2/+3
* [ffmpeg] Also look into stderr for extracting the versionJaime Marquínez Ferrándiz2014-10-261-1/+1
* [ffmpeg] Warn if ffmpeg/avconv version is too old (Fixes #4026)Philipp Hagemeister2014-10-261-8/+20
* [YoutubeDL] Output avconv/ffmpeg versions if -v is givenPhilipp Hagemeister2014-10-262-11/+35
* [ffmpeg] Improve format merging (Closes #3935)Philipp Hagemeister2014-10-131-1/+1
* [execafterdownload] Simplify (#3569)Philipp Hagemeister2014-08-251-28/+20
* Moved from os.system to subprocess.callmcd19922014-08-242-26/+29
* Implemented --exec option.mcd19922014-08-242-0/+38
* [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
* Provide compatibility check_output for 2.6 (Fixes #2926)Philipp Hagemeister2014-05-161-1/+2