Hello all,
After a good deal of time getting to know AviSynth+ and Hybrid (the latter thanks to lordsmurf's settings guide with some tweaks), I'd really appreciate thoughts on the attached 10 second video. I'm including the Raw Avi file (split into 2), the edited AVI file after being run through AviSynth+ (split into 2), and the final mp4 output from Hybrid. After trying many many different scripts, I'm not sure I need to include Denoise/Degrain in my script based on comparing several outputs, but my experience is far from yours. (The video looks much better on my phone than my PC or Macbook).
The script used for this attachment:
Code:
AVISource("D:\Source File.avi")
ConvertToYV12()
AssumeTFF()
chubbyrain2()
smoothuv2(radius=7)
QTGMC(preset="fast",TR2=2)
LSFmod(strength=100, Smode=3, Smethod=2, kernel=11)
Stab()
Spline64Resize(640,480)
Prefetch(7)
Thank you so much...