gienyshy / VSFilterMod

VSFilterMod with VapourSynth interface added

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

vsfm.TextSubMod(clip clip, string file[, int charset=1, float fps=-1.0, string vfr='', int accurate=0])
vsfm.VobSub(clip clip, string file)
  • clip: Clip to process. Only YUV420P8, YUV420P10, YUV420P16 and RGB24 are supported.
  • accurate: 1: enable accurate render for 10/16bit (~2x slower). / 0: disable (default)

About

VSFilterMod with VapourSynth interface added

License:GNU General Public License v3.0


Languages

Language:C++ 65.7%Language:C 32.7%Language:Assembly 1.2%Language:Objective-C 0.3%Language:Batchfile 0.0%