<div dir="ltr"><div><div>Sorry maybe noisy wasn't too explanatory. I meant the result looked quite compressed/pixelated. I'm trying to avoid any compression and stream maximum resolution and image quality. I've tried a simplified pipeline and the result seems better. But framerate drops a lot. <br>
<br></div>I'm just wondering whether my computer is capable of high framerate and quality at the same time. My intention was to encode keyframe only so there wasn't any interpolated images, and to set a high bitrate to compensate. Any advice?<br>
<br></div>Thanks a lot!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-08 20:13 GMT+01:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fr, 2014-02-07 at 13:29 +0100, Sergio Andrés Basurco Mancisidor<br>
wrote:<br>
<div class="">> Hi I'm on Windows trying to stream my screen to webm. I'm using this for<br>
> testing my encoding:<br>
><br>
> $ gst-launch-1.0.exe dx9screencapsrc x=0 y=0 width=800 height=600 !<br>
> video/x-raw,framerate=25/1 ! videoconvert ! queue ! vp8enc end-usage=vbr<br>
> target-bitrate=512000 buffer-size=10000 buffer-initial-size=6000<br>
> buffer-optimal-size=8000 keyframe-mode=1 keyframe-max-dist=1<br>
> max-intra-bitrate=1 ! webmmux streamable=true ! filesink<br>
> location="c:/myself/file.webm"<br>
><br>
> I'm getting a very noisy result. Maybe it is because I'm writing to disk.<br>
> But I'm quite certain I'm doing something wrong. What I want is to have the<br>
> most balanced quality/speed ratio..<br>
</div>> [...]<br>
<br>
What do you mean with noisy? Can you upload such a video stream or<br>
describe it more detailed?<br>
<br>
Also try to find the culprit in your pipeline by creating a minimal<br>
pipeline that reproduces the problem. For example check if<br>
dx9screencapsrc is outputting good video (output to d3dvideosink for<br>
example). Or check if a different input passed to vp8enc is broken in a<br>
similar way.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>