Share via


AVEncVideoEncodeOffsetOrigin Property

 
Microsoft DirectShow 9.0

AVEncVideoEncodeOffsetOrigin Property

Specifies the left and top corners of the clipping rectangle, if the video is cropped.

Property GUID

CODECAPI_AVEncVideoEncodeOffsetOrigin

Data Type

UINT32 (VT_UI4)

Possible Values

Remarks

This property is read/write.

The upper 16 bits of the value contain the offset from the left edge of the input frame, in pixels. The lower 16 bits contain the offset from the top edge of the input frame, in pixels.

Applications can set this property to crop the input video. Use the AVEncVideoEncodeDimension property to specify the width and height of the clipping rectangle.

Requirements

Header: Include codecapi.h.

See Also