[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Best way to write DVD+R?



>From: Gregoire Favre <Gregoire.Favre@freesurf.ch>

>Normally, I use this script to write my DVD (video):

>#!/bin/tcsh

>setenv SIZE `mkisofs -dvd-video -f -q -print-size -V $1 $2`
>setenv CDR_SECURITY "8:d ... "
>mkisofs -dvd-video -f -V $1 $2 | cdrecord-prodvd -v dev=ATAPI:0,0,0 fs=64m speed=1 -eject -dao tsize={$SIZE}s -

>(I am running kernel 2.6.5-mm6)

>What should I do to use the DVD+R and become a maximum DVD video
>compatibility?

The same command as above

Note that with dev=ATAPI: you will never get DMA and writing is soooo slow.

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de		(uni)  If you don't have iso-8859-1
       schilling@fokus.fraunhofer.de	(work) chars I am J"org Schilling
 URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily



Reply to: