[FFmpegSubtitlesConvertorPP] remove intermediate srt files

totalwebcasting
Jaime Marquínez Ferrándiz 8 years ago
parent 3547d26587
commit 7b8b007cd9

@ -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])

Loading…
Cancel
Save