On Tue, Nov 10, 2009 at 6:39 PM, Mehul Ved <span dir="ltr">&lt;<a href="mailto:mehul.n.ved@gmail.com">mehul.n.ved@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Nov 10, 2009 at 5:52 PM, Sanjay Bhangar &lt;<a href="mailto:sanjaybhangar@gmail.com">sanjaybhangar@gmail.com</a>&gt; wrote:<br>
&gt; One option is to compile ffmpeg yourself with all the libraries and codecs<br>
&gt; you need: <a href="https://wiki.ubuntu.com/ffmpeg" target="_blank">https://wiki.ubuntu.com/ffmpeg</a> .<br>
&gt; You used to be able to also get a fully functional version off medibuntu -<br>
&gt; <a href="http://medibuntu.org" target="_blank">http://medibuntu.org</a> , but it seems like they might have removed it from the<br>
&gt; medibuntu repositories now for some reason ...<br>
&gt;<br>
&gt; I haven&#39;t had to do a compile of ffmpeg in some time, so not sure if the<br>
&gt; link above works for Karmic . Let us know if you do try that route and I&#39;ll<br>
&gt; try and help with any errors. If you do plan on doing a lot of video<br>
&gt; encoding, I do suggest compiling your own ffmpeg. Otherwise, you can just<br>
&gt; use mencoder as suggested by others.<br>
<br>
</div>I did compile ffmpeg from svn. medibuntu repositories for karmic don&#39;t<br>
have ffmpeg<br>
Here&#39;s what I did<br>
svn checkout svn://<a href="http://svn.ffmpeg.org/ffmpeg/trunk" target="_blank">svn.ffmpeg.org/ffmpeg/trunk</a> ffmpeg<br>
cd ffmpeg<br>
./configure --enable-nonfree --enable-gpl --enable-pthreads<br>
--enable-libopencore-amrnb --enable-libopencore-amrwb<br>
--enable-version3 --enable-libmp3lame --enable-libxvid<br>
make &amp;&amp; make install<br>
<br>
I could not enable libx264 as ffmpeg required x264 to be greater than<br>
0.78 compared to 0.67 and 0.65 available in the repositories. FYI, i<br>
have svn release 20428.<br>
<font color="#888888"><br></font></blockquote><div>Installing libx264 from the git repo worked: <a href="http://www.videolan.org/developers/x264.html">http://www.videolan.org/developers/x264.html</a> , although may not necessarily be advisable.<br>
Just curious - what is libopencore-armnb and how do you get it? :)<br><br>Thanks,<br>Sanjay<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888">
--<br>
</font><div><div></div><div class="h5">ubuntu-in mailing list<br>
<a href="mailto:ubuntu-in@lists.ubuntu.com">ubuntu-in@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-in" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-in</a><br>
</div></div></blockquote></div><br>