ocelot
7th January 2003, 01:59
already read some guides but still I have some questions Iam using FitCd
and my script look like this:
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("F:\Red Dragon\test.avi")
BicubicResize(480,288,0,0.6,10,0,620,272)
AddBorders(0,96,0,96)
#Trim(0,3646).FadeOut(150)
I tried to resize and my first question is what is crop good for and what b and c parameters are??
The second thing is I tried to resize my NTSC file(640*272) to 480*360 but it seems to be impossible cause when I resize to 480*288 or 480*304 my destination in FitCd is always 480*480 so what is the difference between this two resolutions and how can I resize to 480*360??
And is it a quality difference if I use FitCd or write my own script something like this:
LoadPlugin("c:\mpeg2dec.dll")
AviSource("F:\Red Dragon\test.avi")
BicubicResize(480,360)
#Trim(0,3646).FadeOut(150)
Sorry I know lot of questions but I would appreciate your support
Thanks!!
and my script look like this:
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("F:\Red Dragon\test.avi")
BicubicResize(480,288,0,0.6,10,0,620,272)
AddBorders(0,96,0,96)
#Trim(0,3646).FadeOut(150)
I tried to resize and my first question is what is crop good for and what b and c parameters are??
The second thing is I tried to resize my NTSC file(640*272) to 480*360 but it seems to be impossible cause when I resize to 480*288 or 480*304 my destination in FitCd is always 480*480 so what is the difference between this two resolutions and how can I resize to 480*360??
And is it a quality difference if I use FitCd or write my own script something like this:
LoadPlugin("c:\mpeg2dec.dll")
AviSource("F:\Red Dragon\test.avi")
BicubicResize(480,360)
#Trim(0,3646).FadeOut(150)
Sorry I know lot of questions but I would appreciate your support
Thanks!!