View Full Version : MC_Spuds issue


sirt
19th July 2012, 09:45
Hello,

Each time I want to use MC_Spuds in some areas it produces some kind of chroma shift for no reason, especially at scene changes.

I simply use

Import("C:\Program Files (x86)\AviSynth 2.5\plugins\MC_Spuds.avsi")
MC_Spuds(mode = "very low",frames =1,strength=2)

It never happens with mctemporaldenoise or anothef filter.

TheSkiller
19th July 2012, 10:45
Try adding chro=true.
I has been a while but I think I have experienced the same thing you describe and this fixed it.

sirt
19th July 2012, 10:53
Fantastic, you made my day ! I couldn't imagine for one second it would be so easier, you are the skiller for real.

sirt
19th July 2012, 11:12
Well in fact I spoke too fast...now the problem occurs between two scene changes frames in fact. It has reversed my problem.

TheSkiller
19th July 2012, 12:08
Hm, probably the scene change detection thresholds need to be tweaked then. Those are thSCD1 and thSCD2.

Maybe first try to lower thSCD2. The default is thSCD2=105 in mc_spuds, so try if lowering it helps.