Log in

View Full Version : VOB files not read in AVS script


joshbm
21st October 2004, 02:42
Hello all,

I'm having problems with this avs script:

DirectShowSource("E:\VTS_01_0.VOB")

It will give me error in VirtualDub: "No Video Stream Found". I have tried this with version 1.6.0 Experimental as well as 1.5.10.1 VirtualDubMod. Both yield the same error message. I have a couple DirectShow filters installed to read the VOB files, because I can indeed play VOB files in Media Player and I do get sound when I open the avs file in WM 6.4, but no video. Anyone know why this is happening?

Regards,
Josh

Yuuhi
21st October 2004, 08:01
Dunno but you can have better results creating a d2v project with DGIndex and load in AVS with mpeg2source()

Wilbert
21st October 2004, 09:31
What happens if you open the vob in Graphedit. Is it rendered correctly?

joshbm
24th October 2004, 21:15
Open it in GraphEdit and it does this:

VTS_01_0.VOB > Ligos MPEG Splitter > Ligos MPEG Video Decoder > Overlay Mixer > Video Renderer
^ Ligos MPEG Audio Decoder > Default DirectSound Device

Regards,
Josh

joshbm
26th October 2004, 04:34
Anyone?