bat guano wrote:
----------------------------------------
goose@p10:/tmp$ ./ffmpeg -i f.aac x.mp3
FFmpeg version git-9f8f62d, Copyright (c) 2000-2011 the FFmpeg developers
built on Mar 14 2011 23:32:24 with gcc 4.3.2
configuration: --enable-static --disable-shared --extra-libs=-static
--extra-cflags=--static
....
Encoder (codec id 86017) not found for output stream #0.0
==========================================
CJ
Hi CJ
It looks as though you have compiled ffmpeg without libmp3lame support.
I think that one of your config options should be --enable-libmp3lame.
In the meantime, if you have lame installed on your system you can probably use
it like this:-
ffmpeg -i filename.aac -f wav - | lame -b 64 - output.mp3
Thanks - i'm just working on that as we speak, and yes, the pipe works
for me
CJ
_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer