mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[FFmpegSubtitlesConvertorPP] remove intermediate srt files
This commit is contained in:
		| @@ -518,6 +518,8 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor): | |||||||
|  |  | ||||||
|                 if new_ext == 'srt': |                 if new_ext == 'srt': | ||||||
|                     continue |                     continue | ||||||
|  |                 else: | ||||||
|  |                     sub_filenames.append(srt_file) | ||||||
|  |  | ||||||
|             self.run_ffmpeg(old_file, new_file, ['-f', new_format]) |             self.run_ffmpeg(old_file, new_file, ['-f', new_format]) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user