Convert XVid to DVD Widescreen using AVISynth

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrE_H
    Head of Sanitation
    • Apr 2003
    • 94

    Convert XVid to DVD Widescreen using AVISynth

    Hi guys,

    I have been using an application called FitCD to create AVISynth scripts to convert XVid movies to DVD using CCE. I have just been converting to 4:3 aspect with bars at the top and bottom. I am likely to be getting a widescreen tv soon and want to convert these movies to widescreen 16:9 aspect. Can you please advise me if the following script will do the trick when I click the 16:9 aspect ratio box in CCE.

    Thanks in advance

    Mr E

    Code:
    # -= AviSynth v2.5.5.0 script by FitCD v1.2.8 =-
    DirectShowSource("c:\test\test.avi")
    BicubicResize(704,272,0,0.6,5,0,566,240)
    AddBorders(8,0,8,0)
    #This used to be AddBorders(8,104,8,104)
    #Trim(0,-1).FadeOut(150)
    ConvertToYUY2() # For VirtualDub or CCE
    A pub - ahh yes. A meeting place where people attempt to achieve advanced states of mental incompetence, by the repeated consumption of fermented vegetable drinks.
Working...