[FFmpeg-trac] #6008(undetermined:new): Problem attaching a picture to an mp3 with id3v2 version 4

FFmpeg trac at avcodec.org
Tue Dec 13 13:19:19 EET 2016


#6008: Problem attaching a picture to an mp3 with id3v2 version 4
-------------------------------------+-------------------------------------
             Reporter:  mitchbcn     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  mp3 id3v2    |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by mitchbcn):

 Hi,

 Output from file with '-id3v2_version 3' option:

 {{{

 ffmpeg version N-82837-gb7e4ea0 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
   configuration: --enable-gpl --enable-libmp3lame --enable-nonfree
 --enable-parser=png --enable-decoder=png --enable-encoder=png
   libavutil      55. 43.100 / 55. 43.100
   libavcodec     57. 67.100 / 57. 67.100
   libavformat    57. 59.100 / 57. 59.100
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 68.100 /  6. 68.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 Input #0, mp3, from 'test_portada.mp3':
   Metadata:
     album           : 'Podcast'
     encoder         : Lavf57.59.100
   Duration: 01:11:10.55, start: 0.025056, bitrate: 64 kb/s
     Stream #0:0: Audio: mp3, 44100 Hz, mono, s16p, 64 kb/s
     Stream #0:1: Video: png, pal8(pc), 251x201, 90k tbr, 90k tbn, 90k tbc
     Metadata:
       comment         : Other
 At least one output file must be specified


 }}}

 Output from file with '-id3v2_version 4' option:

 {{{

 ffmpeg version N-82837-gb7e4ea0 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
   configuration: --enable-gpl --enable-libmp3lame --enable-nonfree
 --enable-parser=png --enable-decoder=png --enable-encoder=png
   libavutil      55. 43.100 / 55. 43.100
   libavcodec     57. 67.100 / 57. 67.100
   libavformat    57. 59.100 / 57. 59.100
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 68.100 /  6. 68.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 Input #0, mp3, from 'test_portada.mp3':
   Metadata:
     album           : 'Podcast'
     encoder         : Lavf57.59.100
   Duration: 01:11:10.55, start: 0.025056, bitrate: 64 kb/s
     Stream #0:0: Audio: mp3, 44100 Hz, mono, s16p, 64 kb/s
     Stream #0:1: Video: png, pal8(pc), 251x201, 90k tbr, 90k tbn, 90k tbc
     Metadata:
       comment         : Other
 At least one output file must be specified


 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6008#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list