digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   Clarifications, improvements for Avisynth scripts? (https://www.digitalfaq.com/forum/video-restore/8639-clarifications-improvements-avisynth.html)

ciccioschumacher 04-14-2018 06:40 PM

Clarifications, improvements for Avisynth scripts?
 
3 Attachment(s)
I restored a video using a personal avs code, and I later applied the VideoFred script. Attached the original video, my video and the personal script.
Code:

LoadPlugin("C:\Program Files (x86)\AviSynth\Plugins\DctFilter.dll")
Function santiag_undef () { }
LWLibavVideoSource("C:\Users\Amministratore\Videos\Jenson Button - My Chase for Win.mp4")
Deblock_QED(quant1=60, quant2=60, aOff1=1, aOff2=1, bOff1=2, bOff2=2, uv=3)
Santiag()
QTGMC(InputType=1,EZDenoise=6)
McTemporalDenoise(settings="medium", AGstr=0.0)
MergeChroma(last, aWarpSharp(depth=20))
nnedi3_rpow2(4, cshift="Spline36Resize", fwidth=1152, fheight=768)
ColorMatrix(mode="Rec.601->Rec.709")
aWarpSharp(depth=10)
Sharpen(0.5)
ConvertToRGB(matrix="pc.601")
RGBAdjust(r=0.96, b=1.13)
ConvertToYV12(matrix="PC.601")
tweak([<"hue",-180,180,0>],[<"sat",0,4.0,1.05>],[<"bright",-255.0,255.0,0.0>],[<"cont",0.0,5.0,1.13>])

I would kindly like your opinion and know how I could improve


All times are GMT -5. The time now is 04:31 PM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.