When I am converting an FLV to an AVI one, I always get:
Unknown encoder 'libmp3lame'
But I've installed it with Ubuntu Software Center.
I am using this command:
ffmpeg -i video.flv -acodec libmp3lame -vcodec msmpeg4 -ab 192kb -b 1000kb -s 640x480 -ar 44100 video.avi
How do I get this to work?