When I convert a .mov file recorded on a iPhone 4S, the video is rotated 180 degrees. If I playing the video on my computer, it looks correct.
I got the same issue with .3gp files from Android and .mov from iPhone 4 (They are rotated 90 degrees)
I have tried looking in the documentation for FFMPEG, but it seems that I will need to scan the metadata and then add it to my convertion script?
Command tried: ffmpeg -i VID_20120510_104204.mov -y -f flv -ar 44100 VID_20120510_104204.flv Also looked on -vf %ROTATE%