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
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