jmb
20th June 2006, 21:39
Hi guys, first of all, I want to say a hello to everyone. I've been playing with avi synth for the last few days as it is potentially a good "concept" for the environment that I work in...
I have a bunch of dvds (un-encrypted educational content) that I would like to convert to various formats. Avisynth seems the be the "middle man" application that would (in theory) allow me to accomplish this quite easily. I was simply thinking about serving the VOB file using AVS directly to realproducer via:
DirectShowSource("D:\VIDEO_TS\VTS_01_1.VOB")
Now, this works fine for video only but no audio. I guess my question is if the DirectShowSource function produces audio output at all... I checked my filters, tried using MPEGDecoder.dll, and even made a custom graph file to load with avisynth. I hear sound in graphedit but I only get video in WMP and any other application when using the AVS file. Using MPEGDecoder.dll and the MPEGSource function produces an error following d2v creation. So, non of the methods that I have found through research seem to give me video and audio when serving a DVD source (a uncompressed VOD file)... I can get video and run it through realproducer no problem...
Can anyone suggest an approach to achieveing this using avisynth or any other application without the step of creating a seperate AVI/WAV file...
Thanks in advance.
I have a bunch of dvds (un-encrypted educational content) that I would like to convert to various formats. Avisynth seems the be the "middle man" application that would (in theory) allow me to accomplish this quite easily. I was simply thinking about serving the VOB file using AVS directly to realproducer via:
DirectShowSource("D:\VIDEO_TS\VTS_01_1.VOB")
Now, this works fine for video only but no audio. I guess my question is if the DirectShowSource function produces audio output at all... I checked my filters, tried using MPEGDecoder.dll, and even made a custom graph file to load with avisynth. I hear sound in graphedit but I only get video in WMP and any other application when using the AVS file. Using MPEGDecoder.dll and the MPEGSource function produces an error following d2v creation. So, non of the methods that I have found through research seem to give me video and audio when serving a DVD source (a uncompressed VOD file)... I can get video and run it through realproducer no problem...
Can anyone suggest an approach to achieveing this using avisynth or any other application without the step of creating a seperate AVI/WAV file...
Thanks in advance.