PDA

View Full Version : How to use vobsub/textsub for subtitling?


Razor88
4th January 2006, 12:11
I whould like to know commands for use with avs script for working with subtitles.

hanfrunz
4th January 2006, 12:26
Please be a little more precise what you want to do, and read the manual.

regards,
hanfrunz

Razor88
5th January 2006, 00:23
I wont to know how can I use the vobsub/tesxt sub plugin for avisynth and I read the menual.

Richard Berg
5th January 2006, 00:33
Moving to Usage.

lamer_de
5th January 2006, 14:17
Loadplugin("path\vsfilter.dll")
Textsub("path\subtitle file")

Vobsub should be the same, just that you use Vobsub instead of Textsub in your script. But I'm pretty sure that's in the docs :p

CU,
lamer_de

Razor88
5th January 2006, 17:37
Thanks i need text sub only so dont realy care about if its working for the vob sub as well.

stax76
5th January 2006, 20:52
VSFilter doesn't even include docs. If you've problems you can try StaxRip: Tools/Add Forced Subtitle.

Razor88
5th January 2006, 21:42
I`m allready using staxrip for some time now it`s just I`m traying to lern how to make and use AVS script.
And to bad there isn`t any docs.

Wilbert
5th January 2006, 21:52
C'mon people don't be lazy ...

C:\Program Files\AviSynth25\Docs\english\externalfilters\vsfilter.htm

stax76
5th January 2006, 22:15
Wilbert,

Sorry, I rushed this, I had searched the doc below for VobSub/TextSub but forgot to search for VSFilter.

file:///C:/Programme/AviSynth/Docs/english/externalplugins.htm

Razor88
5th January 2006, 23:23
thanks willbert.