Log in

View Full Version : Freakin weird behaviour of avisynth with Vdub'z


Sergejack
18th July 2005, 15:02
Hi,

I made a fansub ass script, I have the raw (640*360 mkv VFR) and I wrote the following avs script.


e=DirectShowSource("G:\irc DL\FMP_The_Second_Raid_01_(BSD-WOWOW_XviD1.1Beta2_VFR_Vorbis_AAC_5.1ch).mkv", fps=23.976, convertfps=true)

e=e.killAudio()

e=e.AddBorders(0,60,0,60)
e=e.TextSub("G:\Sub In Progress\Final\FMP TSR\[EAF]FMP_TSR_01.fr.ass")
e=e.Crop(0,60,640,360)

e

And, the subtitle doesn't shows up at the same time when I play the avs in VDUB and VDUBMOD (1 frame skew)
I really don't get it... avisynth is a frameserver, it should just give the exact same frames to any apps.