Selur's Little Message Board
[HELP] Another VHS upscale question - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Another VHS upscale question (/thread-2199.html)



Another VHS upscale question - Miranda - 07.12.2021

Is it possible to replicate this VHS upscale with Hybrid? I'd like to try these settings.

Quote:https://www.youtube.com/watch?v=vmHJyF_XxT0

Source: S-VHS capture

AviSynth denoise and upscale flow:

"levels and colors correction before filtering"
TemporalDegrain2()
nnedi3_rpow2(rfactor=2, nns=4, qual=2, cshift="Spline36Resize", fwidth=1440, fheight=1080)
[to avoid heavy youtube processing]
LSFmod(ss_x=1.5, ss_y=1.5, secure=false, Spwr=2, SdmpHi=0, soothe=false, keep=25, edgemaskHQ=true)
"levels and colors correction after filtering"



RE: Another VHS upscale question - Selur - 07.12.2021

I think so, Hybrid on Windows has all the filters when using Avisynth 32bit:
  • Filtering->Avisynth>Grain->Grain removal->TemporalDegrain2
  • Crop/Resize->Resize->Picture Resize + Filtering->Avisynth>Resize->Resizer->NNEDI3Resize
  • Filtering->Avisynth->Sharpen->Sharpening->Limited Sharpen Mod
and you can adjust the filter order through 'Filtering->Misc->Custom->Filter Order'.
So creating the script below should be possible without using Custom sections in Avisynth.
(similar can be done through Vapoursynth)

Cu Selur