akiza
1st September 2006, 10:02
====
TemporalSoften(clip clip, int radius, int luma_threshold, int chroma_threshold [, int scenechange] [, int mode])
All frames no more than radius away are examined.
====
I'm a little confused....:confused:
If radius=3, how many frames TemporalSoftem work with ?
1. [n-1],[n],[n+1] -> total frames=3
2. [n-2],[n-1],[n],[n+1],[n+2] -> total frames=5
which one is correct ?
TemporalSoften(clip clip, int radius, int luma_threshold, int chroma_threshold [, int scenechange] [, int mode])
All frames no more than radius away are examined.
====
I'm a little confused....:confused:
If radius=3, how many frames TemporalSoftem work with ?
1. [n-1],[n],[n+1] -> total frames=3
2. [n-2],[n-1],[n],[n+1],[n+2] -> total frames=5
which one is correct ?