[PATCH] Output AAC as M4A for iTunes with metadata tags

Shevek shevek at shevek.co.uk
Wed Mar 30 06:36:05 EDT 2011


On 30 March 2011 11:28, richard <richard at richsim900.plus.com> 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?



More information about the get_iplayer mailing list