I moved from Avisynth 32bit to 64bit and i found almost all the necessary functions for this restoration as a 64bit. There is still pixelation in the image and it seems to need more softening, but also considering the details. Dfftest is the main softener but i try to balance between softness and detail. I have problems to get TemporalDegrain2 work. It was my favourite with 32bit environment. TemporalDegrain2 gives a following error: Script error: There is no function named 'neo_fft3d' and it references to TemporalDegrain-v2.3.1 avsi line 286. Any help on this?
I don't have a full frame TBC. Chain is LG RC388 (pretty unused VHS) -> DMR-ES10 -> Philips SAA71... based PCI-capture card.
See the attached samples for fixed versions and here is link for the
Huffyuv originals and fixed versions:
https://drive.google.com/drive/folde...MV?usp=sharing
Used functions (64bit):
SetMemoryMax(512) # multithreaded Avisynth only
AviSource("D:\VHS_capture_FFV1_HUFF_ES10\ClassTrip .avi", fourCC="HFYU")
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing
Crop(0, 0, 0, -8) Cnr2(mode="oxx", scdthr=10.0, ln=35, lm=192, un=47, um=255, vn=47, vm=255, log=false, sceneChroma=false)
Cnr2(mode="oxx", scdthr=10.0, ln=35, lm=192, un=47, um=255, vn=47, vm=255, log=false, sceneChroma=false)
ConvertToYV12 # script below this line requires YV12
AssumeTFF()
QTGMC( Preset="Slow", EdiMode="NEEDI3", EdiMaxD=16, TR1=1, TR0=2, TR2=3 )
DeHalo_alpha(rx=1.6, ry=1.8, darkstr=1.0, brightstr=1.0, lowsens=80, highsens=10, ss=1.5)
mdata = DePanEstimate(dxmax=10)
DePanStabilize(data=mdata, initzoom=1, cutoff=0.5, damping=0.5, mirror=15, blur=30, method=1, dymax=18, dxmax=10, zoommax=3.5, rotmax=5.0)
santiag(strh=2,strv=2)
aWarpSharp2(thresh=45, blur=3, type=0, depth=16, chroma=4)
RemoveGrain(mode=2, modeU=2, modeV=2, planar=false)
TTempSmooth(maxr=4, strength=2, lthresh=7, cthresh=8, lmdiff=8, cmdiff=10)
dfttest(sigma=16, tbsize=1)
Sharpen(0.8)
ColorYUV(cont_u=12, cont_v=14) # increase saturation
ConvertToYUY2
Your forum has helped me greatly in this restoration work. I highly appreciate your work