Videos from phone to KODI. Orientation problems.
#1
I have recorded a video on my android phone while flipped horizontally. When it is played on KODI the film is viewed veritcally i.e. it needs to be rotated 90 degrees couter-clockwise.

Does anyone know how to rectify this?

Oddly, the film plays in the correct orientation in Windows media player. But in VLC and Quicktime it plays the same way that it does in KODI.

Thanks in advance.
Reply
#2
Found this on a quick search but no solution given... dunno if kodi does it natively. You can use ffmpeg to do it and the kodi player honors the flags (linux anyway).

Code:
ffmpeg -i IINPUT.MOV -c copy -metadata:s:v:0 rotate=90 OUTPUT.MOV
Need help programming a Streamzap remote?
Reply
#3
If the video has the correct orientation metadata it will be displayed in kodi with the correct orientation. mediainfo should show a line like:
Code:
Rotation                                 : 90°
Reply

Logout Mark Read Team Forum Stats Members Help
Videos from phone to KODI. Orientation problems.0