OT conversion from get_iplayer to mp3 on Mint

Ralph Corderoy ralph at inputplus.co.uk
Fri Aug 16 00:58:41 PDT 2024


Hi Dave,

> I know that get_iplayer no longer support converting audio to mp3, but
> on windows I used ffmpeg and called libmp3lame to do the conversion to
> mp3, but as yet I haven't found a copy of libmp3lame for linux Mint.

I'd initially assume installing the package for ffmpeg(1) has pulled in
what's needed.  Try something like

    ffmpeg -i from-iplayer.mp4 -map 0:a -to 42 just-audio.mp3

The ‘-to’ just does the first 42 seconds given it's just a test.
Remove it to do the whole file.

-- 
Cheers, Ralph.



More information about the get_iplayer mailing list