You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments