Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emako/tcasfilter-vapoursynth
Rendering TCAS, a subtitle fx file ported from TCAX/Avisynth.
https://github.com/emako/tcasfilter-vapoursynth
subfx tcas tcax vapoursynth
Last synced: 2 months ago
JSON representation
Rendering TCAS, a subtitle fx file ported from TCAX/Avisynth.
- Host: GitHub
- URL: https://github.com/emako/tcasfilter-vapoursynth
- Owner: emako
- License: gpl-3.0
- Created: 2021-08-12T11:08:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:49:32.000Z (6 months ago)
- Last Synced: 2024-10-11T14:16:31.418Z (3 months ago)
- Topics: subfx, tcas, tcax, vapoursynth
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcasFilter-vapoursynth
Rendering TCAS, a subtitle fx file ported from TCAX/Avisynth.This is a submodule from https://github.com/emako/TCAX/tree/master/src/tcasFilter
Example script for VapourSynth
---```python
import vapoursynth as vscore = vs.core
src = core.lsmas.LibavSMASHSource(u'example.mp4')
src = core.tcax.TcasSub(src, file=u'example.tcas')
src.set_output()
```Example script for AviSynth
---```js
LoadPlugin("LSMASHSource.dll")
LoadPlugin("tcasFilter.dll")LSMASHVideoSource("example.mp4")
TcasSub("example.tcas")
```How to create a TCAS file
---
> TCAX forum for more information.**[TCAX Homepage]**
http://tcax.org/
**[TCAS special effects tutorial]**
http://tcax.org/forum.php?mod=viewthread&tid=220
**[Convert the image file to TCAS]**
http://tcax.org/forum.php?mod=viewthread&tid=135
TCAS File Format Specification
---
http://www.tcax.org/docs/tcas-spec.htm