havsfunc icon indicating copy to clipboard operation
havsfunc copied to clipboard

Holy's ported AviSynth functions for VapourSynth

Results 7 havsfunc issues
Sort by recently updated
recently updated
newest added

Hi HolyWu, would it be possible to add this [version of Temporal Degrain](https://drive.google.com/file/d/1S9hm01d4_ZxGVU62NZh4eSIndrRl1GJ_/view)? Thanks.

Goals of this PR: - Make havsfunc a proper package, allowing for it to be easily installed and added to workflows. I may also PR a workflow for automatic tagging...

The current default nrmode results in a significant amount of blurring of details and textures. Using nrmode=0 alleviates this issue. Given that the filter, presumably, is targeting "HQ", I feel...

I included an example... the clip jerks all over the place with the Stab filter enabled for no apparent reason. Increse the max x/y shift to 10 to see it...

Over at [url=https://forum.videohelp.com/threads/407209-Strange-fields-frames-in-analog-capture]videohelp there is a thread[/url] where Avisynth can be nicely used to remove some ghosting using ``` AssumeTFF() QTGMC(Preset="Fast", ediThreads=2) # removing ghosting srestore(omode=6) Preroll(Int(last.FrameRate())) ``` trying to...

MCTemporalDenoise function calls the outdated "DeHalo_alpha" function when edgecleaning is enabled causing a error to throw. ``` ### EDGECLEANING if edgeclean: mP = AvsPrewitt(plane(smP, 0)) mS = mt_expand_multi(mP, sw=ECrad, sh=ECrad).std.Inflate()...