mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermediate format between ttml/dfxp and other format
It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them.
I broke it in e04398e397.
			
			
This commit is contained in:
		| @@ -508,6 +508,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor): | ||||
|  | ||||
|                 with io.open(srt_file, 'wt', encoding='utf-8') as f: | ||||
|                     f.write(srt_data) | ||||
|                 old_file = srt_file | ||||
|  | ||||
|                 ext = 'srt' | ||||
|                 subs[lang] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz