Log in

View Full Version : Playing VOB File


bozitaai
29th December 2004, 07:19
Hi all,

I used DirectShowSource to play the vob files.
But i found that an audio part was removed, any method can get back the audio part? Thank you.

Blue_MiSfit
29th December 2004, 08:44
Index your VOBs with DGIndex. Load the resulting d2v file with Mpeg2Source(...)

DGIndex will demux the AC3 / DTS streams for you. Do with these what you will and mux in when you are finished encoding the video.

bozitaai
30th December 2004, 04:04
Where can get the DGIndex?

Any other simple scripting methods can solve this problem?
Thank you!!

wolfsoft
30th December 2004, 05:35
You should install the decode of AC3...
In fact, you can play the vob files by media player classical with ffdshow.

And you should search "DGIndex" in this forum,or install Gordian Knot or AutoRV10. This tool is in those pockets.

ObiKenobi
30th December 2004, 05:42
Originally posted by bozitaai
Where can get the DGIndex?

http://www.neuron2.net/fixd2v/dgmpgdec1012.zip

bozitaai
4th January 2005, 03:32
Even use DGIndex to play VOB files, still can't get the audio signal, any suggestion?

Thank you.

wolfsoft
4th January 2005, 03:49
Originally posted by bozitaai
Even use DGIndex to play VOB files, still can't get the audio signal, any suggestion?

Thank you.

I think you would choose the Audio output method as "Demux".It only support the format as AC3 and DTS,ect. If the audio in DVD is LPCM, you should choose the option of "Decode to Wave".

bozitaai
4th January 2005, 07:07
I tried your suggestion, but still can't fix the problem, any other methods? Thank you!

Leak
4th January 2005, 08:38
Originally posted by bozitaai
Even use DGIndex to play VOB files, still can't get the audio signal, any suggestion?

DGIndex never plays audio, and DGDecode never loads audio into AviSynth.

DGIndex will, however, demux the audio tracks in your VOB file to separate WAV, AC3 or whatever files that you can process with other programs or import using WAVSource into AviSynth.

Also, do you have any player that plays the sound from those VOB files to begin with? Maybe you didn't select the correct audio track to demux (or activate demuxing at all) in DGIndex?

bozitaai
4th January 2005, 09:21
The VOB file was loaded with DGIndex and select "Audio -> Output Method -> Demux (AC3, MPA, DTS)"

Then, where/how can I get the audio output file?

Thank you!

Leak
4th January 2005, 09:25
Originally posted by bozitaai
The VOB file was loaded with DGIndex and select "Audio -> Output Method -> Demux (AC3, MPA, DTS)"

Then, where/how can I get the audio output file?

The files will be placed right next to your D2V file if you use "Save Project" from the file menu.