Topic: different avisynth plugins for some SVP profiles needed
how can I deblock only SD not HD video clips?
I added this lines into beginning of MSmooth.Fps file:
mult=16
crop(0,0,int(width/mult)*mult,int(height/mult)*mult)
# for deinterlacing:
TomsMoComp(-1,3,1)
# for deblocking:
BlindPP(quant=12,cpu=4,moderate_h=15,moderate_v=25)
# add artificial fake details:
AddGrain(2,0.1,0.2)
# for sharpening:
Asharp(1.3, 8, 0.5, hqbf=true)
and use needed dll in avisynth plugins folder
parameters not fine tuned yet.