Log in

View Full Version : Demux Audio Streams in VB


nkarnold
16th November 2005, 11:40
Hi guys,

anyone point me in the right direction (examples etc) to allow me to demux the PCM or AC3 audio stream from a DVD in Visual Basic 6 or above

Cheers

Nig

Zeul
29th November 2005, 11:05
Look at a VOB in VOBEDIT. This will show you all of the packs. Each pack is exactly 2048 bytes (of which part is the pack header). You will need to extract the packet less the header and output.

Guest
29th November 2005, 15:53
DGIndex source code.

jsoto
29th November 2005, 23:42
Also pgcDemux source code. "Rare" PCMs are quite tricky...
jsoto