Hi,<br><br>Thanks for you answer.<br>I already tried this, but it still don&#39;t work. I also tried qtmux.<br><br>I&#39;m currently trying to get gstreamer-vaapi working but I still can&#39;t watch a movie accelerated by GPU :(<br>

gst-launch filesrc location=/home/alex/big.mp4 ! qtdemux ! vaapidecode ! vaapisink<br>product a lot of:<br>decoding to PIC_FMT_NONE is not supported<br>decode_slice_header error<br>no frame!<br>but still no video.<br><br>

Thanks for your help.<br><br><div class="gmail_quote">On Wed, Nov 17, 2010 at 4:45 PM, Tony Houghton <span dir="ltr">&lt;<a href="mailto:h@realh.co.uk">h@realh.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 17/11/10 14:38, lonkaji wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I use last version of gstreamer plugins bad and I would like to try VDPAU.<br>
&gt; I test with the big buck bunny movie from blender foundation.<br>
&gt; I&#39;ve try with this command :<br>
&gt; gst-launch-0.10 filesrc=/home/alex/big.mp4 ! mp4mux ! vdpauh264dec !<br>
&gt; vdpauvideopostprocess ! vdpausink but it could not link mp4mux with<br>
&gt; vdph264dec.<br>
&gt;<br>
&gt; How can I play h264 with VDPAU capabilities of my NVIDIA card?<br>
<br>
</div>I think you&#39;ve specified a muxer where you need a demuxer. Try<br>
ffdemux_mov_mp4_m4a_3gp_3g2_mj2 instead of mp4mux.<br>
<br>
--<br>
TH * <a href="http://www.realh.co.uk" target="_blank">http://www.realh.co.uk</a><br>
<br>
------------------------------------------------------------------------------<br>
Beautiful is writing same markup. Internet Explorer 9 supports<br>
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 &amp; L3.<br>
Spend less time writing and  rewriting code and more time creating great<br>
experiences on the web. Be a part of the beta today<br>
<a href="http://p.sf.net/sfu/msIE9-sfdev2dev" target="_blank">http://p.sf.net/sfu/msIE9-sfdev2dev</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>