mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[postprocessor/FixupDuplicateMoov] Fix bug in triggering
This commit is contained in:
		| @@ -3312,7 +3312,7 @@ class YoutubeDL: | ||||
|                                      or info_dict.get('is_live') and self.params.get('hls_use_mpegts') is None, | ||||
|                                      'Possible MPEG-TS in MP4 container or malformed AAC timestamps', | ||||
|                                      FFmpegFixupM3u8PP) | ||||
|                         ffmpeg_fixup(info_dict.get('is_live') and downloader == 'DashSegmentsFD', | ||||
|                         ffmpeg_fixup(info_dict.get('is_live') and downloader == 'dashsegments', | ||||
|                                      'Possible duplicate MOOV atoms', FFmpegFixupDuplicateMoovPP) | ||||
| 
 | ||||
|                     ffmpeg_fixup(downloader == 'web_socket_fragment', 'Malformed timestamps detected', FFmpegFixupTimestampPP) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan