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

Best way to write DVD+R?



Hello,

till today I have never tried to write + media on my writer...

I have one media now:

dvd+rw-mediainfo /dev/hdc
INQUIRY:                [SONY    ][DVD RW DRU-500A ][2.0h]
GET [CURRENT] CONFIGURATION:
 Mounted Media:         1Bh, DVD+R
 Media ID:              POMSA001/0R
 Current Write Speed:   4.0x1385=5540KB/s
 Write Speed #0:        4.0x1385=5540KB/s
 Write Speed #1:        2.4x1385=3324KB/s
 Write Speed #2:        2.0x1385=2770KB/s
 Speed Descriptor#0:    00/2295103 R@2.4x1385=3324KB/s W@4.0x1385=5540KB/s
 Speed Descriptor#1:    00/2295103 R@2.4x1385=3324KB/s W@2.4x1385=3324KB/s
 Speed Descriptor#2:    00/2295103 R@2.4x1385=3324KB/s W@2.0x1385=2770KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:       A1h, DVD+R book [revision 1]
 Legacy lead-out at:    2295104*2KB=4700372992
READ DISC INFORMATION:
 Disc status:           blank
 Number of Sessions:    1
 State of Last Session: empty
 Number of Tracks:      1
READ TRACK INFORMATION[#1]:
 Track State:           blank
 Track Start Address:   0*2KB
 Next Writable Address: 0*2KB
 Free Blocks:           2295104*2KB
 Track Size:            2295104*2KB

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?

Thank you very much,

	Grégoire
__________________________________________________________________________
http://algebra.epfl.ch/greg ICQ:16624071 mailto:Gregoire.Favre@freesurf.ch



Reply to: