mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[Metadata] Remove filename from attached info-json
This commit is contained in:
		| @@ -799,8 +799,11 @@ class FFmpegMetadataPP(FFmpegPostProcessor): | ||||
|             yield ('-map', '-0:%d' % old_stream) | ||||
|             new_stream -= 1 | ||||
| 
 | ||||
|         yield ('-attach', infofn, | ||||
|                '-metadata:s:%d' % new_stream, 'mimetype=application/json') | ||||
|         yield ( | ||||
|             '-attach', infofn, | ||||
|             f'-metadata:s:{new_stream}', 'mimetype=application/json', | ||||
|             f'-metadata:s:{new_stream}', 'filename=info.json', | ||||
|         ) | ||||
| 
 | ||||
| 
 | ||||
| class FFmpegMergerPP(FFmpegPostProcessor): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan