View Single Post
Old 12th January 2019, 15:07   #16561  |  Link
GZZ
Registered User
 
Join Date: Jan 2002
Posts: 581
Quote:
Originally Posted by byteshare View Post
You can already use the other MDegrain modes. I use MDegrain3 a lot. The only catch is you need to add it as a custom script. I've posted such scripts several times in this thread.
I use the MDegrain1 for light Degrain as a custom script, maybe it could be added to the program? I sometimes use MDegrain(1-3) to bring down the size of reencode. MDegrain3 must be heavy denoise, if MDegrain1 is light and MDegrain2 is "normal".

MDegrain1 script
Quote:
Loadplugin("\RipBot264temp\Tools\AviSynth plugins\mvtools\mvtools2.dll")
super=MSuper(video,pel=2)
fv1=MAnalyse(super,isb=false,delta=1,overlap=4)
bv1=MAnalyse(super,isb=true,delta=1,overlap=4)
video=MDegrain1(video,super,bv1,fv1,thSAD=400)
GZZ is offline   Reply With Quote