Havsfunc Versions Save

Holy's ported AviSynth functions for VapourSynth

r13

8 years ago
  • Remove the format restriction of the following functions: QTGMC, GSMC, SMDegrain.
  • SMDegrain: Use sbr for prefilter instead of MinBlur.

r12

8 years ago
  • The class is ditched so you can reduce one line in your script.
  • Add function Vinverse2.
  • Delete function InterFrame.
  • DeHalo_alpha: Remove the color family restriction of input clip.
  • HQDeringmod: Remove the color family restriction of input clip. Remove dering kernel 'dfttest' and related parameters. Remove stack16 related parameters.
  • QTGMC: Remove EdiMode 'nnedi2', 'nnedi', 'eedi2' and 'tdeint'.
  • Vinverse: Remove the color family restriction of input clip.
  • GSMC: Use native filters of MVTools. Remove lsb parameter.
  • SMDegrain: Use native filters of MVTools. Remove stack16 related parameters. Change prefilter=3 to MinBlur(3).
  • FastLineDarkenMOD: Remove the color family restriction of input clip.
  • LSFmod: Remove the color family restriction of input clip. Change the type of parameter 'preblur' from string to bool.

r11

8 years ago
  • The mvtools-related filters used in QTGMC and ivtc_txt60mc are all native now.

r10

8 years ago
  • Changed QTGMC and some other functions to use native filters of MVTools.

r9

8 years ago
  • Added GrainFactory3 function. The default of g?str is adjusted to a saner value as the default in the original is way too overkill. Besides, g?tex parameter is removed.