[FFmpeg-user] Fwd: ffmpeg Adding cover art to mkv file convert image to video stream

CMG DiGiTaL cmarciog at gmail.com
Fri Mar 4 08:09:05 EET 2022


hi,

Problem solved!

I was able to get the image to be added to the MKV file without it being
created as a video stream. See command below:

 ffmpeg -i "input.mkv" -attach "cover.jpg" -map 0 -c copy -metadata:s:t
mimetype="image/jpg" -metadata:s:t:0 filename="cover.jpg" "output_cover.mkv"


thanks
Clamarc


More information about the ffmpeg-user mailing list