VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  2. Member
    Join Date
    May 2001
    Location
    United States
    Search Comp PM
    Try this Avisynth script:

    Code:
    mpeg2source("c\your file path")
    turnleft()
    
    or
    
    turnright()
    This will rotate your video 90 degrees right or left.
    ICBM target coordinates:
    26° 14' 10.16"N -- 80° 16' 0.91"W
    Quote Quote  
  3. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    Thank you. I'll give it a shot.
    Quote Quote  
  4. Member ZippyP.'s Avatar
    Join Date
    Nov 2002
    Location
    Lotus Land
    Search Comp PM
    You don't mean fullscreen display vs. widescreen display, do you?
    "Art is making something out of nothing and selling it." - Frank Zappa
    Quote Quote  
  5. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    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()
    Any thoughts?

    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.
    Quote Quote  
  6. Member
    Join Date
    May 2001
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  7. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    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()
    It had also worked. I appreciate your help. Thanks.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!