gunfelix
3rd August 2015, 13:22
I'm trying to repair the edges and fades on this video that got mangled due to compression.
The lines/edges are dull, break up, almost dissapear in the background or are causing aliasing/flickering (samples 1-3):
http://i.imgur.com/KDee5sS.png
http://i.imgur.com/SdLM0RS.png
http://i.imgur.com/HjW6H1y.png
I'm not sure if the aliasing is caused because of a bad deinterlace or the 720x576 to 768x576 resize. nnedi+santiag cleans up some aliasing. Toon multiple times repairs some of the lines. Is there a different way to approach this?
The other problem I have is that the fading is filled with artifacts (sample4):
http://i.imgur.com/fD6jmgk.png
Are there any filters that can repair fading?
Samples:
https://mega.co.nz/#F!LY1GgZaS!F_wbRxS79H932jl9rnLS-A
Script:
ffVideoSource("sample3.mkv")
MosquitoNR(strength=15)
Deblock_QED()
SeparateFields()
SelectEven()
nnedi3(dh=true, nns=4)
Santiag()
Santiag()
Dehalo_alpha()
Crop(4,4,-4,0)
EEDI2().TurnRight().EEDI2().TurnLeft()
LSFMod(strength=238, defaults="slow")
Toon()
Spline36Resize(760,572)
Toon()
Commandline:
avs2yuv.exe "script.avs" -o - | x264x64.exe - --profile high --level 4.0 --preset veryslow --no-fast-pskip --qcomp=0.9 --crf 17 --tune animation --output "output.mkv" --demuxer y4m
The lines/edges are dull, break up, almost dissapear in the background or are causing aliasing/flickering (samples 1-3):
http://i.imgur.com/KDee5sS.png
http://i.imgur.com/SdLM0RS.png
http://i.imgur.com/HjW6H1y.png
I'm not sure if the aliasing is caused because of a bad deinterlace or the 720x576 to 768x576 resize. nnedi+santiag cleans up some aliasing. Toon multiple times repairs some of the lines. Is there a different way to approach this?
The other problem I have is that the fading is filled with artifacts (sample4):
http://i.imgur.com/fD6jmgk.png
Are there any filters that can repair fading?
Samples:
https://mega.co.nz/#F!LY1GgZaS!F_wbRxS79H932jl9rnLS-A
Script:
ffVideoSource("sample3.mkv")
MosquitoNR(strength=15)
Deblock_QED()
SeparateFields()
SelectEven()
nnedi3(dh=true, nns=4)
Santiag()
Santiag()
Dehalo_alpha()
Crop(4,4,-4,0)
EEDI2().TurnRight().EEDI2().TurnLeft()
LSFMod(strength=238, defaults="slow")
Toon()
Spline36Resize(760,572)
Toon()
Commandline:
avs2yuv.exe "script.avs" -o - | x264x64.exe - --profile high --level 4.0 --preset veryslow --no-fast-pskip --qcomp=0.9 --crf 17 --tune animation --output "output.mkv" --demuxer y4m