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.

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to