By using AWS re:Post, you agree to the AWS re:Post Terms of Use

MediaLive - crop an .mp4 video to only show center punch 9x16?

0

I have a 1920x1080 .mp4 video stored in an S3 bucket. I have created an input with this file and I can play it out in MediaLive with no issues.

I would like to send this video to a streaming destination (RTMP Push) as vertical video. I want to center punch the center 608x1080 portion of my video.

Where can I set and define cropping of this input in MediaLive? I can't find crop settings anywhere. I know the AWS Elemental Live on-premises appliance has this setting.

Thanks for any guidance.

asked 5 months ago147 views
2 Answers
0
Accepted Answer

The current answer is: use MediaConvert to process your mp4 into a cropped, center-cut mp4 of the specified dimensions.

AWS MediaConvert has input cropping and positioning capabilities. Since your source is a VOD, we suggest using MediaConvert to perform the center cut and output a new mp4 which you can then take into a MediaLive channel configured for the output sizes you desire. Refer to the documentation here for output canvas size and positioning:
https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html#:~:text=If%20you%20choose%20Default%20(Fit,dimensions%20of%20your%20output%20resolution.

MediaLive can scale or stretch input video, but it cannot do cropping, positioning or center cut of the input video. If you pass in a 1920x1080 source, you will get the entire 1920x1080 image placed onto the output canvas whose dimensions you configure. You have a choice of stretching the input to the new dimensions, or seeing black bars on the edges of the canvas. If you set the MediaLive output canvas to align with the center-cut mp4 produced by MediaConvert, your output should be exactly as you described.

AWS
answered 3 months ago
0

To crop your video in AWS Elemental MediaLive, you'll need to set up a "Motion Graphics Overlay" or use the "Input Clips" feature to achieve the desired cropping effect. Although MediaLive does not directly support cropping as an input filter, you can manipulate the input to achieve a centered crop.

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions