I've recently discovered the sheer beauty of AVISynth, and followed this guide. Duly added the linesto the AVS script. However, no subs were added (and AVISynth didn't complain about anything), so I ended up opening the AVS in VirtualDub to use the same filter before frameserving from VDub to TMPGEnc.
- LoadPlugin("c:\program\dvd2svcd\mpeg2dec\mpeg2dec. dll")
mpeg2source("c:\y\xyz.d2v")
LoadPlugin("c:\Program\Virtualdub\plugins\textsub. vdf")
textsub("c:\y\xyz.ssa")
Not that much trouble, but the VDub step seems a little unnecessary. Any ideas what I'm doing wrong?
/Mats
+ Reply to Thread
Results 1 to 3 of 3
-
-
I'd like to know it, too.
What about Vobsub? How can I use it in AviSynth? -
Well, I found a solution! I downloaded the VobSub package, which contains a textsub.vdf. Changed my AVISynth script to load this textsub.vdf and Voila! Works like a charm! On the whole, there's very little info on AVISynth and subs. Maybe because a majority of the DVD/(S)VCD authoring population has English as their native language?
Also found a subtitler.dll (I think it was in the Avisynth dir of DVD2SVCD) that I can't find any docs on...
/Mats
Similar Threads
-
Avisynth script with subtitles - can i specify the size?
By Bully9 in forum SubtitleReplies: 11Last Post: 5th Jun 2013, 14:47 -
Using AVISynth to overlay PNG subtitles?
By csdesigns in forum SubtitleReplies: 8Last Post: 3rd Feb 2012, 11:36 -
AviSynth and Subtitles
By james_2000 in forum Newbie / General discussionsReplies: 2Last Post: 10th Jun 2010, 18:32 -
Cutting subtitles with Avisynth script...?
By Kalekulan in forum SubtitleReplies: 0Last Post: 8th Jun 2010, 14:34 -
AviSynth function to add SUP subtitles?
By MilesAhead in forum SubtitleReplies: 11Last Post: 3rd Feb 2010, 13:16