about summary refs log tree commit diff
path: root/youtube_dl/PostProcessor.py
Commit message (Expand)AuthorAgeFilesLines
* FFmpegMetadataPP: don't enclose the values with " (fixes #1756)Jaime Marquínez Ferrándiz2013-11-121-1/+1
* Do not import *Philipp Hagemeister2013-10-151-2/+8
* Merge remote-tracking branch 'jaimeMF/opus-fix'Philipp Hagemeister2013-10-131-1/+2
|\
| * Don't set the '-aq' option with the opus format (fixes #1263)Jaime Marquínez Ferrándiz2013-10-121-1/+2
* | FFmpegPostProcessor: print the command line used if the --verbose option is g...Jaime Marquínez Ferrándiz2013-10-121-0/+2
|/
* Add a PostProcessor for adding metadata to the file (closes #1570)Jaime Marquínez Ferrándiz2013-10-111-0/+33
* Don't embed subtitles if the list is empty or the field is not set (fixes #1510)Jaime Marquínez Ferrándiz2013-09-271-1/+4
* PostProcessingError holds the message in the 'msg' property, not in 'message'...Jaime Marquínez Ferrándiz2013-08-281-2/+2
* Print a message before embedding the subtitlesJaime Marquínez Ferrándiz2013-08-231-0/+1
* Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-231-2/+233
* Log a better error message if ffprobe or avconv are not found (related #1134)Jaime Marquínez Ferrándiz2013-07-311-1/+2
* Switch some calls to to_stderr to report_error and report_warningJaime Marquínez Ferrándiz2013-07-311-1/+1
* Remove useless headersPhilipp Hagemeister2013-06-231-5/+0
* FFmpegPostProcessor: decode stderr first and then get the last line (closes #...Jaime Marquínez Ferrándiz2013-05-121-1/+2
* Dont delete source file when source file and post-processed file are the sameJoe Frambach2013-04-241-1/+6
* Switch to m4a by default (Closes #240)Philipp Hagemeister2013-02-011-2/+2
* --recode-video option (Closes #18)Philipp Hagemeister2013-01-121-36/+24
* Add a PostProcessor for converting video formatJaime Marquínez Ferrándiz2013-01-111-21/+54
* Support --audio-format=opusPhilipp Hagemeister2013-01-101-2/+2
* Fix broken ffmpeg (Closes #623)Philipp Hagemeister2013-01-091-2/+9
* not relying on ffmpeg to do the post-processed file checking, instead doing i...Barbu Paul - Gheorghe2012-12-241-7/+6
* apparently the -n option is available only in ffmpegBarbu Paul - Gheorghe2012-12-231-1/+1
* modified FFmpegExtractAudioPP to accept whether it should overwrite post-proc...Barbu Paul - Gheorghe2012-12-231-3/+8
* Fix --extract-audio on Python 3Philipp Hagemeister2012-12-161-2/+2
* Use relative importsPhilipp Hagemeister2012-11-281-1/+3
* Convert all tabs to 4 spaces (PEP8)Philipp Hagemeister2012-11-281-172/+172
* Fix audio bitrate quality for ffmpeg/avconvTailszefox2012-10-231-2/+2
* Don't use 2.7+ check_outputPhilipp Hagemeister2012-10-191-1/+1
* Correct detect_executables on Windows (Closes #447, #457)Philipp Hagemeister2012-10-081-7/+8
* changed --audio-quality behaviour to support both CBR and VBRFilippo Valsorda2012-07-141-2/+8
* fixed a logic bug in post-processingFilippo Valsorda2012-07-141-2/+2
* normalize ffmpeg/avconv names printingFilippo Valsorda2012-06-031-3/+3
* check for avconv and ffmpeg, use as available; closes #344Filippo Valsorda2012-06-031-19/+25
* better naming for the sub-modulesFilippo Valsorda - Campagna2012-04-101-0/+185