[olug] DVD Burning

Eric P eric.maillist at gmail.com
Sun Dec 3 06:17:21 UTC 2006


T M wrote:
> On 11/27/06, Carl Lundstedt <clundst at unlserve.unl.edu> wrote:
>> On Mon, 2006-11-27 at 12:08 -0600, Bradley Arth wrote:
>>> I am using Ubuntu 6.10 and was wondering what everyones thoughts on DVD
>>> burning software was. Do you use the 'built-in' buring software or is there
>>> a defaco standard that most people use?
> 
> my personal preference:
> 
> 1) create the iso image using mkisofs and -graft-points
> 2) mount the iso image and modify the contents if necc
> 3) burn the iso image to a disc using growisofs
> 
> hth,
> mike

I'm about the same a Mike.  Here's a few lines culled from my notes.

Create a DVD iso image
mkisofs -dvd-video -o your_dvd.iso path_to_dvd_root

Burn a DVD iso image
growisofs -Z /dev/hdc=/mnt/hdb1/video/misc/goku01.iso -use-the-force-luke=notray -use-the-force-luke=tty -speed=4

Create 1:1 backup (2 steps)
dvdbackup -v 2 -M -i/dev/hdd -o/<fullpath to dir>
growisofs -speed=1 -dvd-compat -Z /dev/hdd -dvd-video <DVD output dir name>/

Burn a movie DVD (pass in one parameter - the folder w/the DVD directory structure)
growisofs -speed=2 -Z /dev/dvd -dvd-video "$1"



More information about the OLUG mailing list