are you able to play video alone?<br><br>BR,<br>Praveen Pandey<br><br><div class="gmail_quote">On Sat, Jan 15, 2011 at 8:50 AM, KEVIN WEST <span dir="ltr"><<a href="mailto:keevon@gmail.com">keevon@gmail.com</a>></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;">I am running into a strange issue with a few videos and dshowdecwrapper. Basically I will transcode the video, but the output is all wrong. If you open the video, it will show the first frame while playing the entire audio stream, and finally it will play the video stream once it hits the end of the audio. I thought there may be some synchronization issues since dshow may not be using the same clock as gstreamer, so I implemented an IReferenceClock that calls into the gstreamer clock, however this doesn't seem to be fixing the issue.<br>
<br>
For reference, here is my current pipeline:<br>
<br>
gst-launch.exe -v --seek=0 uridecodebin name=dec uri="test.wmv" dec. ! videoscale ! videorate ! video/x-raw-yuv, width=320, height=240, framerate=24000/1001 ! ffmpegcolorspace ! x264enc ! queue2 max-size-bytes=0 max-size-time=0 max-size-buffers=0 ! mux. dec. ! audioconvert ! audioresample ! audio/x-raw-int, rate=44100, channels=2 ! faac bitrate=128000 ! queue2 max-size-bytes=0 max-size-time=0 max-size-buffers=0 ! mux. flvmux name=mux ! filesink location="output.flv"<br>
<br>
Any ideas what might be going on?<br>
------------------------------------------------------------------------------<br>
Protect Your Site and Customers from Malware Attacks<br>
Learn about various malware tactics and how to avoid them. Understand<br>
malware threats, the impact they can have on your business, and how you<br>
can protect your company and customers by using code signing.<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</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>