aspectratiocrop

aspectratiocrop — Crops video into a user-defined aspect-ratio

Synopsis

struct              GstAspectRatioCrop;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBin
                           +----GstAspectRatioCrop

Implemented Interfaces

GstAspectRatioCrop implements GstChildProxy.

Properties

  "aspect-ratio"             GstFraction           : Read / Write

Description

This element crops video frames to a specified "aspect-ratio".

If the aspect-ratio is already correct, the element will operate in pass-through mode.

Example launch line

1
2
3
4