[FFmpeg-trac] #2221(undetermined:new): Adding cover art to MP3 issues
FFmpeg
trac at avcodec.org
Fri Feb 1 15:45:45 CET 2013
#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
More information about the FFmpeg-trac
mailing list