LinHES Forums http://forum.linhes.org/ |
|
Burning dual-layer DVDs? http://forum.linhes.org/viewtopic.php?f=11&t=15250 |
Page 1 of 1 |
Author: | rwhe [ Wed May 16, 2007 8:08 pm ] |
Post subject: | Burning dual-layer DVDs? |
I am attempting to back up some video DVDs. Has anyone here successfully burned a large ISO to a dual-layer DVD? I have tried many programs, including growisofs and cdrecord, with no luck. What do you use? Can you give me a command line that will burn an ISO to dual-layer media under KnoppMyth? I am attempting to burn DL DVD+Rs on a Dragon 2.0. Thanks, Ron H-E |
Author: | rwhe [ Fri May 18, 2007 6:30 am ] |
Post subject: | Burning dual-layer DVDs solved! |
OK, after many false starts, I have a method for backing up video DVDs to dual-layer media. This page was most helpful: http://forum.linspire.com/viewtopic.php?t=425422 I was able to back up a video DVD with only two commands: Code: $ vobcopy -m
$ growisofs -speed 1 -dvd-compat -Z /dev/dvd -dvd-video /myth/video/MY_MOVIE/ where the directory at the end of the second command line was created by vobcopy in mirror mode (-m) when it copied the DVD. The key for me was the -dvd-video option. If I left it out, the burn would fail, even with the -dvd-compat option. The -speed 1 option may also be important; people have reported failed burns without it. I noticed some flakiness when trying to play the DVD immediately after burning it. For example, the DVD menus didn't work, and on the second try I lost all sound throughout MythTV. But I rebooted and the DVD then played fine, menus and all. I'm inclined to think this has to do with ongoing DVD autodetect wackiness on my system. Oh, well; something else to work on. |
Author: | grante [ Sat May 19, 2007 3:43 pm ] |
Post subject: | Re: Burning dual-layer DVDs? |
rwhe wrote: I am attempting to back up some video DVDs. Has anyone here successfully burned a large ISO to a dual-layer DVD? Yes. Quote: I have tried many programs, including growisofs and cdrecord, with no luck. What do you use? growisofs Quote: Can you give me a command line that will burn an ISO to
dual-layer media under KnoppMyth? Just like the growisofs man page says: Code: growisofs -dvd-compat -Z/dev/<whatever>=file.iso
Make sure the ISO filesystem is created in a dvd-player compatible manner. (e.g. if using mkisofs, us -dvd-video) |
Author: | rwhe [ Sat May 19, 2007 3:55 pm ] |
Post subject: | |
That was my problem. I was reading the growisofs man page. What I needed to read was the mkisofs man page so I'd know about the -dvd-video option. Thanks. |
Author: | grante [ Sun May 20, 2007 12:59 pm ] |
Post subject: | |
rwhe wrote: That was my problem. I was reading the growisofs man page. What I needed to read was the mkisofs man page so I'd know about the -dvd-video option.
Yea, I made a few coasters before I figured that out. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |