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

dinkypumpkin dinkypumpkin at gmail.com
Thu Mar 31 15:06:02 EDT 2011


On 31 Mar 2011, at 19:55, Shevek wrote:

> On 31 March 2011 16:21, dinkypumpkin <dinkypumpkin at gmail.com> wrote:
>> 
>> ffmpeg -i test.flv -vn -acodec copy -f adts - | ffmpeg -i - -vn -acodec copy -absf aac_adtstoasc -y test.m4a
>> 
> 
> This works great, however with get_iplayer on windows it is possible
> to have spaces in the file path and so only works if the flv and m4a
> paths are in quotes.
> 
> How will this affect linux versions?

Paths should always be quoted for that reason.  It will work with Linux/OSX.  


More information about the get_iplayer mailing list