/AWS1/CL_MDCMOTIONIMAGEINSIO00¶
For motion overlays that don't have a built-in frame rate, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. The overlay frame rate doesn't need to match the frame rate of the underlying video.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_frameratedenominator
TYPE /AWS1/MDC__INTEGERMIN1MAX17800
/AWS1/MDC__INTEGERMIN1MAX17800
¶
The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
iv_frameratenumerator
TYPE /AWS1/MDC__INTEGERMIN1MAX21401
/AWS1/MDC__INTEGERMIN1MAX21401
¶
The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
Queryable Attributes¶
FramerateDenominator¶
The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FRAMERATEDENOMINATOR() |
Getter for FRAMERATEDENOMINATOR, with configurable default |
ASK_FRAMERATEDENOMINATOR() |
Getter for FRAMERATEDENOMINATOR w/ exceptions if field has n |
HAS_FRAMERATEDENOMINATOR() |
Determine if FRAMERATEDENOMINATOR has a value |
FramerateNumerator¶
The top of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 24.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FRAMERATENUMERATOR() |
Getter for FRAMERATENUMERATOR, with configurable default |
ASK_FRAMERATENUMERATOR() |
Getter for FRAMERATENUMERATOR w/ exceptions if field has no |
HAS_FRAMERATENUMERATOR() |
Determine if FRAMERATENUMERATOR has a value |