Hi there...
I've got a video that I've taken from a camera @ HD720 How to rotate it to 180 degrees without losing a tiny bit of quality. This is for one of my projects. Plz do help.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Turn your monitor 180 degrees... Just kidding.
I don't think there is any way to do it by just changing something in the file header, so you will need a program that can decode it, rotate the video, then re-encode it. I think using Avisynth and/or Virtualdub would be the easiest. -
Rotation is a primitive function that every video editor must have.
VD or AVIDemux must have Flip or Rotate plugin. In Vegas you can rotate entire frame or selected area by entering rotation degree value in Angle Roatation Box in preview window.
In AVISynth,
(1)
....Source(SourceClip)
TurnRight().TurnRight()
-or-
(2)
....Source(SourceClip)
TurnLeft().TurnLeft()
-or-
(3)
....Source(SourceClip)
LoadPlugin("Flips.dll")
Rotate180()
================================================== ==============================================
Rotation is relative term, if one can not rotate clip, can think of rotating viewers.
Similar Threads
-
rotating video
By rosmari in forum EditingReplies: 17Last Post: 7th Nov 2011, 16:49 -
Rotating Video
By Debful in forum Newbie / General discussionsReplies: 5Last Post: 22nd Apr 2011, 09:22 -
Rotating Your Video
By PinkComputer in forum EditingReplies: 0Last Post: 23rd Oct 2009, 08:36 -
Rotating video
By CapeKO in forum Newbie / General discussionsReplies: 3Last Post: 21st Aug 2008, 21:09 -
Vdub and rotating video
By theewizard in forum Newbie / General discussionsReplies: 2Last Post: 27th Jan 2008, 21:29