On 19 February 2014 18:58, batguano999 <[email protected]> wrote:
>
> So to download and re-mux m4a with overwrite the command is like this:-
> get_iplayer --type=radio --mode=flashaacstd --command='MP4Box -ipod 
> "<filename>"' --pid=b03vcywt
>
Something like that. You need to specify an output filename for
MP4Box, so your MP4Box command should be something like:

MP4Box -ipod "<filename>" -out "C:\path\to\<fileprefix>.m4a"

I also append

& del "<filename>"

so the (unremuxed) original file gets deleted afterwards. (All this
can be stored using --prefs-add so you only need to type it out once.)

Ben

_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to