Hey all, I have a video with the metadata property "rotate=90" that is not getting auto-rotated by VLC. I know the video has this metadata because I added it myself with ffmpeg, using this command: "ffmpeg -i $INPUTVIDEO -metadata:s:v rotate="90" -codec copy $OUTPUTVIDEO&quo...