[FFmpegSubtitlesConvertorPP] remove intermediate srt files

pull/8/head
Jaime Marquínez Ferrándiz 2016-02-06 19:04:18 +01:00
rodzic 3547d26587
commit 7b8b007cd9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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