ryeguy
23rd April 2005, 00:32
AviSource("C:\clip.avi")
ConvertToYuY2()
TemporalSoften(5,5,5)
SpatialSoften(5,5,5)
LanczosResize(640,480)
This script does not work. It does reduce the resolution, but the softening effects are not performed. I know that they will be ugly but I just did that so if they did work I'd be able to tell. I know vdub is performing them too because i get a huge increase in my rendering speed when i comment them out. I know the answer is as plain as day and im just missing it.
ConvertToYuY2()
TemporalSoften(5,5,5)
SpatialSoften(5,5,5)
LanczosResize(640,480)
This script does not work. It does reduce the resolution, but the softening effects are not performed. I know that they will be ugly but I just did that so if they did work I'd be able to tell. I know vdub is performing them too because i get a huge increase in my rendering speed when i comment them out. I know the answer is as plain as day and im just missing it.