You are not logged in.

#1 2008-07-23 21:26:07

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

[solved] creating video dvd iso from existing folders

I used dvdbackup with the -M option to copy a complete video dvd to my harddisk.
How can I create a video dvd iso image from the existing folders?
I used k3b till now (new video dvd, only create iso file)..

Last edited by SiD (2008-07-26 18:18:13)

Offline

#2 2008-07-26 15:45:24

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] creating video dvd iso from existing folders

Hopefully this is what your looking for. Say you have DVD files that you want to call "project", and all of your files are in /home/SiD/project, you can use:

mkisofs -dvd-video -v -o project.iso /home/SiD/project/

Offline

#3 2008-07-26 17:27:58

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: [solved] creating video dvd iso from existing folders

yes that's it.

somewhere I found that command  with the -udf option

mkisofs -dvd-video -udf -v -o project.iso /home/SiD/project/

do I need the udf option?

Last edited by SiD (2008-07-26 17:28:20)

Offline

#4 2008-07-26 17:56:00

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] creating video dvd iso from existing folders

SiD wrote:

yes that's it.

somewhere I found that command  with the -udf option

mkisofs -dvd-video -udf -v -o project.iso /home/SiD/project/

do I need the udf option?

I don't think so. Outside of the problems I've been having with dvdauthor, the ISOs that I've been burning work perfectly in DVD players both hardware and software. My guess is that the '-dvd-video' switch is handling all of that.

Offline

#5 2008-07-26 18:17:31

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: [solved] creating video dvd iso from existing folders

ah, ok.

p.s.
do you mean the "ERR:  SCR moves backwards, remultiplex input." error? wink

Offline

#6 2008-07-26 18:26:42

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] creating video dvd iso from existing folders

SiD wrote:

ah, ok.

p.s.
do you mean the "ERR:  SCR moves backwards, remultiplex input." error? wink

That one can be solved by encoding to vob as opposed to mpg. I do still get the time stamp warning, but I read that they can be ignored. The problem I'm having now is this one:

http://bbs.archlinux.org/viewtopic.php?id=52251

Offline

#7 2008-07-29 00:15:14

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [solved] creating video dvd iso from existing folders

Bump to let you know that adding the -udf switch is in fact a good idea. My videos were playing because the standalone DVD also recognizes ISO9660. I added the -udf switch and everything still works as expected. Sorry for the not-so-good information.

Offline

Board footer

Powered by FluxBB