HeSh
28th June 2002, 12:31
I use SmartSmoothHiQ & WarpSharp in AviSynth.
But I use them through VDUB filters. so I have to add
ConvertToRGB() & ConvertToYUY2() in the process like this:
#crop/resize and other stuff
ConvertToRGB()
VD_SmartSmoothHiQ(5,45,254,"weighted")
VD_WarpSharp(35)
ConvertToYUY2()
#END
I recently found out that there is a AviSynth version of SmartSmooth.
The quesiton is: If I put AS SmartSmooth before ConvertToRGB (since there is no AviSynth version of WarpSharp I still need those functions), would it result in any speed increse?
Thanx
HeSh
But I use them through VDUB filters. so I have to add
ConvertToRGB() & ConvertToYUY2() in the process like this:
#crop/resize and other stuff
ConvertToRGB()
VD_SmartSmoothHiQ(5,45,254,"weighted")
VD_WarpSharp(35)
ConvertToYUY2()
#END
I recently found out that there is a AviSynth version of SmartSmooth.
The quesiton is: If I put AS SmartSmooth before ConvertToRGB (since there is no AviSynth version of WarpSharp I still need those functions), would it result in any speed increse?
Thanx
HeSh