user-1526
10-02-2017, 08:06 PM
I had a go at this, with no success. Not knowing much about command line code, can anyone help?
I found the heading in the Wiki that read "Transcode every radio programme, every time, no matter what, to MP3 format at best variable bit rate (VBR) by setting --command-radio in your default preferences:"
Then I opened get_iplayer and typed the recommended text:
It indicated that the preference had been saved and downloaded the file, but, during conversion to mp3, gives the following error messages:
And, later on:
I have repeated typing in the string of commands very carefully three times, so I am obviously missing something hideously obvious to people who actually know what they are doing.
Any advice?
I found the heading in the Wiki that read "Transcode every radio programme, every time, no matter what, to MP3 format at best variable bit rate (VBR) by setting --command-radio in your default preferences:"
Then I opened get_iplayer and typed the recommended text:
Code:
get_iplayer --prefs-add --command-radio="ffmpeg -i \""<filename>"\" -c:v copy -c:a libmp3lame -q:a 0 -id3v2_version 3 -write_id3v1 1 -y \""<dir>/<fileprefix>.mp3"\""
get_iplayer Output:
[MP3 muxer @ 04b7f2c0] [Eval @ 0303ebec] Invalid chars ''' at the end of expression '3''
[MP3 muxer @ 04b7f2c0] Unable to parse option value "3'"
[MP3 muxer @ 04b7f2c0] Error setting option id3v2_version to value 3'.
get_iplayer Output:
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Any advice?