I have a short mpeg file in "portrait" orientation. Are there any filters to change the orientation to landscape? I've been searching through the Tools and Forum without much success. Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
You don't mean fullscreen display vs. widescreen display, do you?
"Art is making something out of nothing and selling it." - Frank Zappa -
Zippy, the camera was held sideways.
SLK, Avisynth worked great but only converts 5 seconds of the clip. Here is my script (clip was mpeg1):
Code:LoadPlugin("c:\mpeg2dec3.dll") mpegsource("c:\kenmovie2.mpg") turnright()
Edit: Just wanted to add, that I suppose the "problem" is that mpeg2dec3.dll only supports Mpeg2 and it stalls on the first I frame. -
I'm not familiar with the "mpegsource" command.
Try this:Code:directshowsource("c\your file path") turnleft() or turnright()
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
SLK, using directsource worked great. After posting my question I converted the file to avi in VirtualDub and then ran:
Code:avisource("c:\kenmovie2.avi") turnright()
Similar Threads
-
Changing Video Orientation
By From a Buick 8 in forum MacReplies: 8Last Post: 5th Mar 2014, 01:03 -
Question about DVD Authoring - Adding subtitles in a vertical orientation
By djash1983 in forum Authoring (DVD)Replies: 1Last Post: 31st Oct 2010, 20:56 -
Video orientation is not completely horizontal as intended/Help!
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 6Last Post: 2nd Aug 2010, 10:45 -
changing orientation of video
By yadda in forum Newbie / General discussionsReplies: 1Last Post: 25th Aug 2008, 12:21 -
Changing Video Resolution
By Erf in forum Newbie / General discussionsReplies: 4Last Post: 25th Aug 2007, 22:16