Copying a matroska container including the attachement
14 Dec
2020
14 Dec
'20
12:52 p.m.
Hi there, What would(should?) be the right command to copy an mkv file (including the attachment). I tried a naive: ffmpeg -i input.mkv -map 0 -map_metadata 0 -c copy output.mkv The attachment information gets lost (the jpg seems to be still there though). Thanks, -- Mathieu
15 Dec
15 Dec
9:53 p.m.
New subject: Copying a matroska container including the attachement
Am Mo., 14. Dez. 2020 um 13:52 Uhr schrieb Mathieu Malaterre <mathieu.malaterre@gmail.com>:
What would(should?) be the right command to copy an mkv file (including the attachment). I tried a naive:
ffmpeg -i input.mkv -map 0 -map_metadata 0 -c copy output.mkv
Complete, uncut console output and an input sample missing. Carl Eugen
2098
Age (days ago)
2099
Last active (days ago)
1 comments
2 participants
participants (2)
-
Carl Eugen Hoyos -
Mathieu Malaterre