View Single Post
Old 16th May 2021, 07:21   #16  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,620
Quote:
Originally Posted by baka1 View Post
Yep - tho one of the functions called for sneo_FFT3D filter - had to remove the s to make it work. Removed in line 28
you need https://github.com/realfinder/AVS-St...RF_Shared.avsi

as I said before ASTDR default values may be high, ASTDR(3,15,2,FluxStv=30,edgem=true) should be enough and without noticeable artifacts or use ASTDRmc

anyway for even more less Temporal artifacts if you don't mind some blur and low speed
Code:
scomb(ntsccombmask=true) #Spatio-Temporal fix
qtgmc
as said qtgmc can help in Rainbow & Dot Crawl Removal, if you don't like use qtgmc then you can try SMDegrain after deinterlacer

Code:
sdwcomp=DotKills(iterations=4).Rainbow_Smooth2(5,200)
smdc=SMDegrain(1,1000,1000,true, mfilter=sdwcomp,subpixel=3,amp=2,prefilter=sdwcomp.expr("x 0.5 * 0.125 x x[0,-1] - abs 32 scaleb > x x[0,-1] > x 32 scaleb + x 32 scaleb - ? x[0,-1] ? * + 0.125 x x[0,1] - abs 32 scaleb > x x[0,1] > x 32 scaleb + x 32 scaleb - ? x[0,1] ? * + 0.125 x x[-2,0] - abs 32 scaleb > x x[-2,0] > x 32 scaleb + x 32 scaleb - ? x[-2,0] ? * + 0.125 x x[2,0] - abs 32 scaleb > x x[2,0] > x 32 scaleb + x 32 scaleb - ? x[2,0] ? * +").sGConvolution("-1 2 -1 2 0 2 -1 2 -1",chroma=true)) #expr line made as imitation to https://web.archive.org/web/20150602063631/http://home.earthlink.net/~tacosalad/video/dotcrawl.html and sGConvolution from https://forum.doom9.org/showpost.php?p=1751654&postcount=5
mt_merge(last,smdc,scombmask,u=3,v=3)
mt_merge(last,smdc,scombmask,u=3,v=3)
or for pure Temporal fix try one of

Code:
SeparateFields()
LUTComb()
Weave()
qtgmc
Code:
qtgmc
LUTComb()
but they can make some Temporal artifacts


also there are many new things and updates for Rainbow & Dot Crawl Removal filters here https://github.com/Asd-g?tab=repositories (as side note: vsCnr2 can be used for remove Rainbow)
__________________
See My Avisynth Stuff

Last edited by real.finder; 16th May 2021 at 09:23.
real.finder is offline   Reply With Quote