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"
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"