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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南