You are not logged in.

#1 2007-11-02 21:21:22

gejr
Member
Registered: 2007-05-23
Posts: 92

Converting iso files.

Hard to explain this. I have two iso files. I run:

$ file dvd1.iso
dvd1.iso: UDF filesystem data (version 1.5) 'NAME

while when i run this:

$file dvd2.iso
dvd2.iso: ISO 9660 CD-ROM filesystem data UDF filesystem data (unknown version, id 'NSR0

dvd1 can be played, but dvd2 cannot. Any idea how I can convert dvd2 to the same type as dvd1?

Offline

#2 2007-11-02 23:50:36

kumico
Member
Registered: 2007-09-28
Posts: 224
Website

Re: Converting iso files.

how do u mean it cannot be played? (like, mplayer dvd2.iso,etc)
have u tried mounting it?

Offline

#3 2007-11-03 00:11:04

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: Converting iso files.

I tried mounting dvd1 to /mnt/iso with

# mount dvd1.iso /mnt/iso -t iso9660 -o loop

which mounts it fine. Now I have audio_ts and video_ts in my /mnt/iso.

I execute

xine dvd:///mnt/iso/video_ts

and it starts playing fine.

The same procedure does however not work for dvd2.iso which has the type "ISO 9660 CD-ROM filesystem data UDF filesystem data (unknown version, id 'NSR0"

Thanks for replying.

Offline

#4 2007-11-03 00:14:34

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: Converting iso files.

Oh..and this is the error I get when trying to play dvd2.iso with xine:

This is xine (X11 gui) - a free video player v0.99.5.
(c) 2000-2007 The xine Team.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Attempting to use device dvd2.iso mounted on /mnt/iso for CSS authentication
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Attempting to use device dvd2.iso mounted on /mnt/iso for CSS authentication
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
AFD changed from -2 to -1
$ ls /mnt/iso/VIDEO_TS/
VIDEO_TS.BUP  VIDEO_TS.IFO  VIDEO_TS.VOB  VTS_01_0.BUP  VTS_01_0.IFO  VTS_01_0.VOB  VTS_01_1.VOB  VTS_01_2.VOB  VTS_01_3.VOB  VTS_01_4.VOB  VTS_01_5.VOB

It's all there. What can be wrong?

When I run "mplayer /mnt/iso/VIDEO_TS/*" it starts playing oddly enough. But I want to use xine as it has better support for lirc/dvd-navigation. And I guess it should be possible somehow since the other iso's work with xine!:)

Offline

#5 2007-11-03 00:14:49

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: Converting iso files.

If it is a usual dvd mount it using:

$ mount dvd.iso -t udf -o loop

If it's some audio or video DVD or just refuses to mount install cdemu from aur and there you go wink

P.S.
Here's the FAQ and how to use of cdemu wink


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#6 2007-11-03 00:26:26

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: Converting iso files.

Thanks for your tip!

But it does mount fine, it just refuses to play with xine. I'm trying to convert it to .daa with poweriso now, and then i'll try to convert it back to iso and see if that creates a udf dvd like my other iso-files. Maybe that'll help. If it doesn't, I'll look into cdemum although it looked kinda complicated:)

Offline

#7 2007-11-03 10:09:06

gejr
Member
Registered: 2007-05-23
Posts: 92

Re: Converting iso files.

I have solved this issue by mounting the .iso and rebuilding it with mkisofs.

something like mkisofs -r -udf /mnt/iso -o new_working.iso

Offline

Board footer

Powered by FluxBB