We have an .avi that was filmed at an odd angle. Is there any way to rotate the play screen 90 degrees?
I don't really want to change the avi - just how it's viewed for consumers.
+ Reply to Thread
Results 1 to 6 of 6
-
-
You must reencode the avi, https://forum.videohelp.com/topic312898.html?highlight=rotate or http://www.microsoft.com/windows/windowsmedia/knowledgecenter/mediaadvice/0075.mspx#EPD
Or else must you include some special video player that can rotate...like ffdshow avisynth filter. -
Thanks for the superfast response! I think it's going to be faster for us to reshoot the avi.
Thanks! -
If you're going to encode it anyway, then AviSynth's TurnLeft or TurnRight filters will be faster than reshooting:
http://avisynth.org/mediawiki/TurnRight -
OK, real newbee question here. My objective: I have an existing .mp2 file that was recorded 90 degrees off (sideways). I want to load this file in Windows Media player upright (TurnLeft).
I have a script with one line
TurnLeft "Compressed_Video_1_1_0.mp2"
I installed AviSynth 2.58. When I run this script (drag and drop it on Windows Media Player, I get a "I don't know what "TurnLeft" means" message.
What am I doing wrong? -
If your source is progressive:
Code:DirecShowSource("Compressed_Video_1_1_0.mp2") TurnLeft()
Similar Threads
-
AVCHD Video Playback on Sony Vegas/PMB Causing Blue Screen - HELP!
By dakicka in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 10th Feb 2011, 16:15 -
Rotate video without transcoding?
By tehguy in forum EditingReplies: 5Last Post: 5th Sep 2010, 12:29 -
Rotate Video - No re-encode?
By therock003 in forum EditingReplies: 2Last Post: 26th Jul 2010, 04:26 -
How can I rotate mpeg video?
By spurs61 in forum EditingReplies: 10Last Post: 23rd Mar 2010, 17:13 -
full screen high def video playback program
By syeager in forum LinuxReplies: 4Last Post: 11th Jun 2008, 09:39