interface VideoDescriptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.VideoDescriptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_VideoDescriptionProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.VideoDescriptionProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.VideoDescriptionProperty |
![]() | aws-cdk-lib » aws_medialive » CfnChannel » VideoDescriptionProperty |
Encoding information for one output video.
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 { aws_medialive as medialive } from 'aws-cdk-lib';
declare const colorSpacePassthroughSettings: any;
declare const rec601Settings: any;
declare const rec709Settings: any;
const videoDescriptionProperty: medialive.CfnChannel.VideoDescriptionProperty = {
codecSettings: {
av1Settings: {
afdSignaling: 'afdSignaling',
bufSize: 123,
colorSpaceSettings: {
colorSpacePassthroughSettings: colorSpacePassthroughSettings,
hdr10Settings: {
maxCll: 123,
maxFall: 123,
},
rec601Settings: rec601Settings,
rec709Settings: rec709Settings,
},
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: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
},
frameCaptureSettings: {
captureInterval: 123,
captureIntervalUnits: 'captureIntervalUnits',
timecodeBurninSettings: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
},
h264Settings: {
adaptiveQuantization: 'adaptiveQuantization',
afdSignaling: 'afdSignaling',
bitrate: 123,
bufFillPct: 123,
bufSize: 123,
colorMetadata: 'colorMetadata',
colorSpaceSettings: {
colorSpacePassthroughSettings: { },
rec601Settings: { },
rec709Settings: { },
},
entropyEncoding: 'entropyEncoding',
filterSettings: {
bandwidthReductionFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
temporalFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
},
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: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
timecodeInsertion: 'timecodeInsertion',
},
h265Settings: {
adaptiveQuantization: 'adaptiveQuantization',
afdSignaling: 'afdSignaling',
alternativeTransferFunction: 'alternativeTransferFunction',
bitrate: 123,
bufSize: 123,
colorMetadata: 'colorMetadata',
colorSpaceSettings: {
colorSpacePassthroughSettings: { },
dolbyVision81Settings: { },
hdr10Settings: {
maxCll: 123,
maxFall: 123,
},
rec601Settings: { },
rec709Settings: { },
},
filterSettings: {
bandwidthReductionFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
temporalFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
},
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: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
timecodeInsertion: 'timecodeInsertion',
treeblockSize: 'treeblockSize',
},
mpeg2Settings: {
adaptiveQuantization: 'adaptiveQuantization',
afdSignaling: 'afdSignaling',
colorMetadata: 'colorMetadata',
colorSpace: 'colorSpace',
displayAspectRatio: 'displayAspectRatio',
filterSettings: {
temporalFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
},
fixedAfd: 'fixedAfd',
framerateDenominator: 123,
framerateNumerator: 123,
gopClosedCadence: 123,
gopNumBFrames: 123,
gopSize: 123,
gopSizeUnits: 'gopSizeUnits',
scanType: 'scanType',
subgopLength: 'subgopLength',
timecodeBurninSettings: {
fontSize: 'fontSize',
position: 'position',
prefix: 'prefix',
},
timecodeInsertion: 'timecodeInsertion',
},
},
height: 123,
name: 'name',
respondToAfd: 'respondToAfd',
scalingBehavior: 'scalingBehavior',
sharpness: 123,
width: 123,
};
Properties
Name | Type | Description |
---|---|---|
codec | IResolvable | Video | The video codec settings. |
height? | number | The output video height, in pixels. |
name? | string | The name of this VideoDescription. |
respond | string | Indicates how to respond to the AFD values in the input stream. |
scaling | string | STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width). |
sharpness? | number | Changes the strength of the anti-alias filter used for scaling. |
width? | number | The output video width, in pixels. |
codecSettings?
Type:
IResolvable
|
Video
(optional)
The video codec settings.
height?
Type:
number
(optional)
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.
name?
Type:
string
(optional)
The name of this VideoDescription.
Outputs use this name to uniquely identify this description. Description names should be unique within this channel.
respondToAfd?
Type:
string
(optional)
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.
scalingBehavior?
Type:
string
(optional)
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.
sharpness?
Type:
number
(optional)
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.
width?
Type:
number
(optional)
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.