Log in

View Full Version : Still have flicker after Denoising with AviSynth


VideoFanatic
27th November 2011, 23:28
I seem to have a problem where after denoising I still have flicker. Some videos which are high quality don't have this problem, it just seems to happen with videos which are lower quality. Here's the script I use:

The first line deblocks and denoises. The other lines get rid of the remaining noise.

Mpeg2Source("I:\New\z = Encode\RAW July 21 1997 Edited.track_224.d2v", CPU=6)
DeGrainMedian(limitY=2, limitUV=3, mode=1, interlaced=true)
DeGrainMedian(limitY=2, limitUV=3, mode=1, interlaced=true)


Here's a sample (http://game-soundtracks.com/Game%20Music/flicker%20test.mpg)

Here's an ISO (http://game-soundtracks.com/Game%20Music/flicker%20test.iso)

Could someone please suggest a script that would get rid of this flicker. Thanks