Thread: HAvsFunc
View Single Post
Old 29th November 2012, 19:49   #1  |  Link
HolyWu
Registered User
 
Join Date: Aug 2006
Location: Taiwan
Posts: 392
HAvsFunc

https://github.com/HomeOfVapourSynthEvolution/havsfunc

Usage Example:
Firstly, put havsfunc.py to Python\Lib\site-packages.
Code:
from vapoursynth import core
import havsfunc as haf

clip = yourclip
clip = haf.QTGMC(clip, Preset='Medium', TFF=True)

Last edited by HolyWu; 26th June 2020 at 05:25.
HolyWu is offline