Hi Bob,<br><br>    Thanks for your kind reply. Several more questions related to this. For my project, I want to use MPEG4 simple profile and AMR-WB. About MPEG 4 Simple profile, your answer is clear, either I install gst-ffmpeg, or install gst-plugins-bad
0.10.14.1. For AMRWB, i need to install <a href="http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html">gst-plugins-bad</a>
0.10.13.1.<br><br>My question is: <br>1. Which version of gst-plugins-bad version should I choose? It seems XVID and AMRWB are in different gst-plugins-bad versions.<br><br>2. I have gstreamer 0.10.12 and gst-plugins installed (base 0.10.12,good 0.10.5, bad 0.10.4,  ugly 0.10.5). However, when I try to play video or audio (gst-launch playbin <b> uri=file:///home/Music/test.avi</b> ), or when I use gst-inspect alsasink, I always got error message that says I do not have plugin installed. If I just type gst-inspect, I get nothing. I checked /usr/bin, /usr/lib folders, the gst stuff are there. PATH seems to be correct. What is the problem? Is it because I use the wrong version of the plugins?<br>
<br>Thanks for your kind help!<br><br>Stella   <br><br><div class="gmail_quote">On Fri, Oct 16, 2009 at 10:53 AM, Robert Swain <span dir="ltr">&lt;<a href="mailto:robert.swain@gmail.com">robert.swain@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
2009/10/13 Xing Fan &lt;<a href="mailto:xing.fan0302@googlemail.com">xing.fan0302@googlemail.com</a>&gt;:<br>
<div class="im">&gt;     I want to use mpeg 4 simple profile codecs. I wonder which gstreamer<br>
&gt; plugin should I install? I checked all the plugins, only find mpeg 4 parse<br>
&gt; in plugin bad. Where are the codecs. Thanks for your kind help!<br>
<br>
</div>For decoding: ffdec_mpeg4 (i.e. install gst-ffmpeg) or xviddec (gst-plugins-bad)<br>
For encoding: xvidenc (i.e. gst-plugins-bad) or ffenc_mpeg4 (gst-ffmpeg)<br>
<br>
I&#39;d recommend FFmpeg for decoding and XviD for encoding. You will need<br>
to specify settings appropriately to be compliant with the MPEG-4 Part<br>
2 Simple Profile restrictions though.<br>
<br>
Regards,<br>
Rob<br>
<br>
------------------------------------------------------------------------------<br>
Come build with us! The BlackBerry(R) Developer Conference in SF, CA<br>
is the only developer event you need to attend this year. Jumpstart your<br>
developing skills, take BlackBerry mobile applications to market and stay<br>
ahead of the curve. Join us from November 9 - 12, 2009. Register now!<br>
<a href="http://p.sf.net/sfu/devconference" target="_blank">http://p.sf.net/sfu/devconference</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>