LOL, I think I found something, try:
the dct=1 in SMDegrain is what really helps. (but, yes it's slow)
attached an encode with:
=> so with some tinkering this might really be somewhat fixable.
Cu Selur
# removing flickering using ReduceFlicker
clip = core.rdfl.ReduceFlicker(clip=clip, strength=3, aggressive=1)
# removing grain using SMDegrain
clip = smdegrain.SMDegrain(input=clip, interlaced=False, dct=1)
attached an encode with:
# removing flickering using ReduceFlicker
clip = core.rdfl.ReduceFlicker(clip=clip, strength=3, aggressive=1)
# removing grain using SMDegrain
clip = havsfunc.SMDegrain(input=clip, tr=4, interlaced=False, dct=1)
# removing grain using SMDegrain
clip = havsfunc.SMDegrain(input=clip, tr=4, interlaced=False, dct=1)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.