i've a problem with avs 2.06 textsub don't want to work with me. here my script : LoadPlugin("G:\__ENCODING__\VobSub\textsub.vdf") TextSub("G:\__ENCODING__\_plop_\plop.ssa"[,default[,23.976]]) and it don't work, avs returned me that : Avisynth opening failure : unexpected character "[" so i tried this : TextSub("G:\__ENCODING__\_plop_\plop.ssa",[default,[23.976]]) and this : TextSub("G:\__ENCODING__\_plop_\plop.ssa",[default],[23.976]) nothing works, i don't understand. (so i have old filters wich don't works with this build, i understand nothing.......) HELP ME ! thanks
[...] means optional Try: TextSub("G:\__ENCODING__\_plop_\plop.ssa",default,23.976) or just simply: TextSub("G:\__ENCODING__\_plop_\plop.ssa") ssa doesn't need fps.
TextSub("G:\__ENCODING__\_plop_\plop.ssa") works TextSub("G:\__ENCODING__\_plop_\plop.ssa",default,23.976) won't avs returned me (i don't what "default" means)... bizarre .....
Hehe, you need to replace that with a number for the character set. But again, in ssa you also have to set this in the style line, so it isn't needed either.
@gabest: Sorry for replying that late - had no time. You were right, textsub works in YUY2. It seems that MS MediaPlayer (6.4) which I used for checking the AVS-script has problems with displaying the subtitles. Either it displays no subtitles or now it displays them doubled. I checked then with VirtualDub and all was OK. Thanks for Your help anyway! Greetz
------------------------------- bf.c common-sense club of america member #3