TcasFilter

From Avisynth wiki
Jump to: navigation, search
Abstract
Author milkyjing, emako
Version 20181220
Download tcasFilter-avisynth+vapoursynth-20181220.7z
Category Subtitling
License GPLv3
Discussion


Contents

Description

tcasFilter renders TCAS subtitle effects. Read "A Brief Guide to TCAX for Foreign Users" for more information. Note that most of the usage information for this filter is in Chinese.

Requirements


Syntax and Parameters

tcasSub (clip, string file, float "fps", int "max_frame", int "memory_max")


clip   =
Input clip.


string  file =
Path to subtitles file.


float  fps = 0.0
fps is the FPS to assume the video is at.
0.0 uses input clip's frame rate. <0.0 uses TCAS default frame rate.


int  MAX_FRAME =
TCAS_MAX_FRAME_CACHED; undocumented.


int  MEMORY_MAX = 0
Undocumented.


Examples

AviSource("Blah.avi")
tcasSub("example.tcas")


External Links

  • GitHub - Source code repository (latest version).
  • GitHub - TCAX Effect Subtite Project GUI Creator/Editor.




Back to External Filters

Personal tools