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"
}
1 réponse
1
Réponse acceptée

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
répondu il y a 8 mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions