Error in DGIndex documentation

Anything related to video and my tools that is not a support request.
Post Reply
DAE avatar
Xunkar
Posts: 36
Joined: Sun Aug 18, 2019 5:17 am

Error in DGIndex documentation

Post by Xunkar »

http://rationalqm.us/dgmpgdec/DGIndexManual.html (Audio Menu, Output Method)
A typical command line would be as follows (although you need to check your audio parameters in the Info dialog to choose the correct SOX options):

sox -B -r48000 -t .raw -c 6 -2 -s "Blu-ray PCM PID 1101 DELAY 0ms.pcm" "out.wav"
This command appears outdated (-2 and -s are not valid options in SoX v14.4.2), you might want to update that? Here's a valid command
sox -B -r 48000 -t raw -c 2 -e signed-integer -b 16 -S "V00000 PID 1100 jpn DELAY 433ms.pcm" "V00000.wav"
Also the link has an extra quote in it preventing it from working ;)
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: Error in DGIndex documentation

Post by Rocky »

Thank you xunkar. I will correct it. My plan is to remove the need for sox by doing the wrapping in DGIndexNV/DGDemux.
Post Reply