rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

Install ffmpeg with libmp3lame support #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install rudix (full) (one can also install the standalone package)
2. set up appropriate PATH variable (if needed)
3. go to terminal and type: ffmpeg -i {input}.avi -vcodec copy -acodec 
libmp3lame -ab 128k {output}.avi

What is the expected output? What do you see instead?

The expected output is to have a {output}.avi file with video and audio. 
Instead, the output of that command line shows the following message: Unknown 
encoder 'libmp3lame'. Also, by using -acodec copy (wich is suposed to copy the 
audio stream) the sound get fuzzy...

That fact does not allow me to encode videos with mp3 audio...

What version of the product are you using? On what operating system?
version is: Rudix 2010
operationg system: mac OS X snow leopard (10.6.6)

Please provide any additional information below.

Maybe the installation can provide installation options like enabling the 
liblamemp3 and so on...

Original issue reported on code.google.com by josecost...@gmail.com on 4 Mar 2011 at 1:03

GoogleCodeExporter commented 9 years ago
I updated FFmpeg to a current snapshot version and added support to LAME 
(libmp3lame). There's a package for testing here:

http://code.google.com/p/rudix/downloads/detail?name=ffmpeg-20110313-0.dmg

Would you mind to test it and if it's OK, please feel free to close this issue?

Thanks.

Original comment by ruda.moura@gmail.com on 14 Mar 2011 at 12:35

GoogleCodeExporter commented 9 years ago
Everything works perfectly now!

Thanks!

Original comment by josecost...@gmail.com on 14 Mar 2011 at 12:28

GoogleCodeExporter commented 9 years ago
Great! So I'm going to close it now. Thanks.

Original comment by ruda.moura@gmail.com on 14 Mar 2011 at 1:43