>From: Gregoire Favre <[EMAIL PROTECTED]>

>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:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]        (work) chars I am J"org Schilling
 URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to