Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> The FFmpeg developers (we) seem to believe that id3 tags 
> have no place in aac files.
> You can try to put the id3 tag in front of your non-working 
> file with dd and cat.

Something like:
$ dd if=works.aac bs=73 count=1 of=id3
$ cat id3 audio_root_10sec.aac >test.aac

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to