#2221: Adding cover art to MP3 issues
-------------------------------------+-------------------------------------
Reporter: Atarikid | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
According ffmpeg.org documentation it should be possible to add cover art
to .mp3 files.
This does not works:
ffmpeg -i input.mp3 -i cover.png -c copy -id3v2_version 3 -metadata:s:v
title="Album cover"
-metadata:s:v comment="Cover (Front)" out.mp3
However this works
ffmpeg -i input.mp3 -i cover.png -map 0:0 -map 1:0 -c copy -id3v2_version
3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)"
out.mp3
Is this suppose to work like this?
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2221>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac