libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.VideoDescription

Description

 
Synopsis

Documentation

data VideoDescription Source #

Video settings for this stream.

See: newVideoDescription smart constructor.

Constructors

VideoDescription' 

Fields

  • height :: Maybe Int

    Output video height, in pixels. Must be an even number. For most codecs, you can leave this field and width blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

  • sharpness :: Maybe Natural

    Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, 100 is the sharpest. A setting of 50 is recommended for most content.

  • width :: Maybe Int

    Output video width, in pixels. Must be an even number. For most codecs, you can leave this field and height blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

  • scalingBehavior :: Maybe VideoDescriptionScalingBehavior

    STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option will override any position value. DEFAULT may insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.

  • respondToAfd :: Maybe VideoDescriptionRespondToAfd

    Indicates how MediaLive will respond to the AFD values that might be in the input video. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose PASSTHROUGH. RESPOND: MediaLive clips the input video using a formula that uses the AFD values (configured in afdSignaling ), the input display aspect ratio, and the output display aspect ratio. MediaLive also includes the AFD values in the output, unless the codec for this encode is FRAME_CAPTURE. PASSTHROUGH: MediaLive ignores the AFD values and does not clip the video. But MediaLive does include the values in the output. NONE: MediaLive does not clip the input video and does not include the AFD values in the output

  • codecSettings :: Maybe VideoCodecSettings

    Video codec settings.

  • name :: Text

    The name of this VideoDescription. Outputs will use this name to uniquely identify this Description. Description names should be unique within this Live Event.

Instances

Instances details
Eq VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

Read VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

Show VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

Generic VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

Associated Types

type Rep VideoDescription :: Type -> Type #

NFData VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

Methods

rnf :: VideoDescription -> () #

Hashable VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

ToJSON VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

FromJSON VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

type Rep VideoDescription Source # 
Instance details

Defined in Amazonka.MediaLive.Types.VideoDescription

newVideoDescription Source #

Create a value of VideoDescription 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:height:VideoDescription', videoDescription_height - Output video height, in pixels. Must be an even number. For most codecs, you can leave this field and width blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

$sel:sharpness:VideoDescription', videoDescription_sharpness - Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, 100 is the sharpest. A setting of 50 is recommended for most content.

$sel:width:VideoDescription', videoDescription_width - Output video width, in pixels. Must be an even number. For most codecs, you can leave this field and height blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

$sel:scalingBehavior:VideoDescription', videoDescription_scalingBehavior - STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option will override any position value. DEFAULT may insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.

$sel:respondToAfd:VideoDescription', videoDescription_respondToAfd - Indicates how MediaLive will respond to the AFD values that might be in the input video. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose PASSTHROUGH. RESPOND: MediaLive clips the input video using a formula that uses the AFD values (configured in afdSignaling ), the input display aspect ratio, and the output display aspect ratio. MediaLive also includes the AFD values in the output, unless the codec for this encode is FRAME_CAPTURE. PASSTHROUGH: MediaLive ignores the AFD values and does not clip the video. But MediaLive does include the values in the output. NONE: MediaLive does not clip the input video and does not include the AFD values in the output

$sel:codecSettings:VideoDescription', videoDescription_codecSettings - Video codec settings.

$sel:name:VideoDescription', videoDescription_name - The name of this VideoDescription. Outputs will use this name to uniquely identify this Description. Description names should be unique within this Live Event.

videoDescription_height :: Lens' VideoDescription (Maybe Int) Source #

Output video height, in pixels. Must be an even number. For most codecs, you can leave this field and width blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

videoDescription_sharpness :: Lens' VideoDescription (Maybe Natural) Source #

Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, 100 is the sharpest. A setting of 50 is recommended for most content.

videoDescription_width :: Lens' VideoDescription (Maybe Int) Source #

Output video width, in pixels. Must be an even number. For most codecs, you can leave this field and height blank in order to use the height and width (resolution) from the source. Note, however, that leaving blank is not recommended. For the Frame Capture codec, height and width are required.

videoDescription_scalingBehavior :: Lens' VideoDescription (Maybe VideoDescriptionScalingBehavior) Source #

STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option will override any position value. DEFAULT may insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.

videoDescription_respondToAfd :: Lens' VideoDescription (Maybe VideoDescriptionRespondToAfd) Source #

Indicates how MediaLive will respond to the AFD values that might be in the input video. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose PASSTHROUGH. RESPOND: MediaLive clips the input video using a formula that uses the AFD values (configured in afdSignaling ), the input display aspect ratio, and the output display aspect ratio. MediaLive also includes the AFD values in the output, unless the codec for this encode is FRAME_CAPTURE. PASSTHROUGH: MediaLive ignores the AFD values and does not clip the video. But MediaLive does include the values in the output. NONE: MediaLive does not clip the input video and does not include the AFD values in the output

videoDescription_name :: Lens' VideoDescription Text Source #

The name of this VideoDescription. Outputs will use this name to uniquely identify this Description. Description names should be unique within this Live Event.