Skip to content

/AWS1/CL_MDCPASSTHROUGHSTGS

Optional settings when you set Codec to the value Passthrough.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_framecontrol TYPE /AWS1/MDCFRAMECONTROL /AWS1/MDCFRAMECONTROL

Choose how MediaConvert handles start and end times for input clipping with video passthrough. Your input video codec must be H.264 or H.265 to use IFRAME. To clip at the nearest IDR-frame: Choose Nearest IDR. If an IDR-frame is not found at the frame that you specify, MediaConvert uses the next compatible IDR-frame. Note that your output may be shorter than your input clip duration. To clip at the nearest I-frame: Choose Nearest I-frame. If an I-frame is not found at the frame that you specify, MediaConvert uses the next compatible I-frame. Note that your output may be shorter than your input clip duration. We only recommend this setting for special workflows, and when you choose this setting your output may not be compatible with most players.

iv_videoselectormode TYPE /AWS1/MDCVIDEOSELECTORMODE /AWS1/MDCVIDEOSELECTORMODE

AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.


Queryable Attributes

FrameControl

Choose how MediaConvert handles start and end times for input clipping with video passthrough. Your input video codec must be H.264 or H.265 to use IFRAME. To clip at the nearest IDR-frame: Choose Nearest IDR. If an IDR-frame is not found at the frame that you specify, MediaConvert uses the next compatible IDR-frame. Note that your output may be shorter than your input clip duration. To clip at the nearest I-frame: Choose Nearest I-frame. If an I-frame is not found at the frame that you specify, MediaConvert uses the next compatible I-frame. Note that your output may be shorter than your input clip duration. We only recommend this setting for special workflows, and when you choose this setting your output may not be compatible with most players.

Accessible with the following methods

Method Description
GET_FRAMECONTROL() Getter for FRAMECONTROL, with configurable default
ASK_FRAMECONTROL() Getter for FRAMECONTROL w/ exceptions if field has no value
HAS_FRAMECONTROL() Determine if FRAMECONTROL has a value

VideoSelectorMode

AUTO will select the highest bitrate input in the video selector source. REMUX_ALL will passthrough all the selected streams in the video selector source. When selecting streams from multiple renditions (i.e. using Stream video selector type): REMUX_ALL will only remux all streams selected, and AUTO will use the highest bitrate video stream among the selected streams as source.

Accessible with the following methods

Method Description
GET_VIDEOSELECTORMODE() Getter for VIDEOSELECTORMODE, with configurable default
ASK_VIDEOSELECTORMODE() Getter for VIDEOSELECTORMODE w/ exceptions if field has no v
HAS_VIDEOSELECTORMODE() Determine if VIDEOSELECTORMODE has a value