videoscale plugin

Josh Doe josh at joshdoe.com
Tue Nov 22 06:02:36 PST 2011


On Fri, Nov 18, 2011 at 1:23 AM, Umakant Goyal <umakantgoyal1 at gmail.com> wrote:
> Hi All,
>
> I have a query regarding videoscale plugin. I need to know which technique
> videoscale plugin use to resize video and how does it differ from encoding
> process?

The documentation indicates it uses nearest neighbor, bilinear, 4-tap,
or Lanczos:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videoscale.html#GstVideoScaleMethod

The code can be seen here:
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/gst/videoscale

Resizing and encoding aren't related, except that both might reduce file size.

-Josh


More information about the gstreamer-devel mailing list