I have some DVD copyed to my HD as AUDIO_TS and VIDEO_TS folders.
C:\Films\Film1\"AUDIO_TS and VIDEO_TS folders"
C:\Films\Film2\"AUDIO_TS and VIDEO_TS folders"
Etc.
I would like to playback a specific DVD for the folderstructure and it should be a specific "Title" and "Chapter"
I had looked at the help and se:
*****************************************
For a DVD with menus:
% vlc dvd://[device][@raw_device][@[title][:[chapter][:angle]]]
In most cases, vlc dvd:// or vlc dvd://[device] will do. [device] is for example /dev/dvd on GNU/Linux or D: on Windows (complete path to your DVD drive).
or
(DVD without menus):
% vlc dvdsimple://[device][@raw_device][@[title][:[chapter][:angle]]]
*****************************************
But I cant make it work, I try this:
"C:\Program Files\VideoLAN\VLC\vlc.exe" "dvd://C:\Films\Film2\VIDEO_TS\"
What do I do wrong ?
Regards
/Hans