How do I rotate video (MOV) file on Windows?
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
-------------------------------------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping
--
Chapters
00:00 Question
00:29 Accepted answer (Score 27)
01:04 Answer 2 (Score 15)
01:51 Answer 3 (Score 8)
02:22 Answer 4 (Score 6)
03:10 Thank you
--
Full question
https://superuser.com/questions/174035/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #video #rotate #quicktime
#avk47
ACCEPTED ANSWER
Score 27
Google Picasa can rotate videos and save them into a new file. Picasa converts the video to VFW I think, at least it won't be MOV afterward.
For this to work, you need to have Quicktime installed, otherwise Picasa will not open/edit .MOV files
Just install Picasa and QuickTime if you haven't already, then find the video and click the rotate button just as you would for a photo.
ANSWER 2
Score 15
Instead of Movie Rotator or MPEG StreamClip (from squared5.com), which are limited applications, I would recommend AVIDemux. It's an open source video editor that can, among other things, open MOV files and save them as AVI losslessly, or process them and apply filters such as rotation.
AVIDemux is useful, for example, when you have a video that was rotated only during part of its duration, for example when the camera operator switched from portrait mode (e.g. recording a person's speech) to landscape mode (e.g. to record the audience's reaction).
But above all, I'd recommend avoiding Apple products that output videos in .MOV format.
ANSWER 3
Score 8
Windows Movie Maker is the way to go as its Free for Windows 7 and super easy to rotate. You just drop your movie into the program and then you can click "Rotate right". It also lets you upload direct to YouTube.
I saved my file as a WMV beforehand so that it didnt take as long to upload.
ANSWER 4
Score 6
This requires QuickTime Pro to do (and works on Mac OS X using QuickTime Player 7 with Pro as well):
- Open the movie with QuickTime Player
- Choose Show Movie Properties from the Window menu
- Click on the video track, then click on the Visual Settings tab
- Clip the button to rotate your video.
- Save your movie. No transcoding required.
A free option is MPEG Streamclip (awesome program) where you can just choose "Rotate Video" from the Edit menu. If saved as a QuickTime movie it won't require transcoding.
ANSWER 5
Score 2
Try using VirtualDub with a MOV VfW codec or via AVIsynth.
Alternately, install mencoder and use that from the command line.