id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
2157,-metadata track=1/10 and M4A issues,Atarikid,,"
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%

",defect,open,normal,avformat,git-master,,mov,,,,1,0
