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

FFmpeg trac at avcodec.org
Mon Feb 18 11:39:53 CET 2013


#2278: Regression bug : fails to copy MP3 tag
-------------------------------------+-------------------------------------
             Reporter:  feelart      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  regression   |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => regression
 * priority:  normal => important


Old description:

> 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

New description:

 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

--

Comment:

 Please add the failing command line together with the complete, uncut
 console output.

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


More information about the FFmpeg-trac mailing list