<br><br><div class="gmail_quote">2009/8/20 Greg Logan <span dir="ltr">&lt;<a href="mailto:greg.logan@usask.ca">greg.logan@usask.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi List,<br>
<br>
I&#39;m having trouble getting valid encodes from the ffenc_huffyuv plugin<br>
for one of my two encoding devices.  The two devices are a Hauppauge PVR<br>
500 card (which works fine) and an Epiphan VGA2USB capture device (which<br>
does not).<br>
<br>
The pipeline I&#39;m using for the Epiphan card is the following:<br>
<br>
sudo gst-launch -e v4lsrc device=/dev/video2 ! ffmpegcolospace !<br>
ffenc_huffyuv ! avimux ! filesink location=test.avi<br>
<br>
which generates a file like <a href="http://aries.usask.ca/test.avi" target="_blank">http://aries.usask.ca/test.avi</a>.  Note that<br>
I&#39;ve been having trouble getting the files to play on linux, but the<br>
latest version of VLC on windows works.<br>
<br>
If you can&#39;t see the contents of that video it&#39;s looks like the bottom<br>
1/3 of the video is pieces (~20 pixels high) of the top 2/3 repeated and<br>
color shifted.  The odd thing is the other encoders (x264enc,<br>
ffenc_mpeg2video) work fine with this device - it&#39;s just the Huffyuv<br>
plugins.<br>
<br>
Does anyone know what&#39;s causing this?  Or better yet, how to go about<br>
fixing it?</blockquote><div><br>Hi, <br></div><div><br>I can see that the resolution is 1024*768<br>
<br>So try to increase buffer size:<br><br>ffenc_huffyuv buffer-size=2000000<br><br>(default is 524288 using gst-inspect-0.10 ffenc_huffyuv)<br><br>Note that normally, using ffenc_ljpeg the result file has a smaller size. (then use ffedc_ljpeg to decode)<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;"><br>
<br>
Thanks,<br>
G<br>
<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</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>