Posts: 84
Threads: 6
Joined: Feb 2021
Would it make sense for VHS captured video to upscale straight to 1920x1080 with Hybrid, achieving higher size upscale?
Instead of upscaling to 1280x720 and letting HW media player upscale it to 1920x1080 outputing to TV. I am aware about 60p not BDM compliancy.
The resizing method in Hybrid by default is defined and set by:
· Crop/Resize>Base>Picture Resize> Resize method: “10 – bicubic spline”
Would changing resizing method to NNEDI3 give higher resize upscale quality?
· Filtering>Vapoursynth>Frame>Resize>Resizer>NNEDI3
Are Default values are good to start for VHS source?
Under Avisynth there is also available spline36, spline64 resizer.
I read about them as good option for upscaling, they do some sharpening.
What method you would recommend?
Posts: 10.548
Threads: 57
Joined: May 2017
25.02.2021, 20:13
(This post was last modified: 25.02.2021, 20:15 by Selur.)
Quote:Would it make sense for VHS captured video to upscale straight to 1920x1080 with Hybrid, achieving higher size upscale?
Instead of upscaling to 1280x720 and letting HW media player upscale it to 1920x1080 outputing to TV.
Quote:The resizing method in Hybrid by default is defined and set by:
· Crop/Resize>Base>Picture Resize> Resize method: “10 – bicubic spline”
Would changing resizing method to NNEDI3 give higher resize upscale quality?
Yes.
Quote:Under Avisynth there is also available spline36, spline64 resizer.
I read about them as good option for upscaling, they do some sharpening.
Hybrid also supports different spline resizers in Vapoursynth through 'fmtconv'
Quote:What method you would recommend?
I personally prefer Gaussresize for small size changes and NNEDI3 for larger changes.
Depending on the project and time I'm willing to spend SRMD, Waifu2x nvk, or a GLSL Resizer also might make sense.
it always depends. Check the Vapoursynth Preview to see which makes most sense to you.
-> I would say when going from SD to HD NNEDI3 is a good start, but I would always recommend to try SRMD, Waifu2x nvk (those two are gpu based and require a fast graphic card) and GLSL Resizer.
Cu Selur
Ps.: when processing VHS content most is gained and lost during filtering (DeNoise, DeGrain, ColorCorrections,..) which is also the main problem when using a TV which blindly uses sharpending, denoising etc. (from my experience so far, I would always recommend to disable and image enhancements in TVs)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 84
Threads: 6
Joined: Feb 2021
For DeNoising would the FFT3DFilter be one of the most suggested?
What would be your preference?
Posts: 10.548
Threads: 57
Joined: May 2017
The denoiser choise always depends of the type of noise you have,...
I usually use "KNLMeansCL" or "MC Temporal Denoise".
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 84
Threads: 6
Joined: Feb 2021
Thanks so much for your help.
Now is the time for me to get in to experimenting phase and find the most optimal settings for my project
Posts: 84
Threads: 6
Joined: Feb 2021
Looks like Global Profiles are not storing/saving Crop/Resize parameters?
· Crop/Resize>Base>Pixel Aspect Ratio (PAR)>Input PAR changing PAR values to 16:15
· Save a Global Profile (Config->Profiles->Global profile->Save global profile under new .hml file name.)
· Close Hybrid
· Start Hybrid
· Apply Global profile (select the profile under 'Config->Profiles->Global profile->Name' and apply the profile 'Config->Profiles->Global profile->Apply global profile')
· Crop/Resize>Base>Pixel Aspect Ratio (PAR)>Input PAR, values are default 1:1, not the 16:15 that were before closing Hybrid
Posts: 10.548
Threads: 57
Joined: May 2017
27.02.2021, 19:01
(This post was last modified: 27.02.2021, 19:07 by Selur.)
That is correct.
"Input PAR" and "crop values" are not saved since they are source specific.
-> doesn't make sense for Hybrid to save them.
(small correction, crop values are saved, but can be reset, same for resize values, if 'Crop/Resize->Misc->Misc->Keep resize for new source' is enabled)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.