VSFilterMod

From Avisynth wiki
Revision as of 02:08, 18 March 2020 by Reel.Deal (Talk | contribs)

Jump to: navigation, search
Abstract
Author
Version R5.2.1
Download VSFilterMod_bin.7z
Category Subtitling
License GPLv2
Discussion Doom9 Forum


Contents

Description

VSFilterMod is modification of original VSFilter subtitle renderer by Gabest. This mod brings up new features and some minor bugfixes.

  • VobSub: adds subtitles from a vob sequence.
  • TextSubMod: adds subtitles from srt, sub, psb, smi, ssa, ass file formats.


Requirements


Syntax and Parameters

TextSubMod(clip, string file, int "charset", float "fps", string "vfr")


clip   =
Input clip.


string   =
Path to subtitles.


int  charset = 1


float  fps = -1.0


string  vfr = ""
Path to timecodes V2 file.


Examples

AviSource("Blah.avi")
TextSubMod(file="subtitle.ass")


Changelog

 R5.2.1        2019/07/07      - Add support for Unicode SMP
 R5.2          2018/08/14      - enable non-ascii filename.
 R5            2018/04/09      - support YUV420P10 and YUV420P16 for vapoursynth.


Archived Downloads

Version Download Mirror
R5.2.1 VSFilterMod_bin.7z
v
v0


External Links




Back to External Filters

Personal tools