Log in

View Full Version : playing dvdshrinked iso on linux


Edoardo
24th March 2005, 14:12
Hi
using dvdshrink on windows I made a backup copy of a dvd, in the form of an iso image.

but I can't play the iso image directly, which I am able to do in windows.
the vlc player screen stays black. here is a console output :

edoardo@edoubuntu:~$ wxvlc --dvd /mnt/hda1/temp/THE_DISC.ISO
VLC media player 0.8.1 Janus
libdvdnav: Using dvdnav version 0.1.9 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdnav: DVD Title: THE_DISC
libdvdnav: DVD Serial Number: 008D081ADVDSHRNK
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/edoardo/.dvdnav/THE_DISC.map'
libdvdnav: DVD disk reports itself with Region mask 0x00c00000. Regions: 1 2 3 4 5 6
libdvdnav: *** pgci_ut handle is NULL ***

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000014a
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
[00000247] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:224000
[00000255] oss audio output error: cannot open audio device (/dev/dsp)
No accelerated IMDCT transform found
[00000245] main decoder error: decoder is leaking pictures, resetting the heap
[00000278] main video output error: picture 0x8804c0c refcount is -1
[00000278] main video output error: picture to date 0x8804d14 has invalid status 6
[00000278] main video output error: picture to display 0x8804d14 has invalid status 6
[00000278] main video output error: picture 0x8804d14 refcount is -1

wmansir
25th March 2005, 00:18
Do other .iso's work in linux and just DVD Shink has problems?

If not this may be a linux/VLC issue, which would probably be better addressed in the linux forum. If you don't know then try a full .iso rip of the original DVD with DVD Decrypter and see if that works. If it doesn't then you can eliminate DVD Shrink as the problem.

Edoardo
30th March 2005, 09:33
Originally posted by wmansir
Do other .iso's work in linux and just DVD Shink has problems?

If not this may be a linux/VLC issue, which would probably be better addressed in the linux forum. If you don't know then try a full .iso rip of the original DVD with DVD Decrypter and see if that works. If it doesn't then you can eliminate DVD Shrink as the problem.

after a full apt-get update of packages,
I spent some time comparing two new ISOs - a DVDDecrypter one and a DVDShrink one, created from the first one ... both seem to work fine !!

I am guessing the problem was with the old ISO created directly from the disc with dvd shrink ?

anyway, thanks for the suggestions !

KpeX
30th March 2005, 16:20
Edoardo: Remember that under linux you can easily mount DVD ISO images and play them back as if they are on your hard drive, i.e.: # mount -o loop -t udf /mnt/hda1/temp/THE_DISC.ISO /mnt/dvd_image
$ wxvlc --dvd /mnt/dvd_image hth,