On 30 March 2011 11:28, richard <[email protected]> wrote: > > Downloaded couple of mp3 files from here: > http://www.mp3-tech.org/tests/wma9/index.html > > Ran: > ffmpeg -i <filename> -acodec libfaac output.m4a > > None of the m4a files play on the Marantz. Reports 'header error'. If I > change a tag using EasyTag (e.g. add a title) and save the file it plays > OK with no delay. >
OK, this suggests to me that ffmpeg that is causing (at least part of) the problem, not (just) get_iplayer or AtomicParsley So, currently in my version of get_iplayer: 1 rtmpdump downloads flv 2 ffmpeg remuxes flv to aac 3 ffmpeg remuxes aac to m4a and removes ADTS 4 atomicparsley tags the m4a Your testing shows that ffmpeg at least is causing a problem with it's m4a handling and that EasyTag corrects this but AtomicParsley does not Does EasyTag have command line options that we can test? _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

