Hi guys,
I have an XVid movie and want to convert this to a DVD - I have an application called FitCD which will create an avs script as CCE won't resize without it. The script looks like this:
My couple of questions are:
Any advice would be appreciated.
Mr E
I have an XVid movie and want to convert this to a DVD - I have an application called FitCD which will create an avs script as CCE won't resize without it. The script looks like this:
# -= AviSynth v2.5.5.0 script by FitCD v1.2.8 =-
AVISource("c:\test\test.avi")
BicubicResize(720,336,0,0.6,1,0,638,272)
AddBorders(0,120,0,120)
#Trim(0,150742).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
AVISource("c:\test\test.avi")
BicubicResize(720,336,0,0.6,1,0,638,272)
AddBorders(0,120,0,120)
#Trim(0,150742).FadeOut(150)
ConvertToYUY2() # For VirtualDub or CCE
- In CCE do I say this is 4:3 or 16:9 (Do I remove the borders line and make it 16:9 or leave them and make it 4:3, or something else?)
- Do I want to click the anamorphic check box - not sure if this will make the movie look odd?
- Is using an avs script the correct way to resize a movie or is there a better way.
Any advice would be appreciated.
Mr E
Comment