1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 22:27:23 +08:00

17 Commits

Author SHA1 Message Date
Anthony Weems
8a7624df3d fixed str to byte pattern (compatible with 2.x and 3) 2014-05-09 18:29:31 -05:00
Anthony Weems
76adb9074a take --keep-video option into account
Unfortunately, we cannot simply return False from FFmpegConcatPP.run() because
the current post_process() function merely deletes the specified filename.
For this to work properly, the postprocessor should be able to specify the
files it wants to delete alongside the flag to delete them.
2014-05-02 03:32:44 -05:00
Anthony Weems
712464e1e8 migrate everything to run_ffmpeg_multiple_files instead of rebuilding the wheel 2014-05-02 03:22:37 -05:00
Anthony Weems
8aac00e085 use encoded path for shell command 2014-05-02 02:24:39 -05:00
Anthony Weems
997e236cb9 use byte array for communication 2014-05-02 02:24:18 -05:00
Anthony Weems
90e4b63d4c return correct value from postprocessor 2014-05-01 12:39:28 -05:00
Anthony Weems
2cd5408951 added flag to merge videos from a playlist into one continuous file 2014-05-01 11:29:29 -05:00
Jaime Marquínez Ferrándiz
77477fa4c9 Merge branch 'atomicparsley' (closes #2436) 2014-04-12 15:52:42 +02:00
Philipp Hagemeister
269aecd0c0 [ffmpeg] Do not pass in byets to subprocess (Fixes #2717) 2014-04-07 23:33:05 +02:00
Philipp Hagemeister
62fec3b2ff Add new --encoding option (Fixes #2650) 2014-03-30 06:08:22 +02:00
pulpe
39c68260c0 fix ffmpeg metadatapp 2014-03-26 15:22:52 +01:00
pulpe
149254d0d5 fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail with same video 2014-03-26 15:22:52 +01:00
pulpe
0c14e2fbe3 add post processor 2014-03-26 15:22:51 +01:00
Jaime Marquínez Ferrándiz
e103fd46ca FFmpegMergerPP: Print an info message with the destination before running ffmpeg 2014-01-17 14:31:23 +01:00
Jaime Marquínez Ferrándiz
76b1bd672d Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)
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.
2014-01-08 17:53:34 +01:00
Philipp Hagemeister
d70ad093af Move check_executable into a helper ufnction 2014-01-07 06:23:41 +01:00
Philipp Hagemeister
496c19234c Split postprocessor package into multiple modules 2014-01-07 05:59:22 +01:00