View Full Version : Apply Range help
DoW
20th September 2003, 00:49
Im trying to use applyrange to apply TemporalSoften(3,3,8,mode=2) to certain sections of a video clip. Normally, this would not be a problem, but I have no idea what the default values are of Temporal soften, plus, mode=2 is a optional varible and applyrange wont accept varibles of the type 'mode=2' (AFAIK). I have seen a workaround for this, but cant find it after searching, so Im asking for a little guidence
stickboy
20th September 2003, 03:19
Originally posted by DoW
Im trying to use applyrange to apply TemporalSoften(3,3,8,mode=2) to certain sections of a video clip. Normally, this would not be a problem, but I have no idea what the default values are of Temporal soften, plus, mode=2 is a optional varible and applyrange wont accept varibles of the type 'mode=2' (AFAIK). I have seen a workaround for this, but cant find it after searching, so Im asking for a little guidence You can:
A. Use my JDL_ApplyRange function (available at http://www.avisynth.org/~stickboy/), which allows optional/named parameters (among other things)
B. Create a wrapper function (http://www.avisynth.org/index.php?page=Wrapper) to TemporalSmoother, and use that wrapper function with ApplyRange.
DoW
21st September 2003, 01:46
Dang, thought I had deleted that thread. Oops. Made wrapper function. Thanks for the help, anyways.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.