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

dinkypumpkin dinkypumpkin at gmail.com
Thu Mar 31 16:07:39 EDT 2011


On 31 Mar 2011, at 20:54, bat guano wrote:

>> 
>> OK, this is what I came up with and it works:
>> 
>> @cmd = (
>> $bin->{ffmpeg} . ' -i "' . $file_tmp . '" -vn -acodec copy -f adts -
>> | ' . $bin->{ffmpeg} . ' -i - -vn -acodec copy -absf aac_adtstoasc -y
>> "' . $prog->{filepart} . '"',
>> );
>> 
>> does anyone have any objections to this?
>> 
> No objections from me shevek.
> But aren't those '-vn' and '-vn' and '-y' redundant?
> Or are they needed for some reason?
> 

The -vn can probably go, but does no harm.  I think -y should stay to ensure that --force --overwrite args to get_iplayer give expected results.




More information about the get_iplayer mailing list