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

FFmpeg trac at avcodec.org
Mon Feb 18 13:13:11 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
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:  regression =>
 * priority:  important => normal
 * status:  new => closed
 * resolution:   => worksforme
 * version:  unspecified => git-master


Comment:

 Works fine here:
 {{{
 $ ffmpeg -i withTagsMp3.mp3 -acodec copy -map_metadata 0 out.mp3
 ffmpeg version N-50025-gb8bb661 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 18 2013 13:12:09 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52. 17.101 / 52. 17.101
   libavcodec     54. 91.103 / 54. 91.103
   libavformat    54. 63.100 / 54. 63.100
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 38.100 /  3. 38.100
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 Input #0, mp3, from 'withTagsMp3.mp3':
   Metadata:
     album           : test
     artist          : Russian-БбГгДдЖжЙй
     encoder         : Lavf54.62.100
     genre           : Blues
     title           : French accent-àéèëêiîïôùûç
     artiste         : Spanish íóñ
   Duration: 00:00:04.23, start: 0.000000, bitrate: 133 kb/s
     Stream #0:0: Audio: mp3, 44100 Hz, mono, s16p, 128 kb/s
 Output #0, mp3, to 'out.mp3':
   Metadata:
     TALB            : test
     TPE1            : Russian-БбГгДдЖжЙй
     artiste         : Spanish íóñ
     TCON            : Blues
     TIT2            : French accent-àéèëêiîïôùûç
     TSSE            : Lavf54.63.100
     Stream #0:0: Audio: mp3, 44100 Hz, mono, 128 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 size=      67kB time=00:00:04.23 bitrate= 129.1kbits/s
 video:0kB audio:66kB subtitle:0 global headers:0kB muxing overhead
 0.897960%
 }}}
 {{{
 $ ffmpeg -i out.mp3
 ffmpeg version N-50025-gb8bb661 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 18 2013 13:12:09 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52. 17.101 / 52. 17.101
   libavcodec     54. 91.103 / 54. 91.103
   libavformat    54. 63.100 / 54. 63.100
   libavdevice    54.  3.103 / 54.  3.103
   libavfilter     3. 38.100 /  3. 38.100
   libswscale      2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 Input #0, mp3, from 'out.mp3':
   Metadata:
     album           : test
     artist          : Russian-БбГгДдЖжЙй
     artiste         : Spanish íóñ
     genre           : Blues
     title           : French accent-àéèëêiîïôùûç
     encoder         : Lavf54.63.100
   Duration: 00:00:04.23, start: 0.000000, bitrate: 129 kb/s
     Stream #0:0: Audio: mp3, 44100 Hz, mono, s16p, 128 kb/s
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list