id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
2221,Adding cover art to MP3 documentation outdated,Atarikid,,"
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?",defect,closed,normal,documentation,git-master,fixed,mp3,,,,1,0
