Quote:I would like to know how to use SRestore and other filters in Hybrid
- get accustomed to the filters integrated into Hybrid
Depending on whether you are using AviSynth or VapourSynth Hybrid has ui-elements for quite a few filters.
(Under 'Filtering->AviSynth' or 'Filtering->VapourSynth'.)
- if Hybrid does not support your filter, you can add it into the generated script by one of these two options
- Writing a custom filter/script addition to add it to the ui.
- Use the 'Custom' sections ('Filtering->Avisynth->Custom','Filtering->Vapoursynth->Custom') to add your own code.
Remember to read the tool-tips and let Hybrid know if your addition changes the characteristics of the source (dimension, frame rate, color space, ...), otherwise Hybrid assumes there is no change and this might not handle your addition correctly. Also be aware that Hybrid uses portable AviSynth/VapourSynth setups, so you need to take care of the dependencies yourself.
Side note: You might want to check the Avisynth/Vapoursynth Script View to check whether Hybrid created the script as you intended.
- Writing a custom filter/script addition to add it to the ui.
For sRestore Hybrid offers ui-elements under:
- 'Filtering->Vapoursynth->Frame->Reduction->sRestore'
- 'Filtering->Avisynth->Frame->Reduction->Restore->sRestore'
- for Vapoursynth, Hybrid offers quite a few additional options which are by default 'hidden' ('Filtering->Vapoursynth->Misc->UI').
- for Hybrid differentiates between handling filters through Filter Order/Queue.
Quote:I am unsure of the finer points of using the program generally.Then you might want to click through it some more, look at the generated scripts and get accustomed to what it can offer.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

