Media Convert rotating portrait videos.

0

While transcoding medias to HLS using media convert, portrait videos are auto rotated -90 degree. I am using lambda to invoke media convert job.

  • MediaType: MOV

I tried following settings with reference to Documentation

  • Auto Rotate
"VideoSelector": 
{
 "ColorSpace": "FOLLOW",
 "Rotate": "AUTO"
}
  • 0 Degree Rotate
"VideoSelector": 
{
 "ColorSpace": "FOLLOW",
 "Rotate": "DEGREE_0"
}
  • 270 Degree Rotate
"VideoSelector": 
{
 "ColorSpace": "FOLLOW",
 "Rotate": "DEGREES_270"
}
Dip
已提问 8 个月前308 查看次数
1 回答
1
已接受的回答

Often portrait videos captured by mobile phones will have metadata that indicates the image is a 16x9 format, yet rotated, instead of indicating a 9x16 resolution. Depending on the metadata, AWS Elemental MediaConvert will rotate the video back to the 16x9 format.

Try using Rotate: DEGREE_90 to get the transcoded outputs in the desired portrait mode.

AWS
Mike-ME
已回答 8 个月前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则