PDA

View Full Version : vsfilter.dll subs out of sync


TherapyClown
18th February 2003, 23:55
hi all,
I need your help, I'm trying to make a rip of Training Day using AviSynth 2.5, DivX 5.03, VSFilter.dll.
i want my movie to have permanent subs but i get the subs out of synch, the movie is zone 2 (pal) and i get the subs something like 15-20 seconds ahead of the movie.
i tried to set delay in the Configure settings but nothing changes (tried negative & positive values)
waiting for your advice...

here is my AVS script:

# PLUGINS
LoadPlugin("D:\Program Files\DVX\apps\AviSynth\plugins\MPEG2Dec3.dll")
LoadPlugin("D:\Program Files\DVX\apps\AviSynth\plugins\VSFilter.dll")
# SOURCE
mpeg2source("I:\Video_ts\TD.d2v")
# CROPPING
crop(0,70,718,436)
# SUBTITLES
VobSub("I:\Video_ts\Subs\VTS_02_0")
# RESIZING
SimpleResize(640,272)

thnx in advance...
TherapyClown

Schultz
19th February 2003, 07:22
If its a consistant timing problem just open your sub files with SubResync which comes with the vobsub package if you still have that on your computer and you can change your times.. Or you can load them in the vobsub ripper dialog and use the Offset time feature.. (or you can edit the offset time thing via notepad also.. i belive its in Milisecs so put -15000 as the value.