[FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues

FFmpeg trac at avcodec.org
Sat Jan 19 09:40:43 CET 2013


#2157: -metadata track=1/10 and AAC issues
-------------------------------------+-------------------------------------
             Reporter:  Atarikid     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Adding metadata track total to .m4a files does not work anymore with
 FFmpeg 1.1 and higher (gits)

 ffmpeg -i source.mp3 -c:a aac -strict -2 -metadata track=1/10 -vn
 -output.m4a

 It only adds the track number (1) but not the track total number (10)

 Works fine with FFmpeg 1.0.1




 Ouput :

 [mp3 @ 0x7f94e8806600] max_analyze_duration 5000000 reached at 5015510
 microseconds
 Input #0, mp3, from '/Users/atarikid/Desktop/source.mp3':
   Metadata:
     artist          : Dreadzone
     album           : Sound
     title           : Return of the dread
     genre           : Electronic
     track           : 1
     date            : 2001
   Duration: 00:06:21.62, start: 0.000000, bitrate: 128 kb/s
     Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
     Stream #0:1: Video: mjpeg, yuvj420p, 168x166 [SAR 1:1 DAR 84:83], 90k
 tbr, 90k tbn, 90k tbc
     Metadata:
       title           :
       comment         : Cover (front)
 File '/Users/atarikid/Desktop/output.m4a' already exists. Overwrite ?
 [y/N] y
 Output #0, ipod, to '/Users/atarikid/Desktop/output.m4a':
   Metadata:
     artist          : Dreadzone
     album           : Sound
     title           : Return of the dread
     genre           : Electronic
     date            : 2001
     track           : 1/10
     encoder         : Lavf54.61.100
     Stream #0:0: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp,
 128 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (mp3 -> aac)
 Press [q] to stop, [?] for help
 size=    5942kB time=00:06:21.64 bitrate= 127.5kbits/s
 video:0kB audio:5877kB subtitle:0 global headers:0kB muxing overhead
 1.109580%

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


More information about the FFmpeg-trac mailing list