user-1365
05-08-2018, 11:40 AM
Win 10
get_iplayer 3.16.0
DOS command line only
Radio rips only.
Hi,
Since the 31st July I've had no luck getting get_iplayer to produce mp3 files, I may have an idea what's the problem is.
(as per the docs) I use the --prefs option to produce mp3 files thus...
commandradio = ffmpeg -i "<filename>" -c:v copy -c:a libmp3lame -b:a 320k -id3v2_version 3 -write_id3v1 1 -y "<dir>/<fileprefix>.mp3" && del "<filename>"
...this is failing. I think the reason this is failing is because there isnt a valid m4a file for ffmpeg to process.
Here is an example of what m4a files are being produced when running get_iplayer at the moment...
'The Archers - 18674. 2018-08-03 b0bclyhz original.m4a' (0 KB)
'The Archers - 18674. 2018-08-03 b0bclyhz original-temp-8912.m4a' (30,733 KB)
I've tried independently running ffmpeg from the command line giving it the 'temp' file above (not the 0KB sized file). This works fine and gives me a mp3 file that I'd expect.
I'm guessing that in the above example get_player should produce just the one file thus...
'The Archers - 18674. 2018-08-03 b0bclyhz original.m4a' (30,733 KB)
...for ffmpeg to have a valid file to process and everything to work as normal.
Any ideas how I can fix this?
Thanks.
get_iplayer 3.16.0
DOS command line only
Radio rips only.
Hi,
Since the 31st July I've had no luck getting get_iplayer to produce mp3 files, I may have an idea what's the problem is.
(as per the docs) I use the --prefs option to produce mp3 files thus...
commandradio = ffmpeg -i "<filename>" -c:v copy -c:a libmp3lame -b:a 320k -id3v2_version 3 -write_id3v1 1 -y "<dir>/<fileprefix>.mp3" && del "<filename>"
...this is failing. I think the reason this is failing is because there isnt a valid m4a file for ffmpeg to process.
Here is an example of what m4a files are being produced when running get_iplayer at the moment...
'The Archers - 18674. 2018-08-03 b0bclyhz original.m4a' (0 KB)
'The Archers - 18674. 2018-08-03 b0bclyhz original-temp-8912.m4a' (30,733 KB)
I've tried independently running ffmpeg from the command line giving it the 'temp' file above (not the 0KB sized file). This works fine and gives me a mp3 file that I'd expect.
I'm guessing that in the above example get_player should produce just the one file thus...
'The Archers - 18674. 2018-08-03 b0bclyhz original.m4a' (30,733 KB)
...for ffmpeg to have a valid file to process and everything to work as normal.
Any ideas how I can fix this?
Thanks.