[FFmpeg-trac] #2278(undetermined:closed): Regression bug : fails to copy MP3 tag

FFmpeg trac at avcodec.org
Mon Feb 18 13:32:57 CET 2013


#2278: Regression bug : fails to copy MP3 tag
-------------------------------------+-------------------------------------
             Reporter:  feelart      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |  worksforme
Analyzed by developer:  0            |               Blocked By:
                                     |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by feelart):

 Indeed, Tag behaviour change between v0.8 and 1.1 (maybe change manual) as

 {{{
 ffmpeg -i withTagsMp3.mp3 -acodec copy -map_metadata 0 -write_id3v1 1
 test.mp3
 }}}

 Works.

 Now, I saize the opportunity, what about embedded image tag?
 Those CLI do not produced it

 {{{
 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
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2278#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list