Interface CfnChannel.VideoDescriptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.VideoDescriptionProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
The parent of this entity is EncoderSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; Object colorSpacePassthroughSettings; Object rec601Settings; Object rec709Settings; VideoDescriptionProperty videoDescriptionProperty = VideoDescriptionProperty.builder() .codecSettings(VideoCodecSettingsProperty.builder() .av1Settings(Av1SettingsProperty.builder() .afdSignaling("afdSignaling") .bufSize(123) .colorSpaceSettings(Av1ColorSpaceSettingsProperty.builder() .colorSpacePassthroughSettings(colorSpacePassthroughSettings) .hdr10Settings(Hdr10SettingsProperty.builder() .maxCll(123) .maxFall(123) .build()) .rec601Settings(rec601Settings) .rec709Settings(rec709Settings) .build()) .fixedAfd("fixedAfd") .framerateDenominator(123) .framerateNumerator(123) .gopSize(123) .gopSizeUnits("gopSizeUnits") .level("level") .lookAheadRateControl("lookAheadRateControl") .maxBitrate(123) .minIInterval(123) .parDenominator(123) .parNumerator(123) .qvbrQualityLevel(123) .sceneChangeDetect("sceneChangeDetect") .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .build()) .frameCaptureSettings(FrameCaptureSettingsProperty.builder() .captureInterval(123) .captureIntervalUnits("captureIntervalUnits") .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .build()) .h264Settings(H264SettingsProperty.builder() .adaptiveQuantization("adaptiveQuantization") .afdSignaling("afdSignaling") .bitrate(123) .bufFillPct(123) .bufSize(123) .colorMetadata("colorMetadata") .colorSpaceSettings(H264ColorSpaceSettingsProperty.builder() .colorSpacePassthroughSettings(ColorSpacePassthroughSettingsProperty.builder().build()) .rec601Settings(Rec601SettingsProperty.builder().build()) .rec709Settings(Rec709SettingsProperty.builder().build()) .build()) .entropyEncoding("entropyEncoding") .filterSettings(H264FilterSettingsProperty.builder() .bandwidthReductionFilterSettings(BandwidthReductionFilterSettingsProperty.builder() .postFilterSharpening("postFilterSharpening") .strength("strength") .build()) .temporalFilterSettings(TemporalFilterSettingsProperty.builder() .postFilterSharpening("postFilterSharpening") .strength("strength") .build()) .build()) .fixedAfd("fixedAfd") .flickerAq("flickerAq") .forceFieldPictures("forceFieldPictures") .framerateControl("framerateControl") .framerateDenominator(123) .framerateNumerator(123) .gopBReference("gopBReference") .gopClosedCadence(123) .gopNumBFrames(123) .gopSize(123) .gopSizeUnits("gopSizeUnits") .level("level") .lookAheadRateControl("lookAheadRateControl") .maxBitrate(123) .minIInterval(123) .minQp(123) .numRefFrames(123) .parControl("parControl") .parDenominator(123) .parNumerator(123) .profile("profile") .qualityLevel("qualityLevel") .qvbrQualityLevel(123) .rateControlMode("rateControlMode") .scanType("scanType") .sceneChangeDetect("sceneChangeDetect") .slices(123) .softness(123) .spatialAq("spatialAq") .subgopLength("subgopLength") .syntax("syntax") .temporalAq("temporalAq") .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .timecodeInsertion("timecodeInsertion") .build()) .h265Settings(H265SettingsProperty.builder() .adaptiveQuantization("adaptiveQuantization") .afdSignaling("afdSignaling") .alternativeTransferFunction("alternativeTransferFunction") .bitrate(123) .bufSize(123) .colorMetadata("colorMetadata") .colorSpaceSettings(H265ColorSpaceSettingsProperty.builder() .colorSpacePassthroughSettings(ColorSpacePassthroughSettingsProperty.builder().build()) .dolbyVision81Settings(DolbyVision81SettingsProperty.builder().build()) .hdr10Settings(Hdr10SettingsProperty.builder() .maxCll(123) .maxFall(123) .build()) .rec601Settings(Rec601SettingsProperty.builder().build()) .rec709Settings(Rec709SettingsProperty.builder().build()) .build()) .filterSettings(H265FilterSettingsProperty.builder() .bandwidthReductionFilterSettings(BandwidthReductionFilterSettingsProperty.builder() .postFilterSharpening("postFilterSharpening") .strength("strength") .build()) .temporalFilterSettings(TemporalFilterSettingsProperty.builder() .postFilterSharpening("postFilterSharpening") .strength("strength") .build()) .build()) .fixedAfd("fixedAfd") .flickerAq("flickerAq") .framerateDenominator(123) .framerateNumerator(123) .gopClosedCadence(123) .gopSize(123) .gopSizeUnits("gopSizeUnits") .level("level") .lookAheadRateControl("lookAheadRateControl") .maxBitrate(123) .minIInterval(123) .minQp(123) .mvOverPictureBoundaries("mvOverPictureBoundaries") .mvTemporalPredictor("mvTemporalPredictor") .parDenominator(123) .parNumerator(123) .profile("profile") .qvbrQualityLevel(123) .rateControlMode("rateControlMode") .scanType("scanType") .sceneChangeDetect("sceneChangeDetect") .slices(123) .tier("tier") .tileHeight(123) .tilePadding("tilePadding") .tileWidth(123) .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .timecodeInsertion("timecodeInsertion") .treeblockSize("treeblockSize") .build()) .mpeg2Settings(Mpeg2SettingsProperty.builder() .adaptiveQuantization("adaptiveQuantization") .afdSignaling("afdSignaling") .colorMetadata("colorMetadata") .colorSpace("colorSpace") .displayAspectRatio("displayAspectRatio") .filterSettings(Mpeg2FilterSettingsProperty.builder() .temporalFilterSettings(TemporalFilterSettingsProperty.builder() .postFilterSharpening("postFilterSharpening") .strength("strength") .build()) .build()) .fixedAfd("fixedAfd") .framerateDenominator(123) .framerateNumerator(123) .gopClosedCadence(123) .gopNumBFrames(123) .gopSize(123) .gopSizeUnits("gopSizeUnits") .scanType("scanType") .subgopLength("subgopLength") .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .timecodeInsertion("timecodeInsertion") .build()) .build()) .height(123) .name("name") .respondToAfd("respondToAfd") .scalingBehavior("scalingBehavior") .sharpness(123) .width(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.VideoDescriptionProperty
static final class
An implementation forCfnChannel.VideoDescriptionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The video codec settings.default Number
The output video height, in pixels.default String
getName()
The name of this VideoDescription.default String
Indicates how to respond to the AFD values in the input stream.default String
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).default Number
Changes the strength of the anti-alias filter used for scaling.default Number
getWidth()
The output video width, in pixels.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCodecSettings
The video codec settings.- See Also:
-
getHeight
The output video height, in pixels.This must be an even number. For most codecs, you can keep this field and width blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
- See Also:
-
getName
The name of this VideoDescription.Outputs use this name to uniquely identify this description. Description names should be unique within this channel.
- See Also:
-
getRespondToAfd
Indicates how to respond to the AFD values in the input stream.RESPOND causes input video to be clipped, depending on the AFD value, input display aspect ratio, and output display aspect ratio, and (except for the FRAMECAPTURE codec) includes the values in the output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores the AFD values and includes the values in the output, so input video is not clipped. NONE ignores the AFD values and does not include the values through to the output, so input video is not clipped.
- See Also:
-
getScalingBehavior
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).This option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.
- See Also:
-
getSharpness
Changes the strength of the anti-alias filter used for scaling.0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.
- See Also:
-
getWidth
The output video width, in pixels.It must be an even number. For most codecs, you can keep this field and height blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
- See Also:
-
builder
-