1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-25 12:08:36 +02:00

[FFmpegSubtitlesConvertorPP] remove intermediate srt files

This commit is contained in:
Jaime Marquínez Ferrándiz 2016-02-06 19:04:18 +01:00
parent 3547d26587
commit 7b8b007cd9

View File

@ -518,6 +518,8 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
if new_ext == 'srt':
continue
else:
sub_filenames.append(srt_file)
self.run_ffmpeg(old_file, new_file, ['-f', new_format])