
Encoded and rotated IOS video not played in web browser player and amazon player
ffmpeg -i vertical.mov -vf "rotate=PI/2" -r 30 -sameq -acodec copy test_mp4.mp4"
This is the encode i used, rotated video played in desktop media player but not in web browser. Please help. Thanks.