This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Another VHS upscale question
#1
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"
Reply
#2
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)