Mentioned built-in limits for minimum and maximum 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, Oct 27, 2013"
|
||||
@c man .TH XORRISO 1 "Version 1.3.3, Nov 14, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -936,13 +936,14 @@ Example speeds:
|
||||
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
|
||||
or high. Therefore "min" cannot become higher than 1x speed of the involved
|
||||
medium type. Read speed "max" cannot become lower than 52xCD, 24xDVD,
|
||||
or 20xBD, depending on the medium type.
|
||||
@*
|
||||
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".
|
||||
MMC drives usually activate their own idea of speed and take
|
||||
the speed value given by the burn program only as hint
|
||||
for their own decision.
|
||||
@c man .TP
|
||||
@item -load entity id
|
||||
@kindex -load addresses a particular session as input
|
||||
@ -2785,7 +2786,9 @@ Only if the drive reports contradicting speed information there will appear
|
||||
-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".
|
||||
as reported by the drive. They would be chosen by -read_speed "min" resp.
|
||||
"max" if they undercut resp. surpass the built-in limits. These are "1x"
|
||||
resp. "52xCD", "24xDVD", "20xBD".
|
||||
@c man .TP
|
||||
@item -close_damaged "as_needed"|"force"
|
||||
@kindex -close_damaged closes damaged track and session
|
||||
|
Reference in New Issue
Block a user