How I digitally restore videos and enhance the faces of videos published on my channel (Timelapse)

A few techniques: How I digitally restore videos and enhance the faces and of videos published on my channel, Here are the algorithms of the artificial intelligence I used: RealESRGAN (Integrate GFPGAN to support face enhancement) for upscale Real-Time Intermediate Flow Estimation for Video Frame Interpolation Here are the tool and software used: Avisynth Davinci resolve Filmora 9 (How i make a sound design for videos published on my channel) Here are the avisynth scripts I used: #cleaning RemoveDirtMC(40, false) #degrain super = MSuper(pel=2, sharp=1) bv1 = MAnalyse(super, isb = true, delta = 1, overlap=4) fv1 = MAnalyse(super, isb = false, delta = 1, overlap=4) bv2 = MAnalyse(super, isb = true, delta = 2, overlap=4) fv2 = MAnalyse(super, isb = false, delta = 2, overlap=4) MDegrain2(super,bv1,fv1,bv2,fv2,thSADC=800, thSAD=800) return last #color correction ConvertToRGB(matrix=“Rec601“, interlaced=false) GamMac(LockChan=1,LockVal=130,RedMul=1,GrnMul=1,BluMul=0.9,Show=false,Verbosity=2,hith=0.5,loth=0.5,th=1,scale=2) ConvertToYV12(interlaced=false) Before & After 5:41-5:52
Back to Top