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
gefragt vor 8 Monaten306 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 8 Monaten
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen