Skip to content

Media convert - Pixel format: converting a video in yuv444p to yuv420p

0

I'd like to find a way, using AWS media convert to mimic this ffmpeg command for videos originally using 4:4:4 chroma subsampling:

ffmpeg -i input.mp4 -vf format=yuv420p output.mp4

Any idea if that is a possibility?

asked a year ago249 views
3 Answers
0

However, I have one additional error. When launching the job, I get this error : Unsupported video input: [stream color format not supported] for 352669a0dfc7a7-4870-457f-934d-8dba8db78137.mp4

answered a year ago
0

Hey! Sorry the answer 'bot got it wrong.

YUV444 inputs ARE supported by MediaConvert, but only in certain container+codec combinations.

For yuv4:4:4 input, try using a MXF or IMF or MOV container, with Apple ProRes 4444 or Apple ProRes 4444XQ codecs. I've tested this, and it works for 4:4:4 -->4:2:2 or 4:2:0.

You can definitely lodge a Feature Request for more container/codec combinations (see the Feedback button in lower left of AWS Console).

AWS
answered a year 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.