View Single Post
Old 13th February 2003, 12:18   #14  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
Q&A is for both v2.0x and v2.5x, but not everything was updated when v2.5 came

I don't use spatialsmoother and spatial soften so I can't comment on that. For analog capture I use (only included the smoothing):

convolution3d(preset="vhsBQ")

or with two captures from different broadcastings:

clip1=avisource(1.avi)
clip2=avisource(2.avi)
Layer(clip1,clip2,"fast").convolution3d(preset="movieHQ")

Last edited by Wilbert; 13th February 2003 at 13:29.
Wilbert is offline   Reply With Quote