New command -read_speed
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.3.3, Sep 07, 2013"
|
||||
@c man .TH XORRISO 1 "Version 1.3.3, Oct 08, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -910,6 +910,40 @@ them only after image loading.
|
||||
@table @asis
|
||||
@sp 1
|
||||
@c man .TP
|
||||
@item -read_speed code|number[k|m|c|d|b]
|
||||
@kindex -read_speed set read speed
|
||||
@cindex Read, set speed, -read_speed
|
||||
Set the speed for reading. Default is "none", which avoids to send a speed
|
||||
setting command to the drive before reading begins.
|
||||
@*
|
||||
Further special speed codes are:
|
||||
@*
|
||||
"max" (or "0") selects maximum speed as announced by the drive.
|
||||
@*
|
||||
"min" (or "-1") selects minimum speed as announced by the drive.
|
||||
@*
|
||||
Speed can be given in media dependent numbers or as a
|
||||
desired throughput per second in MMC compliant kB (= 1000)
|
||||
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
||||
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
||||
@*
|
||||
Example speeds:
|
||||
@*
|
||||
706k = 706kB/s = 4c = 4xCD
|
||||
@*
|
||||
5540k = 5540kB/s = 4d = 4xDVD
|
||||
@*
|
||||
If there is no hint about the speed unit attached, then the
|
||||
medium in the -indev will decide. Default unit is CD = 176.4k.
|
||||
@*
|
||||
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.
|
||||
@*
|
||||
Depending on the drive, the reported read speeds can be deceivingly low.
|
||||
Often it is possible to achieve higher read speeds by bold values
|
||||
like "20xDVD" or "16xBD".
|
||||
@c man .TP
|
||||
@item -load entity id
|
||||
@kindex -load addresses a particular session as input
|
||||
@cindex Session, select as input, -load
|
||||
@ -2728,8 +2762,11 @@ Smaller format size with DVD-RAM, BD-RE, or BD-R means more reserve space.
|
||||
@item -list_speeds
|
||||
@kindex -list_speeds lists available write speeds
|
||||
@cindex Media, list write speeds, -list_speeds
|
||||
Put out a list of speed values as reported by the output drive with
|
||||
the loaded medium. This does not necessarily mean that the medium is writable
|
||||
Put out a list of speed values as reported by the drives with the loaded
|
||||
media. The list tells read speeds of the input drive and of the output
|
||||
drive. Further it tells write speeds of the output drive.
|
||||
@*
|
||||
The list of write speeds does not necessarily mean that the medium is writable
|
||||
or that these speeds are actually achievable. Especially the
|
||||
lists reported with empty drive or with ROM media obviously advertise
|
||||
speeds for other media.
|
||||
@ -2739,13 +2776,16 @@ The drive is supposed to choose a safe speed that is as near to the desired
|
||||
speed as possible.
|
||||
@*
|
||||
At the end of the list, "Write speed L" and "Write speed H"
|
||||
are the best guesses for lower and upper speed limit.
|
||||
are the best guesses for lower and upper write speed limit.
|
||||
"Write speed l" and "Write speed h" may appear only with CD
|
||||
and eventually override the list of other speed offers.
|
||||
@*
|
||||
Only if the drive reports contradicting speed information there will appear
|
||||
"Write speed 0", which tells the outcome of speed selection by command
|
||||
-speed 0, if it deviates from "Write speed H".
|
||||
@*
|
||||
"Read speed L" and "Read speed H" tell the minimum and maximum read speeds,
|
||||
as would be chosen by -read_speed "min" resp. "max".
|
||||
@c man .TP
|
||||
@item -close_damaged "as_needed"|"force"
|
||||
@kindex -close_damaged closes damaged track and session
|
||||
@ -3153,10 +3193,18 @@ mkzftree.
|
||||
@*
|
||||
"default" same as "level=6:block_size=32k:by_magic=off"
|
||||
@c man .TP
|
||||
@item -speed number[k|m|c|d|b]
|
||||
@item -speed code|number[k|m|c|d|b]
|
||||
@kindex -speed set write speed
|
||||
@cindex Write, set speed, -speed
|
||||
Set the burn speed. Default is 0 = maximum speed.
|
||||
Set the burn speed. Default is "max" (or "0") = maximum speed as announced
|
||||
by the drive.
|
||||
Further special speed codes are:
|
||||
@*
|
||||
"min" (or "-1") selects minimum speed as announced by the drive.
|
||||
@*
|
||||
"none" avoids to send a speed setting command to the drive before
|
||||
burning begins.
|
||||
@*
|
||||
Speed can be given in media dependent numbers or as a
|
||||
desired throughput per second in MMC compliant kB (= 1000)
|
||||
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
||||
|
Reference in New Issue
Block a user