Quantcast
Viewing all articles
Browse latest Browse all 45589

FFmeg how to add embedded image to mp3 (id3v2)?

Hello,

I'm using FFmpeg 1.1, I want to add an embedded image to existing Mp3.

Can't achieve it with any of the followings CLI.

Quote:

ffmpeg -i withTagsMp3.mp3 -i img.jpg -acodec copy -map_metadata 0 -write_id3v1 1 test.mp3
ffmpeg -i withTagsMp3.mp3 -i img.jpg -acodec copy -map_metadata 0 -id3v2_version 3 test.mp3
ffmpeg -i withTagsMp3.mp3 -i img.jpg -acodec copy test.mp3

Viewing all articles
Browse latest Browse all 45589

Trending Articles