Quote:
Originally Posted by StainlessS
One option to keep interlacing while temporal processing is to process even/odd as two separate chains
(using SeparateFields, SelectEven, SelectOdd) before temporal processing on each chain, then interleave even/odd
and then weave to get back full clip.
An alternative is to use StickBoy functions in a script called something like JDL_Interleave.avs, find stickboy
stuff on Wiki (use the 'flip' option, or whatever its called).
EDIT: that was easy to find, here tis: http://www.avisynth.nl/users/stickboy/
JDL_FoldFieldsVertical and JDL_UnfoldFieldsVertical
|
Yes, It is helpful for temporal denoisers.
But bt=1 means pure spatial, so no need to use this. It is exactly same as not using interleave(even,odd).
@Mounir
"White fog" is caused by spatial denoisers. But I won't recommend temporal denoisers on this noise. Because very strong setting is needed. It can be lead to ghosting. Then ghosts can be masked here.
Still you can try MDegrain(truemotion=false).