Page 1 of 1

Play specific DVD title from the command line

Posted: 25 Sep 2012 22:07
by soren.olesen
Hi,

I have copied a DVD to my hdd: c:\mydvd\video_ts

How do I play title 4 of this DVD from the command line ?

If it was a DVD I could use this:

Code: Select all

dvd://[device][@raw_device][@[title][,[chapter][,angle]]]
However, I cannot get that parameter working when the DVD is copied to the hdd.

I have had no luck on google :-(
This guy is the closest I have got to an answer: viewtopic.php?f=14&t=83885

Re: Play specific DVD title from the command line

Posted: 26 Sep 2012 12:25
by Jean-Baptiste Kempf
try dvd:///c:\mydvd\video_ts#4

Re: Play specific DVD title from the command line

Posted: 26 Sep 2012 20:43
by soren.olesen
Beautiful. That worked - thanks.

Re: Play specific DVD title from the command line

Posted: 26 Sep 2012 22:18
by Jean-Baptiste Kempf
You are welcome.