Eklipse
25th June 2006, 23:45
Hi everybody. I am working with VobSub + Avisynth and I have a problem that is making me crazy.
I'm using Vsfilter.dll + Avisynth to display subtitles:
For example:
Avisource("D:\DivX\Smallville\Crusade.avi",False,pixel_type="RGB32")
Audio=WavSource("D:\Temp\Smallville\Crusade.wav")
LoadPlugin("C:\Path\vsfilter.dll")
TextSub("D:\MytitlePath\Crusade.srt")
Everything is right and the subtitles display over the avi. The strange thing is that vsfilter completely ignores the settings of subtitle format. Always display a white characters with a constant size using some transparent shadow, nice looking, these are not the settings. No matter what settings I'm using (blue,red green font, Arial, Tahoma, o whatever) always shows the same constant font, like sort of default settings
I tried to configure vsfilter using
rundll32 d:\vsfilterpath\vsfilter.dll,DirectVobSub
but no results. All the settings are ignored.
Any ideas? I already registered the dll.
What's wrong with my settings? Why I cannot change it?
Help!
:confused:
I'm using Vsfilter.dll + Avisynth to display subtitles:
For example:
Avisource("D:\DivX\Smallville\Crusade.avi",False,pixel_type="RGB32")
Audio=WavSource("D:\Temp\Smallville\Crusade.wav")
LoadPlugin("C:\Path\vsfilter.dll")
TextSub("D:\MytitlePath\Crusade.srt")
Everything is right and the subtitles display over the avi. The strange thing is that vsfilter completely ignores the settings of subtitle format. Always display a white characters with a constant size using some transparent shadow, nice looking, these are not the settings. No matter what settings I'm using (blue,red green font, Arial, Tahoma, o whatever) always shows the same constant font, like sort of default settings
I tried to configure vsfilter using
rundll32 d:\vsfilterpath\vsfilter.dll,DirectVobSub
but no results. All the settings are ignored.
Any ideas? I already registered the dll.
What's wrong with my settings? Why I cannot change it?
Help!
:confused: