View Single Post
Old 10th April 2014, 13:44   #15  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 352
Quote:
Originally Posted by StainlessS View Post
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).

Last edited by bxyhxyh; 10th April 2014 at 14:10. Reason: grammar
bxyhxyh is offline   Reply With Quote