
My biggest concern is the static-y stuff all over the image and how to get rid of it. If you could recommend any other cleaning filters I could use for this as well, I would greatly appreciate it!
Interesting, I didn't see any rainbowing until you mentioned it.Scintilla wrote:The pages of Scintilla's Guide to AVISynth Postprocessing Filters for AMVs that deal with smoothers go over some smoothers that should work well to remove film grain (DeGrainMedian and RemoveGrain come to mind). You'll also want something to deal with all those rainbows; derainbowers should usually come *before* any IVTC operations.
Code: Select all
DeGrainMedian()
DeRainbow(10)
aWarpSharp(depth=22.0)
Tweak(hue=0.0, sat=1.3, bright=2, cont=1.2, coring=true, sse=false)