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

FFmpeg trac at avcodec.org
Mon Feb 18 11:25:17 CET 2013


#2278: Regression bug : fails to copy MP3 tag
-------------------------------------+-------------------------------------
             Reporter:  feelart      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 FFmpeg 1.1 (build 17-02-2013) fails to copy MP3 tags
 while same CLI with FFMpeg 0.8(23/06/2011) is OK

 How to reproduce the bug:
 1/ Take MP3 with tags, see for instance my ticket 2269(still open on
 18/02/2013, ticket about metatags)
 2/ With FFMpeg 0.8 run

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

 You'll see that MP3 tags are copied

 3/ Run same CLI with FFmpeg 1.1 and no tags are copied

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


More information about the FFmpeg-trac mailing list