TcasFilter: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
tcasFilter 20181220
 
 
Line 9: Line 9:
<br>
<br>
== Description ==
== Description ==
[[tcasFilter]] renders TCAS subtitle effects. Read [http://www.tcax.org/forum.php?mod=viewthread&tid=299&extra=page%3D1 "A Brief Guide to TCAX for Foreign Users"] for more information. Note that most of the usage information for this filter is in Chinese.
[[tcasFilter]] renders TCAS subtitle effects. Read [http://www.tcax.org/forum.php?mod=viewthread&tid=299 "A Brief Guide to TCAX for Foreign Users"] for more information. Note that most of the usage information for this filter is in Chinese.
<br>
<br>
<br>
<br>
== Requirements ==
== Requirements ==
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]

Latest revision as of 07:29, 16 January 2023

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