Log in

View Full Version : AVI synth error


angbunso
27th May 2005, 00:07
I am personally having issues once I try to do a compressibility check...I always get an AVIsynth error. here's a screenshot:

http://mywebpages.comcast.net/edgejuliano/AVIerror.jpg

can someone tell me how to fix that?

Sylf
27th May 2005, 17:49
As far as I know, you can't open IFO straight in avs. Use VSRip type of software and extract .sub file. Then use VobSub() (not textsub) function to load the .sub file. Textsub() is used to load text based subtitle format (such as SSA and SRT).

angbunso
27th May 2005, 19:26
Originally posted by Sylf
As far as I know, you can't open IFO straight in avs. Use VSRip type of software and extract .sub file. Then use VobSub() (not textsub) function to load the .sub file. Textsub() is used to load text based subtitle format (such as SSA and SRT).
okay, I'll try that. thanks!