Log in

View Full Version : Still vobsub problems


TB
15th August 2002, 09:48
Why has my last thread been locked? (VobSub problems, no subtitles) My problem was not nearly solved.

VobSub rips the subs just fine, timeoffset and images are just fine, no problems here*, but when I try to encode it in Cinemacraft using an Avisynth script, the subs are not encoded. I have double checked the paths in my Avisynth script and they are OK
this is my Avisynth script file:

---------------------
LoadPlugin("c:\tb\dvd tools\Mpeg2dec\MPEG2DEC.dll")
LoadPlugin("C:\Windows\system32\vobsub.dll")

video=mpeg2source("c:\dvd grabs\face off\projects\1.d2v")
audio=wavsource("d:\dvd grabs\face off\projects\1.wav")

audiodub(video,audio)
VobSub("d:\dvd grabs\face off\projects\subs\VTS_01_0")

BicubicResize(480,432)
AddBorders(0,72,0,72)
----------------------

How can I check that the vobsub.dll is being loaded properly? How can I check that VobSub is working from this script file?
Shouldn´t I be able to see the vobsub.dll in my taskmanager when cinemacraft is encoding?


/TB


*when opening the idx file in subresync, I can select several items from the dropdownbox, only one of them gives me a result with the correct timeoffsets and images. The caption of that one is: "01 - Dansk" All the others are: "00 - Not detected" -> "31 - Not Detected"

gabest
15th August 2002, 14:49
LOL! ukendt, why did you close that previous thread?

TB: I have an idea. Send me your idx/sub files and I will do the same as you, just with another d2v source.

TB
15th August 2002, 18:52
Gabest I háve sent you an email, but it came right back at me. Just tried to send another one.

/TB