computerfan / VSFilterMod

VSFilterMod with VapourSynth interface added
GNU General Public License v3.0
41 stars 5 forks source link

A modification of VSFilterMod by Vmoe Fansub

New override tags: wiki page

Important note: DO NOT use mod tags in a softsub (ASS file) distribution, because most players just ignore them, and they may not efficient enough for real-time rendering.

Base branches:

Usage

Aegisub

Decompress VSFilterMod.dll to Aegisub\csri directory. Open Options dialoge in Aegisub, then enter Advanced -> Video option and change Subtitles provider to csri/vsfiltermod_textsub.

Vapousynth

vsfm.TextSubMod(clip clip, string file[, int charset=1, float fps=-1.0, string vfr='', int accurate=0])
vsfm.VobSub(clip clip, string file)

MPC-BE

  1. run regsvr32.exe VSFilterMod.dll with administrator privileges
  2. Select "VSFilter/xy-VSFilter" on the select of Options/Subtitles/Subtitle renderer

Knowing Issues