aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | 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.
* Remove unusued importPhilipp Hagemeister2014-01-071-1/+0
|
* [xattr] Correct on WindowsPhilipp Hagemeister2014-01-071-4/+3
|
* [xattr] Always use UTF-8Philipp Hagemeister2014-01-071-1/+1
| | | | | On Windows and other systems, other encodings would break when trying to encode non-ASCII characters. Simply use UTF-8, like every sane system.
* [xattr] ReworkPhilipp Hagemeister2014-01-071-40/+18
| | | | In particular, explicitly require NT before trying ADS, and do not try to parse process output that may be localized.
* Move check_executable into a helper ufnctionPhilipp Hagemeister2014-01-071-7/+2
|
* [xattr] Always output a warning message on errorsPhilipp Hagemeister2014-01-071-3/+10
|
* [xattr] Write bytestrings, not charactersPhilipp Hagemeister2014-01-071-2/+4
|
* Split postprocessor package into multiple modulesPhilipp Hagemeister2014-01-074-638/+669
|
* Move postprocessor into its own packagePhilipp Hagemeister2014-01-071-0/+640