Page 1 of 1

Using open disc to open an iso

Posted: 11 Dec 2008 21:33
by phillip2
I would like to use the open disc dialog to open an iso dvd image. I want to use the dvdsimple:
option, so that I can transcode.

But the dialog only allows me to select a device or an VIDEO_TS directory; in videolan 8, this used
to also allow selection of ISO images. Without this transcoding isn't possible in a meaningful way,
as it just always transcodes the first title.

Or am I doing something wrong?

Phil

Re: Using open disc to open an iso

Posted: 12 Dec 2008 01:23
by Arite
You chould be able to enter the *.iso location into the "Customize" field with "Show more options" ticked (i.e. "Media >> Open Disc... >> (Tick "Show more options") etc.).

For example, if the location is C:\Temp\File.iso:

Code: Select all

"dvdsimple://C:\Temp\File.iso"
Or e.g. (if *nix based) /home/name/file.iso:

Code: Select all

"dvdsimple:///home/name/file.iso"
Or you can just enter in the ISO location in the "Disc device" field.

Arite.

Re: Using open disc to open an iso

Posted: 12 Dec 2008 11:56
by phillip2
I already tried this,but perhaps I got it wrong, so I'll give it another go. I think that the GUI needs fixing though. I was wondering whether
this functionality had been moved elsewhere, but it looks like this is not the case.

Thanks!

Re: Using open disc to open an iso

Posted: 12 Dec 2008 12:12
by Arite
Yes AFAIK the "Browse..." button should allow for files and directories to be selected (be difficult to do both though).

Arite.