Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MxfSettings Source #
These settings relate to your MXF output container.
See: newMxfSettings
smart constructor.
MxfSettings' | |
|
Instances
newMxfSettings :: MxfSettings Source #
Create a value of MxfSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:xavcProfileSettings:MxfSettings'
, mxfSettings_xavcProfileSettings
- Specify the XAVC profile settings for MXF outputs when you set your MXF
profile to XAVC.
$sel:afdSignaling:MxfSettings'
, mxfSettings_afdSignaling
- Optional. When you have AFD signaling set up in your output video
stream, use this setting to choose whether to also include it in the MXF
wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the
MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the
AFD values from the video stream for this output to the MXF wrapper.
Regardless of which option you choose, the AFD values remain in the
video stream. Related settings: To set up your output to include or
exclude AFD values, see AfdSignaling, under VideoDescription. On the
console, find AFD signaling under the output's video encoding settings.
$sel:profile:MxfSettings'
, mxfSettings_profile
- Specify the MXF profile, also called shim, for this output. When you
choose Auto, MediaConvert chooses a profile based on the video codec and
resolution. For a list of codecs supported with each MXF profile, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html.
For more information about the automatic selection behavior, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.
mxfSettings_xavcProfileSettings :: Lens' MxfSettings (Maybe MxfXavcProfileSettings) Source #
Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.
mxfSettings_afdSignaling :: Lens' MxfSettings (Maybe MxfAfdSignaling) Source #
Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.
mxfSettings_profile :: Lens' MxfSettings (Maybe MxfProfile) Source #
Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.