<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi Johan, </p>
<p>I think you could crop the video with videocrop before using videoscale.</p>
<p>Your pipeline would look to something like : videocrop ! videoscale ! capsfilter.</p>
<p>In videocrop you'll have to set top, bottom, right and left properties to the correct values.</p>
<p>In the capsfilter you'll set the final display resolution you want.</p>
<p> </p>
<p>Hoël</p>
<p> </p>
<div> </div>
<p>Le 2016-05-04 13:31, Johan Basore a écrit :</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Hello everyone, I am using videoscale and filter to resize video. But I can't aspect fill option, just it resize video with aspect fit. Here are my videoscale codes. ************************* filtercaps1 = gst_caps_new_simple("video/x-raw", "width", G_TYPE_INT, 200, "height", G_TYPE_INT, 400, nil); g_object_set(G_OBJECT (filter1), "caps", filtercaps1, nil); gst_caps_unref(filtercaps1); gst_element_link_many(clrspace1, videoscale1, filter1, videomixer, nil); ************************* <img src="http://gstreamer-devel.966125.n4.nabble.com/file/n4677324/Scale.png" alt="" border="0" /></p>
<hr align="left" width="300" />View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Videoscale-aspect-fill-tp4677324.html">Videoscale aspect fill</a><br /> Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br /><br />
<pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
</body></html>