Rendering TCAS, a subtitle fx file ported from TCAX/Avisynth.
This is a submodule from https://github.com/emako/TCAX/tree/master/src/tcasFilter
import vapoursynth as vs
core = vs.core
src = core.lsmas.LibavSMASHSource(u'example.mp4')
src = core.tcax.TcasSub(src, file=u'example.tcas')
src.set_output()
LoadPlugin("LSMASHSource.dll")
LoadPlugin("tcasFilter.dll")
LSMASHVideoSource("example.mp4")
TcasSub("example.tcas")
TCAX forum for more information.
[TCAX Homepage]
[TCAS special effects tutorial]
http://tcax.org/forum.php?mod=viewthread&tid=220
[Convert the image file to TCAS]