I have Ubuntu server 8.04 installed with the Multiverse repos enabled.

I have installed FFMPEG, with its PHP extension also.

When I try to convert videos into the flv format, I find that the audio is stripped out.

Also, audio cannot be converted to mp3, only mp2.

How do I install the codecs required ?

Please help.

link|improve this question

have you installed the codecs and compiled ffmpeg with the options to use them ? – Prix Oct 7 '10 at 5:55
1  
Not sure this is really a SF question, more suitable for SU, what do others think? – Chopper3 Oct 7 '10 at 6:24
1  
I think it is, because I am using ffMpeg on my production server with its PHP extension. – Hrishikesh Choudhari Oct 7 '10 at 6:50
feedback

2 Answers

up vote 1 down vote accepted

This old post: http://serverfault.com/questions/99590/ffmpeg-on-ubuntu-intrepid-8-10-server/99682#99682 on ServerFault had my answer. Thanks folks !

link|improve this answer
This is the page where the above SF page links to. ubuntuforums.org/showpost.php?p=8345112&postcount=636 – Hrishikesh Choudhari Oct 7 '10 at 6:52
feedback

You need build ffmpeg from source. Read this page: https://wiki.ubuntu.com/ffmpeg

link|improve this answer
I got it to work from here: ubuntuforums.org/showpost.php?p=8345112&postcount=636 – Hrishikesh Choudhari Oct 7 '10 at 6:52
Add you output command: ffmpeg – bindbn Oct 7 '10 at 7:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.