View Single Post
Old 23rd January 2002, 07:49   #1  |  Link
jugm
Registered User
 
Join Date: Jan 2002
Posts: 41
Error opening .avs with two or more VOBs with NanDub

Hi

Im new to Avisynth and just trying to open .VOBs with NanDub putting avisynth in front of NanDub. I need open two VOB files (which are sequential VOBs of a movie) and run deinterlace filter.

test.avs contains lines :
Code:
DirectShowSource("w:\vobs\vts_01_1.vob")+DirectShowSource("w:\vobs\vts_01_2.vob")
Bob
It gets me this error message :

Code:
Avisynth open failure:
DirectShowSource : couldn't open file w:\vobs\vts_01_2.vob:
No combination of filters could be found to render the stream.
(w:\vobs\test.avs, line 1)

Bob doesn't matter - same errors if I remove it.

Everything works great if I remove second VOB from test.avs like
Code:
DirectShowSource("w:\vobs\vts_01_1.vob")
Bob
If I remove first VOB but leave second then NanDub error message says:

Code:
Avisynth open failure:
DirectShowSource: unable to determine duration of the video
(w:\vobs\test.avs, line 1)
I think my VOBs are good as I can play them in PowerDVD just fine.

Am I doing something wrong ? Avisynth 1.0 beta 3 copied to c:\win\system c:\win\system32 and that .reg patch applied.
jugm is offline   Reply With Quote