Skip to content

Commit fa49aa1

Browse files
author
awstools
committed
docs(client-medialive): Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.
1 parent e384ea1 commit fa49aa1

File tree

2 files changed

+41035
-41034
lines changed

2 files changed

+41035
-41034
lines changed

clients/client-medialive/src/models/models_0.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9932,7 +9932,10 @@ export interface VideoDescription {
99329932
RespondToAfd?: VideoDescriptionRespondToAfd | undefined;
99339933

99349934
/**
9935-
* 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.
9935+
* Configures how MediaLive transforms the video picture to match the output frame.
9936+
* Use STRETCH_TO_OUTPUT to stretch the video to fill the output frame. The video might get distorted.
9937+
* Use DEFAULT to insert pillar boxes or letter boxes around the video to fill the output frame. The video won't get distorted.
9938+
* Use SMART_CROP to enable the smart crop feature that uses the Elemental Inference service to crop the frame using AI - see the MediaLive User Guide for more information.
99369939
* @public
99379940
*/
99389941
ScalingBehavior?: VideoDescriptionScalingBehavior | undefined;

0 commit comments

Comments
 (0)