DARKAN
24th February 2014, 17:27
Hello! Faced with the problem of antialiasing. I tried to use script with 2 types of antialiasing - ediaa and eedi3. Each of them are not suitable, because with one smoothing appeared some disadvantages with other - other. Next goal: to find the right script to eliminate bouncing lines in some places video. I've tried a lot of scripts, but a successful outcome and has not received. Link to the video (http://yadi.sk/d/Zbry0u57JMn2B). Please help with writing or editing scripts. At the moment, I stopped at this version of the script:
#RGTools.dll
#TComb.dll
#DeBlock.dll
#mvtools2.dll
#TDeInt.dll
#TIVTC.dll
#TMM.dll
#WarpSharp.dll
#nnedi3.dll
#a60224.dll
#vinverse.dll
#deen_1.0.dll
#AddGrainC.dll
#bifrost.dll
#Fluxsmooth.dll
#flash3kyuu_deband.dll
#masktools2.dll
#dither.dll
#TEdgeMask.dll
#AAD.avs
#DeHalo_alpha.avs
#ChubbyRain3.avs
#LumaDB_v0.7.avsi
#GrainFactory3mod_v1.2.avsi
#Dither.avsi
#FastLineDarken 1.4x MT MOD.avsi
#LSFmod v1.9.avsi
# setmemorymax(768)
TComb(fthreshL=6,fthreshC=7,othreshL=7,othreshC=8)
SeparateFields().DeBlock().Weave()
AAD() # Auto Anime Decomb
bifrost(interlaced=false).ChubbyRain3(thr=8,expand=10,str=12)
WarpSharp(52,6,170,0)
ConditionalFilter(last.FastLineDarkenMod(strength=19,threshold=1, thinning=9,luma_cap=200),last, "AverageLuma()",">","50")
LSFmod(defaults="fast", preblur="ON", strength=100)
# ==== DEBANDING ====
# LumaDB(g1str=1.0,g2str=0.8,g3str=0,g1const=false,g2const=false,temp_avg=40, mask=false)
f3kdb(sample_mode=2,dynamic_grain=true,keep_tv_range=false,dither_algo=3,y=88,cb=64,cr=64,grainY=0,grainC=0)
#RGTools.dll
#TComb.dll
#DeBlock.dll
#mvtools2.dll
#TDeInt.dll
#TIVTC.dll
#TMM.dll
#WarpSharp.dll
#nnedi3.dll
#a60224.dll
#vinverse.dll
#deen_1.0.dll
#AddGrainC.dll
#bifrost.dll
#Fluxsmooth.dll
#flash3kyuu_deband.dll
#masktools2.dll
#dither.dll
#TEdgeMask.dll
#AAD.avs
#DeHalo_alpha.avs
#ChubbyRain3.avs
#LumaDB_v0.7.avsi
#GrainFactory3mod_v1.2.avsi
#Dither.avsi
#FastLineDarken 1.4x MT MOD.avsi
#LSFmod v1.9.avsi
# setmemorymax(768)
TComb(fthreshL=6,fthreshC=7,othreshL=7,othreshC=8)
SeparateFields().DeBlock().Weave()
AAD() # Auto Anime Decomb
bifrost(interlaced=false).ChubbyRain3(thr=8,expand=10,str=12)
WarpSharp(52,6,170,0)
ConditionalFilter(last.FastLineDarkenMod(strength=19,threshold=1, thinning=9,luma_cap=200),last, "AverageLuma()",">","50")
LSFmod(defaults="fast", preblur="ON", strength=100)
# ==== DEBANDING ====
# LumaDB(g1str=1.0,g2str=0.8,g3str=0,g1const=false,g2const=false,temp_avg=40, mask=false)
f3kdb(sample_mode=2,dynamic_grain=true,keep_tv_range=false,dither_algo=3,y=88,cb=64,cr=64,grainY=0,grainC=0)