How to get lilbmp3lame inscribing to collaborate with ffmpeg?
When I am transforming an FLV to an AVI one, I constantly get:
Unknown encoder 'libmp3lame'
But I've mounted it with Ubuntu Software Center.
I am utilizing 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 function?
0
oneat 2019-05-13 04:02:11
Source
Share
Answers: 1
Run (as root) apt-get install libavcodec-extra-52
. If that does not function, make certain that you have multiverse made it possible for, do apt-get update
and also attempt once more.
[ note ] This is for Ubuntu 10.10 (Maverick). See if you can locate an in a similar way - called plan if you make use of a various Ubuntu release, by running aptitude search liavcodec-extra
.
0
Tshepang 2019-05-17 15:08:25
Source
Share
Related questions