New -stream_recording mode with start address, "on" is now 32s
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Feb 23, 2008"
|
||||
.TH XORRISO 1 "Feb 27, 2008"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1696,12 +1696,19 @@ MMC drives usually activate their own idea of speed and take
|
||||
the speed value given by the burn program only as upper limit
|
||||
for their own decision.
|
||||
.TP
|
||||
\fB\-stream_recording\fR "on"|"off"
|
||||
\fB\-stream_recording\fR "on"|"off"|"full"|"data"|number
|
||||
Setting "on" tries to circumvent the management of defects on DVD-RAM, BD-RE,
|
||||
or BD-R. Defect management keeps partly damaged media usable. But it reduces
|
||||
write speed to half nominal speed even if the media is in perfect shape.
|
||||
For the case of flawless media, one may use -stream_recording "on" to get
|
||||
full speed.
|
||||
.br
|
||||
"full" tries full speed with all write operations, whereas "on" does this
|
||||
only above byte address 32s. One may give a number of at least 16s
|
||||
in order to set an own address limit.
|
||||
.br
|
||||
"data" causes full speed to start when superblock and directory entries are
|
||||
written and writing of file content blocks begins.
|
||||
.TP
|
||||
\fB\-dummy\fR "on"|"off"
|
||||
If "on" then simulate burning or refuse with FAILURE event if
|
||||
|
Reference in New Issue
Block a user