I regularly rip DVDs and rely on a series of batch files I've written to assist me in doing so. For demuxing, I rely on PGCDemux and it's command line parameters. A typical example would be something along the lines of:
Code:
pgcdemux -pgc 7 -ang 1 -m2v -aud -sub -novob -cellt -nolog -title ".\VIDEO_TES\VTS_05_0.IFO
I'm currently trying to demux some content hidden in the menu of a release. I'm able to do so in the GUI, but I'm not sure on the command line. For reference, the file is "VTS_04_0.IFO" and the menu item is listed as "LU 1 # 03" in the GUI. The following command does not work:
Code:
pgcdemux -pgc 3 -ang 1 -m2v -noaud -nosub -novob -nocellt -nolog -menu ".\VIDEO_TES\VTS_05_0.IFO
Is anyone help me with the command lines for this? I'd like to be able to add it to my batch system and knowing how to correctly handle menu data would help in future cases too.