How to use VLC media player to export a DVD in a file per chapter format
The command for reference is:
vlc dvdsimple:///G:/#1:1-1:1 --sout "#standard{access=file,mux=ts,dst=T1_CH1.mpg} vlc://quit"
The important part is the addition of a "to" section that the GUI does not allow.