Commit Graph

16 Commits (master)

Author SHA1 Message Date
remitamine f17f86513e Add fixup for media files produced by HlsNative downloader(fixes #4776) 8 years ago
pulpe 10fb7710e8 Forgot to clean the remains of class 9 years ago
pulpe ddbed36455 [embedthumbnail] Add support for mp3 cover embedding 9 years ago
phiresky e7db87f700 Add metadata from title parser
(Closes #5125)
9 years ago
Jaime Marquínez Ferrándiz e9fade72f3 Add postprocessor for converting subtitles (closes #4954) 9 years ago
Philipp Hagemeister 62cd676c74 [youtube] Fixup DASH m4a headers
This fixes #2288, #2506, #2607, #3681, #4741, #4767.
9 years ago
Philipp Hagemeister 6271f1cad9 [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4674) 9 years ago
Philipp Hagemeister 4f026fafbc [YoutubeDL] Make postprocessors declarative
Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs.
10 years ago
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
10 years ago
Philipp Hagemeister d28b517154 [YoutubeDL] Output avconv/ffmpeg versions if -v is given 10 years ago
mcd1992 a2360a4c80 Moved from os.system to subprocess.call 10 years ago
mcd1992 a7cacbca2b Implemented --exec option. 10 years ago
pulpe 149254d0d5 fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail with same video 10 years ago
pulpe 0c14e2fbe3 add post processor 10 years ago
Philipp Hagemeister 496c19234c Split postprocessor package into multiple modules 10 years ago
Philipp Hagemeister 56327689a2 Move postprocessor into its own package 10 years ago