Log in

View Full Version : AviSynth plugin for SUP subtitles


emmel
13th December 2006, 21:23
Enclosed.

Usage:

SUPtext( sup-file, video-clip, palette, delay )

Example:

video = MPEG2Source("clip.d2v")
palette = "255 128 0 0"
SUPtext( "e:\sub\text.sup", video, palette, 0.0 )

Supports YV12 and RGB32 with alpha channel. More details in README.txt.

Not necessarily that useful as there is always VSfilter. But anyways... feel free to try.

jemmel
5th December 2007, 02:28
any dll dependencies?
doesn't work here (2.58 alpha 2)
"unable to load" dll

Gilron
7th December 2007, 12:19
I posted a recompiled DLL here (http://forum.doom9.org/showthread.php?t=132402). It seemed to work with 2.57 and should work with 2.58 too.

Katie Boundary
9th July 2023, 04:41
I keep getting an "invalid arguments" error.