Is it possible to convert mp4 file into .mov with RGBA color space in AWS MediaConvert

1

Hi, I am trying to create a MediaConvert job, that will embed a video into another video (in some of the corners for example). I found out that the only way to do that is to use Motion Image Inserter section and to pass a .mov file there. There are some limitations about this .mov file, specified in the official doc: https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html#requirements-for-the-motion-overlay-file

So, I was able to prepare a .mov file out of mp4, but cannot see any way to change the color space to RGBA. I can use ffmpeg on following way: ffmpeg -i input_file.mp4 -pix_fmt argb -f mov output_file.mov

but I want to not use ffmpeg, but "pure" MediaConvert solution.

Is this mp4 -> mov with RGBA conversion possible at all?

Thanks for you time, Stan.

Stan
已提问 2 个月前132 查看次数
1 回答
1

As detailed in the AWS MediaConvert Motion Overlay referenced, the overlay source needs to be a .mov, encoded as an QuickTime Animation file (RLE), using the RGBA coloring. MediaConvert, in the Global Processor settings, nor in the QuickTime Container settings, does not offer the ability to create an opaqueness level for the overlay. It does a direct overlay of the file onto the video file being transcode.

Perhaps investigate setting any desired opaque level when creating the motion overlay source file. This would then allow the opaqueness of the overlay to be added on top of the video source.

AWS
Mike-ME
已回答 2 个月前
  • Okay, it sounds like this is a no-go if the integration between MediaConvert and Motion Overlay requires changing the input file in a way that MediaConvert cannot support. Is this something we can feature request?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则