Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'd like to use HandBrake to compress some video that was taken via a camera that was mounted upside down.

I found a reference to a command-line rotate option, but I can't find it in the GUI.

Am I just missing it?

share|improve this question

1 Answer

From a recent post iPhone video rotation (and compression)

HandBrake (or at least the GUI) does not offer a way to rotate video. The HandBrake CLI does have a "rotate" option, however I found it is not a true rotation. Rather, it simply flips on an axis. The documentation is poor, but I found that a value of 1 flips on X, 2 flips on Y, and 3 flips on X and Y. So using a value of 3 is the same as doing a 180° rotation, which is useful for videos that are upside down, but not for videos that are sideways.

mencoder can do proper rotation.

While this refers to a Mac OS-X platform, I guess it should work for you too. Find a mencoder binary for your platform.

share|improve this answer
I am just asking about flipping the video. Is this option in the handbrake GUI anywhere? – nonot1 May 3 '12 at 2:35
I couldn't find the rotate option in the GUI either. If you set everything else up and then "Add To Queue" when you "Show Queue" there is an option to create a batch script of the full queue. Do that then edit the batch file and add --rotate to the files that you want rotated. Then just run the bat file. This avoids most of the work of building up the command line – Craig Dec 31 '12 at 22:29
Command line options that are not visible in the GUI can be entered in the text box under the advanced tab. – Matt Feb 14 at 11:03
@Matt That text box seems to be for x264 options, not Handbrake options. – Aphex5 Apr 14 at 0:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.