Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move postprocessor into its own package | Philipp Hagemeister | 2014-01-07 | 1 | -641/+0 |
| | |||||
* | [xattr] Coding style | Philipp Hagemeister | 2014-01-07 | 1 | -7/+8 |
| | |||||
* | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | 2014-01-07 | 1 | -0/+119 |
|\ | | | | | | | | | Conflicts: youtube_dl/PostProcessor.py | ||||
| * | Added '--xattrs' option which writes metadata to the file's extended ↵ | epitron | 2014-01-02 | 1 | -0/+120 |
| | | | | | | | | | | | | attributes using a youtube-dl postprocessor. Works on Linux, OSX, and Windows. | ||||
* | | Fix/work around Windows encoding issues (Fixes #2095) | Philipp Hagemeister | 2014-01-05 | 1 | -3/+6 |
| | | |||||
* | | Allow merging formats (closes #1612) | Jaime Marquínez Ferrándiz | 2014-01-04 | 1 | -0/+8 |
| | | | | | | | | Multiple formats can be requested using `-f 137+139`, each one is downloaded and then the two are merged with ffmpeg. | ||||
* | | FFmpegMetadataPP; Write temporary file to `something.temp.{ext}` (fixes #2079) | Jaime Marquínez Ferrándiz | 2014-01-03 | 1 | -3/+2 |
|/ | | | | ffmpeg correctly recognize the formats of extensions like m4a, but it doesn’t works if it’s passed with the `—format` option. | ||||
* | FFmpegMetadataPP: don't enclose the values with " (fixes #1756) | Jaime Marquínez Ferrándiz | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Do not import * | Philipp Hagemeister | 2013-10-15 | 1 | -2/+8 |
| | |||||
* | Merge remote-tracking branch 'jaimeMF/opus-fix' | Philipp Hagemeister | 2013-10-13 | 1 | -1/+2 |
|\ | |||||
| * | Don't set the '-aq' option with the opus format (fixes #1263) | Jaime Marquínez Ferrándiz | 2013-10-12 | 1 | -1/+2 |
| | | |||||
* | | FFmpegPostProcessor: print the command line used if the --verbose option is ↵ | Jaime Marquínez Ferrándiz | 2013-10-12 | 1 | -0/+2 |
|/ | | | | given | ||||
* | Add a PostProcessor for adding metadata to the file (closes #1570) | Jaime Marquínez Ferrándiz | 2013-10-11 | 1 | -0/+33 |
| | | | | It currently sets the title, the date and the author values. | ||||
* | Don't embed subtitles if the list is empty or the field is not set (fixes #1510) | Jaime Marquínez Ferrándiz | 2013-09-27 | 1 | -1/+4 |
| | |||||
* | PostProcessingError holds the message in the 'msg' property, not in ↵ | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -2/+2 |
| | | | | | | 'message' (fixes #1323) Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/ | ||||
* | Print a message before embedding the subtitles | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -0/+1 |
| | |||||
* | Add a post processor for embedding subtitles in mp4 videos (closes #1052) | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -2/+233 |
| | |||||
* | Log a better error message if ffprobe or avconv are not found (related #1134) | Jaime Marquínez Ferrándiz | 2013-07-31 | 1 | -1/+2 |
| | |||||
* | Switch some calls to to_stderr to report_error and report_warning | Jaime Marquínez Ferrándiz | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | Remove useless headers | Philipp Hagemeister | 2013-06-23 | 1 | -5/+0 |
| | |||||
* | FFmpegPostProcessor: decode stderr first and then get the last line (closes ↵ | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -1/+2 |
| | | | | #837) | ||||
* | Dont delete source file when source file and post-processed file are the same | Joe Frambach | 2013-04-24 | 1 | -1/+6 |
| | |||||
* | Switch to m4a by default (Closes #240) | Philipp Hagemeister | 2013-02-01 | 1 | -2/+2 |
| | |||||
* | --recode-video option (Closes #18) | Philipp Hagemeister | 2013-01-12 | 1 | -36/+24 |
| | |||||
* | Add a PostProcessor for converting video format | Jaime Marquínez Ferrándiz | 2013-01-11 | 1 | -21/+54 |
| | |||||
* | Support --audio-format=opus | Philipp Hagemeister | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | Fix broken ffmpeg (Closes #623) | Philipp Hagemeister | 2013-01-09 | 1 | -2/+9 |
| | |||||
* | not relying on ffmpeg to do the post-processed file checking, instead doing ↵ | Barbu Paul - Gheorghe | 2012-12-24 | 1 | -7/+6 |
| | | | | it directly in youtube-dl | ||||
* | apparently the -n option is available only in ffmpeg | Barbu Paul - Gheorghe | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | modified FFmpegExtractAudioPP to accept whether it should overwrite ↵ | Barbu Paul - Gheorghe | 2012-12-23 | 1 | -3/+8 |
| | | | | post-processed files or not | ||||
* | Fix --extract-audio on Python 3 | Philipp Hagemeister | 2012-12-16 | 1 | -2/+2 |
| | |||||
* | Use relative imports | Philipp Hagemeister | 2012-11-28 | 1 | -1/+3 |
| | |||||
* | Convert all tabs to 4 spaces (PEP8) | Philipp Hagemeister | 2012-11-28 | 1 | -172/+172 |
| | |||||
* | Fix audio bitrate quality for ffmpeg/avconv | Tailszefox | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Don't use 2.7+ check_output | Philipp Hagemeister | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Correct detect_executables on Windows (Closes #447, #457) | Philipp Hagemeister | 2012-10-08 | 1 | -7/+8 |
| | |||||
* | changed --audio-quality behaviour to support both CBR and VBR | Filippo Valsorda | 2012-07-14 | 1 | -2/+8 |
| | |||||
* | fixed a logic bug in post-processing | Filippo Valsorda | 2012-07-14 | 1 | -2/+2 |
| | |||||
* | normalize ffmpeg/avconv names printing | Filippo Valsorda | 2012-06-03 | 1 | -3/+3 |
| | |||||
* | check for avconv and ffmpeg, use as available; closes #344 | Filippo Valsorda | 2012-06-03 | 1 | -19/+25 |
| | |||||
* | better naming for the sub-modules | Filippo Valsorda - Campagna | 2012-04-10 | 1 | -0/+185 |