View Single Post
Old 13th October 2022, 21:46   #168  |  Link
anton_foy
Registered User
 
Join Date: Dec 2005
Location: Sweden
Posts: 703
Very interesting with the new IVS-mask.
Quote:
So in the new versions the MDegrainN may have 2 additional inputs of MVs clips and separate tr-value for this part of processing.
Do you mean like conditional filtering or a more seamless/smooth transition? I was thinking something like this:

Tr1 = MdegrainN(last,super1,multivec, tr=1, thsad=200...)
Tr6 = MdegrainN(last,super2,multivec, tr=6, thsad=400...)
Mask = 'scriptclip the mask for eg. Blackness() with opacity changing"
Mt_merge(tr6,tr1,mask,luma=true,u=3,v=3)

Changes dynamically between tr1 and tr6 (min/max).

Last edited by anton_foy; 13th October 2022 at 23:02.
anton_foy is offline   Reply With Quote