mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 02:03:23 +01:00
[Metadata] Remove filename from attached info-json
This commit is contained in:
parent
00828e2c93
commit
ca04e1bf49
@ -799,8 +799,11 @@ def _get_infojson_opts(self, info, infofn):
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user