TcasFilter

From Avisynth wiki
Revision as of 04:36, 16 January 2023 by Reel.Deal (talk | contribs) (tcasFilter 20181220)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Abstract
Author milkyjing, emako
Version 20181220
Download tcasFilter-avisynth+vapoursynth-20181220.7z
Category Subtitling
License GPLv3
Discussion


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


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")


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




Back to External Filters