gunfelix
9th May 2015, 22:43
I'm trying to reduce as much noise, blocking and aliasing as possible from this old FLV video from the Nickelodeon website. It's badly compressed and has a lot of artifacts. I tried some filters, but it looks as if I'm worsening the artifacts instead of reducing them.
A few before and after caps:
http://screenshotcomparison.com/comparison/126095
http://screenshotcomparison.com/comparison/126096
http://screenshotcomparison.com/comparison/126097
My avisynth code:
ffVideoSource("act1.flv") #Input
Deblock_QED(quant1=33, quant2=40) #Deblocking
Cnr2() #Noise reduction
MosquitoNR(strength=26) #More noise reduction
vInverse() #Getting rid of bad IVTC
mcdaa3() #AntiAliasing
aWarpSharp2(depth=7) #Sharpening
Toon(strength=1) #Darkening
Encoding line:
x264 --profile high --level 3.1 --preset veryslow --crf 18 --tune animation --output act1out.mkv script.avs
Here are a few samples:
https://mega.co.nz/#F!7NshkLAb!DjluAGuFCGcJtEGCJxV7Eg
What am I doing wrong? Should I use different filters (EdgeCleaner/MCTemporalDenoise/LSFMod) or a different order? I would just buy the DVD but the quality is worse if you don't count the compression artifacts
A few before and after caps:
http://screenshotcomparison.com/comparison/126095
http://screenshotcomparison.com/comparison/126096
http://screenshotcomparison.com/comparison/126097
My avisynth code:
ffVideoSource("act1.flv") #Input
Deblock_QED(quant1=33, quant2=40) #Deblocking
Cnr2() #Noise reduction
MosquitoNR(strength=26) #More noise reduction
vInverse() #Getting rid of bad IVTC
mcdaa3() #AntiAliasing
aWarpSharp2(depth=7) #Sharpening
Toon(strength=1) #Darkening
Encoding line:
x264 --profile high --level 3.1 --preset veryslow --crf 18 --tune animation --output act1out.mkv script.avs
Here are a few samples:
https://mega.co.nz/#F!7NshkLAb!DjluAGuFCGcJtEGCJxV7Eg
What am I doing wrong? Should I use different filters (EdgeCleaner/MCTemporalDenoise/LSFMod) or a different order? I would just buy the DVD but the quality is worse if you don't count the compression artifacts