gabest
26th March 2003, 08:38
OtherSide: I found the bug causing the color shift, a new build will be posted soon.
OtherSide
26th March 2003, 15:58
Woohoo! Thanks gabest :) Do you know the cause of the "up and to the right" subtitle problem?
ZaP37
27th March 2003, 09:59
I can't get TextSub to work, is it working in the latest build? With this script it's as if vsfilter isn't loaded at all (no subs).
LoadPlugin("P:\AV\Divx Encoding Tools\AviSynth 2.5.1\plugins\mpeg2dec3.dll")
LoadPlugin("P:\AV\Divx Encoding Tools\AviSynth 2.5.1\plugins\decomb.dll")
LoadPlugin("P:\AV\Divx Encoding Tools\AviSynth 2.5.1\plugins\vsfilter.dll")
mpeg2source("P:\divx\bolly\bhb.d2v")
FieldDeinterlace()
crop(14,100,684,278)
TextSub("P:\divx\bolly\bhb.srt")
BicubicResize(576,256,0,0.75)
gabest
27th March 2003, 10:26
Check the srt for errors, if it opens in mpc then it should open in vsfilter too.
New build at:
http://vobsub.edensrising.com/vsfilter.rar
OtherSide
27th March 2003, 14:48
Great stuff gabest, looks like both problems have been fixed! Thanks again :D
ZaP37
28th March 2003, 02:20
The problem was my own fault! Somehow the srt got skewed by 2 hours, so the first sub didn't appear until the end of the movie! How I didn't notice this when I first opened the srt I'm not sure...
Thanks infinitely for this invaluable tool gabest!! :D
gabest
8th April 2003, 00:31
It works, try another browser or the magical shift button.
ookzDVD
8th April 2003, 07:30
@gabest,
Any chance for updating the DVobSub.ax as well ? :)
gabest
8th April 2003, 16:01
dvobsub is now: "regsvr32 vsfilter.dll"
ookzDVD
9th April 2003, 05:54
@gabest,
Thank you,
I'm just too stupid :)
Hound28
25th April 2003, 18:00
Can anyone let me know alternative download links for vobsub3.rar or mail it to me to caride-juan@fibertel.com.ar?
Thanks
gabest
25th April 2003, 18:09
http://vobsub.edensrising.com/vsfilter.rar
GriFteR
26th April 2003, 17:18
First, thanks for this great filter Gabest ^^
I think something wrong with alpha values.
\alpha, \1a ... are just skipped.
I'm using vsfilter from March 30th to make it worked.
ssjkakaroto
27th April 2003, 23:44
gabest do you plan to add
rundll32.exe "VSFilter.dll",Configure
to vsfilter too and have the whole vobsub package in one dll?
lamer_de
1st June 2003, 10:36
Gabest, could you please re-upload the vsfilter.dll to your site?The link doesn't work anymore and delivers a 404.
I encountered a strange error when using the clip command in textsub, and maybe I got an outdated version of vsfilter.dll (it says: Version: 1.0.0.0, 268.288 Bytes in size).
If that's the most recent one, then I think I found a bug :p
CU,
lamer_de
Schultz
1st June 2003, 13:07
everything is now located at
http://www.sf.net/projects/guliverkli/
you can download all the new filters etc..
lamer_de
6th June 2003, 14:56
Thanks for the info. However, working with the newest version still doesn't solve my problem. I have talked to another person and he reported the error aswell, so I suppose it's a bug in the vsfilter.dll.
Here's my .ssa
[Script Info]
; This is a Sub Station Alpha v4 script.
; For Sub Station Alpha info and downloads,
; go to http://www.eswat.demon.co.uk/
; or email kotus@eswat.demon.co.uk
Title: Test Script
ScriptType: v4.00
Collisions: Normal
PlayResY: 600
PlayDepth: 0
Timer: 100.0000
[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold,
Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
Style: Default,Tahoma,48,16777215,16744448,65535,-2147483640,-1,0,1,1,1,2,30,30,30,0,0
[Events]
Format: Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: Marked=0,0:00:1.00,0:00:15.00,*Default,,0000,0000,0000,,You should have no problems reading this
Dialogue: Marked=0,0:00:16.00,0:00:26.00,*Default,,0000,0000,0000,,{\fnArial\fs40\b0\a3\pos(760,550)\t(1990,2880)\clip(760,550,850,550)}If you can see this then there's something wrong on my side
Dialogue: Marked=0,0:00:27.00,0:00:37.00,*Default,[Sign,0000,0000,0000,,{\fs24\b1\a6}This works aswell
I had to insert a linebreak between "Bold, Italic" to avoid messing up the layout of the forum though. You might want to remove it when testing the script.
The second line doesn't shows up when using Avisynth 2.5.x and VSFilter.dll from 2003/05/30
Using the old textsub.vdf strangely works like a charm (The text gets "rolled-over")
EDIT: With DeahWolfs help I found the script error:)
It's not
{\fnArial\fs40\b0\a3\pos(760,550)\t(1990,2880),\clip(760,550,850,550)}
but
{\fnArial\fs40\b0\a3\pos(760,550)\t(1990,2880,\clip(760,550,850,550)}
Using that line it works with vsfilter.dll aswell.
Could somebody enlighten me what's the difference between vsfilter and textsub.vdf? I always thought they would be the same, but apparently they aren't regarding "correctness" of code.
Thanks for your time,
lamer_de
gabest
6th June 2003, 20:42
\t(1990,2880) is an invalid command, it's missing the last parameter to tell what to be animated.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.