TcasFilter
From Avisynth wiki
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.
- clip =
- string file =
- Path to subtitles file.
- string 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.
- float fps = 0.0
- int MAX_FRAME =
- TCAS_MAX_FRAME_CACHED; undocumented.
- int MAX_FRAME =
- int MEMORY_MAX = 0
- Undocumented.
- int MEMORY_MAX = 0
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 ←