[postprocessor/EmbedThumbnail,postprocessor/FFmpegMetadata] Fix error on attaching thumbnails and info json for mkv/mka (#6647)
Authored by: Lesmiscore Current yt-dlp code never hit this bug, but would hit once filename sanitization gets better
This commit is contained in:
parent
95a383be1b
commit
0f0875ed55
2 changed files with 2 additions and 2 deletions
|
|
@ -809,7 +809,7 @@ class FFmpegMetadataPP(FFmpegPostProcessor):
|
|||
new_stream -= 1
|
||||
|
||||
yield (
|
||||
'-attach', infofn,
|
||||
'-attach', self._ffmpeg_filename_argument(infofn),
|
||||
f'-metadata:s:{new_stream}', 'mimetype=application/json',
|
||||
f'-metadata:s:{new_stream}', 'filename=info.json',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue