New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.

This commit is contained in:
2021-08-30 12:35:26 +02:00
parent e489c877bd
commit 3f2b61932b
8 changed files with 92 additions and 50 deletions

View File

@ -564,12 +564,21 @@ stream_recording="on"|"off"|number
byte addresses below that number. Any number below 16s is the same
as "off".
dvd_obs="default"|"32k"|"64k"
Linux specific: Set the number of bytes to be transmitted with each
write operation to DVD or BD media. Tracks get padded up to the
next multiple of this write size. A number of 64 KB may improve
throughput with bus systems which show latency problems. The
default depends on media type, option stream_recording=, and on
compile time options.
Set the number of bytes to be transmitted with each write operation
to DVD or BD media. With most write types, tracks get padded up to
the next multiple of this write size (see option -obs_pad). A
number of 64 KB may improve throughput with bus systems which show
latency problems. The default depends on media type, option
stream_recording=, and on compile time options.
-obs_pad
Pad the data of last write operation of a DVD-R[W] DAO session or
stdio: pseudo-drive up to the full size of an output chunk. This
padding has to be applied automatically to the other DVD and BD
media types, where it causes e.g. ISO images to have trailing
unclaimed blocks. .br Use this option if there is the suspicion
that DAO sessions abort with your kernel and/or DVD drive, if their
size is not a multiple of 16 blocks. .br This option may also get
enabled at compile time of libburn.
modesty_on_drive=parameter[:parameters]
Control whether the drive buffer shall be kept from getting
completely filled. Parameter "on" (or "1") keeps the program from
@ -908,6 +917,7 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* --multi_if_possible apply -multi if medium is suitable: NonCdrecord.
(line 57)
* --no_rc do not execute xorriso startup files: NonCdrecord. (line 8)
* --obs_pad write transaction end padding: NonCdrecord. (line 81)
* -atip inquire medium state: Inquire. (line 14)
* -checkdrive inquire drive CD capabilities: Inquire. (line 11)
* -dao explicitly set write type SAO/DAO: SetBurn. (line 172)
@ -919,7 +929,7 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -inq inquire drive identifiers: Inquire. (line 8)
* -isosize obtain track size from ISO 9660 superblock: SetBurn.
(line 137)
* -modesty_on_drive keep drive buffer hungry: NonCdrecord. (line 81)
* -modesty_on_drive keep drive buffer hungry: NonCdrecord. (line 90)
* -msinfo retrieve multi-session info: Inquire. (line 43)
* -multi keep media appendable after burn run: SetBurn. (line 89)
* -nopad disable adding of bytes to end of track: SetBurn. (line 151)
@ -941,13 +951,13 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* minbuf= keep drive buffer hungry: SetBurn. (line 205)
* padsize= add bytes to end of track: SetBurn. (line 144)
* speed= set write speed: SetBurn. (line 189)
* stdio_sync= control stdio buffer: NonCdrecord. (line 133)
* stdio_sync= control stdio buffer: NonCdrecord. (line 142)
* stream_recording= try to get full speed on DVD-RAM, BD: NonCdrecord.
(line 64)
* tsize= set a fixed track size: SetBurn. (line 126)
* use_immed_bit= control use of Immed bit: NonCdrecord. (line 118)
* use_immed_bit= control use of Immed bit: NonCdrecord. (line 127)
* write_start_address= set block address for write start: NonCdrecord.
(line 127)
(line 136)

File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
@ -959,7 +969,7 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Menu:
* Accessing drive, wait for stdin, -waiti: SetBurn. (line 113)
* Blank, format, Immed bit, use_immed_bit=: NonCdrecord. (line 118)
* Blank, format, Immed bit, use_immed_bit=: NonCdrecord. (line 127)
* Bugs, reporting: Bugreport. (line 6)
* Data track, announce, -data: SetBurn. (line 157)
* Defect management, control, stream_recording=: NonCdrecord. (line 64)
@ -1003,20 +1013,21 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Track size, set fixed, tsize=: SetBurn. (line 126)
* Track, _definiton: Standards. (line 13)
* Transaction size, set, dvd_obs=: NonCdrecord. (line 74)
* Transaction size, set, dvd_obs= <1>: NonCdrecord. (line 81)
* Tray, eject, -eject: SetBurn. (line 214)
* Verbosity, increase, -v: Verbose. (line 16)
* Verbosity, SCSI commands, -V: Verbose. (line 20)
* Version, report, -version: Verbose. (line 8)
* Write simulation , control, -dummy: SetBurn. (line 106)
* Write start address, set, write_start_address=: NonCdrecord.
(line 127)
(line 136)
* Write type, SAO/DAO, -dao: SetBurn. (line 172)
* Write type, SAO/DAO, -sao: SetBurn. (line 168)
* Write type, TAO, -tao: SetBurn. (line 162)
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 133)
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 142)
* Write, drive buffer, -immed: SetBurn. (line 208)
* Write, drive buffer, minbuf=: SetBurn. (line 205)
* Write, drive buffer, modesty_on_drive=: NonCdrecord. (line 81)
* Write, drive buffer, modesty_on_drive=: NonCdrecord. (line 90)
* xorriso, mkisofs emulation: Xorriso. (line 6)
* xorriso, options: Options. (line 6)
@ -1034,21 +1045,21 @@ Node: Inquire7618
Node: SetBurn10487
Node: Verbose21111
Node: NonCdrecord22661
Node: Examples30471
Node: ExDevices31132
Node: ExMedium31350
Node: ExBlank31613
Node: ExFormat31834
Node: ExDeformat32352
Node: ExIsoSingle32619
Node: ExIsoMulti32903
Node: ExIsoFly34647
Node: ExAfio35839
Node: Files36837
Node: Seealso37393
Node: Bugreport37756
Node: Legal38347
Node: CommandIdx39276
Node: ConceptIdx42839
Node: Examples31044
Node: ExDevices31705
Node: ExMedium31923
Node: ExBlank32186
Node: ExFormat32407
Node: ExDeformat32925
Node: ExIsoSingle33192
Node: ExIsoMulti33476
Node: ExIsoFly35220
Node: ExAfio36412
Node: Files37410
Node: Seealso37966
Node: Bugreport38329
Node: Legal38920
Node: CommandIdx39849
Node: ConceptIdx43485

End Tag Table