Mentioned DVD-RW multi-session
This commit is contained in:
parent
6b8ab52854
commit
db9f4a1d04
@ -66,7 +66,7 @@ More than one track can be burned by a single run of cdrskin.
|
|||||||
In the terms of the MMC standard all tracks written by the same run constitute
|
In the terms of the MMC standard all tracks written by the same run constitute
|
||||||
a \fBsession\fP.
|
a \fBsession\fP.
|
||||||
.br
|
.br
|
||||||
CDs can be kept appendable so that further tracks can
|
Some media types can be kept appendable so that further tracks can
|
||||||
be written to them in subsequent runs of cdrskin (see option -multi).
|
be written to them in subsequent runs of cdrskin (see option -multi).
|
||||||
Info about the addresses of burned tracks is kept in a table of
|
Info about the addresses of burned tracks is kept in a table of
|
||||||
content (TOC) on media and can be retrieved via cdrskin option -toc.
|
content (TOC) on media and can be retrieved via cdrskin option -toc.
|
||||||
@ -74,7 +74,7 @@ These informations are also used by the operating systems' CD-ROM read drivers.
|
|||||||
.PP
|
.PP
|
||||||
In general there are two types of tracks: data and audio. They differ in
|
In general there are two types of tracks: data and audio. They differ in
|
||||||
sector size, throughput and readability via the systems' CD-ROM drivers
|
sector size, throughput and readability via the systems' CD-ROM drivers
|
||||||
resp. by music CD players.
|
resp. by music CD players. With DVD there is only type data.
|
||||||
.br
|
.br
|
||||||
If not explicitely option -audio is given, then any track is burned as type
|
If not explicitely option -audio is given, then any track is burned as type
|
||||||
data, unless the track source is a file with suffix ".wav" or ".au" and has a
|
data, unless the track source is a file with suffix ".wav" or ".au" and has a
|
||||||
@ -120,28 +120,6 @@ Blanking damages the previous content but does not
|
|||||||
make it completely unreadable. It is no effective privacy precaution.
|
make it completely unreadable. It is no effective privacy precaution.
|
||||||
Multiple cycles of blanking and overwriting with random numbers might be.
|
Multiple cycles of blanking and overwriting with random numbers might be.
|
||||||
.PP
|
.PP
|
||||||
.B Overwriteable DVD Media:
|
|
||||||
.br
|
|
||||||
Currently only types DVD+RW, DVD-RW and DVD-RAM can be overwritten via cdrskin.
|
|
||||||
.br
|
|
||||||
DVD+RW and DVD-RAM media get treated as blank media regardless wether they
|
|
||||||
hold data or not. They need no special initial formatting.
|
|
||||||
Options -audio and -multi are not allowed. Only one track is allowed.
|
|
||||||
-toc does not return information about the media content.
|
|
||||||
Speed is counted in DVD units (i.e. 1x = 1,385,000 bytes/second). Currently
|
|
||||||
there is no difference between -sao and -tao. If ever, then -tao will be the
|
|
||||||
mode which preserves the current behavior.
|
|
||||||
.br
|
|
||||||
DVD-RW are sold in state "Sequential Recording". To become suitable for the
|
|
||||||
Overwriteable DVD recoding model they need to get formatted to state
|
|
||||||
"Restricted Overwrite". Then they behave much like DVD+RW. This formatting
|
|
||||||
can be done by option
|
|
||||||
.B blank=format_overwrite
|
|
||||||
.br
|
|
||||||
Several programs like dvd+rw-format, cdrecord, wodim, or cdrskin option
|
|
||||||
blank=deformat_sequential can bring a DVD-RW out of overwriteable state so
|
|
||||||
that it has to be formatted again. If in doubt, just give it a try.
|
|
||||||
.PP
|
|
||||||
.B Sequentially Recordable DVD Media:
|
.B Sequentially Recordable DVD Media:
|
||||||
.br
|
.br
|
||||||
---------------
|
---------------
|
||||||
@ -161,15 +139,37 @@ Used DVD-RW get into blank sequential state by option
|
|||||||
.B blank=deformat_sequential .
|
.B blank=deformat_sequential .
|
||||||
.br
|
.br
|
||||||
Incremental Streaming is the default write mode if it is offered by the media.
|
Incremental Streaming is the default write mode if it is offered by the media.
|
||||||
It resembles much TAO writing with CD, as it allows track sources of
|
It may be selected explicitely by option -tao as it resembles much TAO writing
|
||||||
unpredicted length and to keep media appendable by option
|
with CD by allowing track sources of unpredicted length and to keep media
|
||||||
|
appendable by option
|
||||||
.B -multi .
|
.B -multi .
|
||||||
Only restriction towards CD-RW is the lack of support for -audio tracks.
|
Only restriction towards CD-RW is the lack of support for -audio tracks.
|
||||||
Multiple tracks per session are permissible. A reasonable use case for
|
Multiple tracks per session are permissible.
|
||||||
this has still to be found, though.
|
|
||||||
.br
|
.br
|
||||||
(The other write mode, DAO, is not implemented yet. It will allow no -multi and
|
(The other write mode, DAO, is not implemented yet. It will allow no -multi and
|
||||||
only a single track.)
|
only a single track. It will be selected explicitely by option -sao or by
|
||||||
|
default if no Incremental writing is available.)
|
||||||
|
.PP
|
||||||
|
.B Overwriteable DVD Media:
|
||||||
|
.br
|
||||||
|
Currently only types DVD+RW, DVD-RW and DVD-RAM can be overwritten via cdrskin.
|
||||||
|
.br
|
||||||
|
DVD+RW and DVD-RAM media get treated as blank media regardless wether they
|
||||||
|
hold data or not. They need no special initial formatting.
|
||||||
|
Options -audio and -multi are not allowed. Only one track is allowed.
|
||||||
|
-toc does not return information about the media content.
|
||||||
|
Currently there is no difference between -sao and -tao. If ever, then -tao
|
||||||
|
will be the mode which preserves the current behavior.
|
||||||
|
.br
|
||||||
|
DVD-RW are sold in state "Sequential Recording". To become suitable for the
|
||||||
|
Overwriteable DVD recording model they need to get formatted to state
|
||||||
|
"Restricted Overwrite". Then they behave much like DVD+RW. This formatting
|
||||||
|
can be done by option
|
||||||
|
.B blank=format_overwrite .
|
||||||
|
.br
|
||||||
|
Several programs like dvd+rw-format, cdrecord, wodim, or cdrskin option
|
||||||
|
blank=deformat_sequential can bring a DVD-RW out of overwriteable state so
|
||||||
|
that it has to be formatted again. If in doubt, just give it a try.
|
||||||
.PP
|
.PP
|
||||||
.B Drive preparation and addressing:
|
.B Drive preparation and addressing:
|
||||||
.br
|
.br
|
||||||
@ -281,7 +281,7 @@ Retrieve some info about the addressed drive.
|
|||||||
Exits with non-zero value if the drive cannot be found and opened.
|
Exits with non-zero value if the drive cannot be found and opened.
|
||||||
.TP
|
.TP
|
||||||
.BI \-dao
|
.BI \-dao
|
||||||
Alias for option -sao. Write disk in Session at Once mode.
|
Alias for option -sao. Write disc in Session at Once mode.
|
||||||
.TP
|
.TP
|
||||||
.BI \-data
|
.BI \-data
|
||||||
Subsequent tracks are data tracks. This option is default and only needed
|
Subsequent tracks are data tracks. This option is default and only needed
|
||||||
@ -315,7 +315,7 @@ media. There is no guarantee that this will work with a particular drive
|
|||||||
in a particular write mode. Blanking is prevented reliably, though.
|
in a particular write mode. Blanking is prevented reliably, though.
|
||||||
.TP
|
.TP
|
||||||
.BI \-eject
|
.BI \-eject
|
||||||
Eject the disk after work is done.
|
Eject the disc after work is done.
|
||||||
.TP
|
.TP
|
||||||
.BI \-force
|
.BI \-force
|
||||||
Assume that the user knows better in situations when cdrskin or libburn are
|
Assume that the user knows better in situations when cdrskin or libburn are
|
||||||
@ -365,9 +365,10 @@ start address of the next session to be appended. The string is empty if
|
|||||||
the most recent session was not written with option -multi.
|
the most recent session was not written with option -multi.
|
||||||
.TP
|
.TP
|
||||||
.BI \-multi
|
.BI \-multi
|
||||||
This option keeps the CD appendable after the current session has been written.
|
This option keeps the CD or DVD-R[W] appendable after the current session has
|
||||||
Without it the disk gets closed and may not be written any more - unless it
|
been written.
|
||||||
is a CD-RW and gets blanked which causes loss of its content.
|
Without it the disc gets closed and may not be written any more - unless it
|
||||||
|
is a -RW and gets blanked which causes loss of its content.
|
||||||
.br
|
.br
|
||||||
The following sessions can only be written in -tao mode.
|
The following sessions can only be written in -tao mode.
|
||||||
.br
|
.br
|
||||||
@ -395,14 +396,14 @@ gets reset to padsize=0 after that next track is written. It may be set
|
|||||||
again before the next track argument. About size specifiers, see option fs=.
|
again before the next track argument. About size specifiers, see option fs=.
|
||||||
.TP
|
.TP
|
||||||
.BI \-raw96r
|
.BI \-raw96r
|
||||||
Write disk in RAW/RAW96R mode. This mode allows to put more payload bytes
|
Write CD in RAW/RAW96R mode. This mode allows to put more payload bytes
|
||||||
into a CD sector but obviously at the cost of error correction. It can only
|
into a CD sector but obviously at the cost of error correction. It can only
|
||||||
be used for tracks of fixely predicted size. Some drives allow this mode but
|
be used for tracks of fixely predicted size. Some drives allow this mode but
|
||||||
then behave strange or even go bad for the next few attempts to burn a CD.
|
then behave strange or even go bad for the next few attempts to burn a CD.
|
||||||
One should use it only if inavoidable.
|
One should use it only if inavoidable.
|
||||||
.TP
|
.TP
|
||||||
.BI \-sao
|
.BI \-sao
|
||||||
Write disk in Session At Once mode. This mode is able to put several audio
|
Write disc in Session At Once mode. This mode is able to put several audio
|
||||||
tracks on CD without producing audible gaps between them. It can only
|
tracks on CD without producing audible gaps between them. It can only
|
||||||
be used for tracks of fixely predicted size. This implies that track arguments
|
be used for tracks of fixely predicted size. This implies that track arguments
|
||||||
which depict stdin or named pipes need to be preceeded by option tsize= or
|
which depict stdin or named pipes need to be preceeded by option tsize= or
|
||||||
@ -423,7 +424,8 @@ Bus,Target,Lun Number) 'Vendor' 'Mode' 'Revision'
|
|||||||
.TP
|
.TP
|
||||||
.BI speed= number
|
.BI speed= number
|
||||||
Set speed of drive. With data CD, 1x speed corresponds to a throughput of
|
Set speed of drive. With data CD, 1x speed corresponds to a throughput of
|
||||||
150 kB/s. It is not an error to set a speed higher than is suitable for drive
|
150,000 bytes/second. With DVD, 1x = 1,385,000 bytes/second.
|
||||||
|
It is not an error to set a speed higher than is suitable for drive
|
||||||
and media. One should stay within a realistic speed range, though.
|
and media. One should stay within a realistic speed range, though.
|
||||||
.TP
|
.TP
|
||||||
.BI \-swab
|
.BI \-swab
|
||||||
@ -435,13 +437,13 @@ Less guesswork is needed if track sources are in format MS-WAVE in a file with
|
|||||||
suffix ".wav".
|
suffix ".wav".
|
||||||
.TP
|
.TP
|
||||||
.BI \-tao
|
.BI \-tao
|
||||||
Write disk in Track At Once (TAO) mode. This mode can be used with track
|
Write disc in Track At Once (TAO) mode. This mode can be used with track
|
||||||
sources of unpredictable size, like standard input or named pipes. It is
|
sources of unpredictable size, like standard input or named pipes. It is
|
||||||
also the only mode that can be used for writing to appendable CD which
|
also the only mode that can be used for writing to appendable CD or DVD-R[W]
|
||||||
already hold data.
|
which already hold data.
|
||||||
.TP
|
.TP
|
||||||
.BI \-toc
|
.BI \-toc
|
||||||
Print the table of content (TOC) which describes the tracks recorded on CD.
|
Print the table of content (TOC) which describes the tracks recorded on disc.
|
||||||
The output contains all info from option -atip plus lines which begin with
|
The output contains all info from option -atip plus lines which begin with
|
||||||
"track:", the track number, the word "lba:" and a number which gives the
|
"track:", the track number, the word "lba:" and a number which gives the
|
||||||
start address of the track. Addresses are counted in CD sectors which with
|
start address of the track. Addresses are counted in CD sectors which with
|
||||||
|
@ -10,6 +10,8 @@ Schilling's cdrtools. cdrskin strives to be a second source for the services
|
|||||||
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
|
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
|
||||||
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than
|
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than
|
||||||
with cdrecord-ProDVD in order to offer TAO-like single track recording.
|
with cdrecord-ProDVD in order to offer TAO-like single track recording.
|
||||||
|
The current development version handles sequential DVD-RW like CD-RW with TAO
|
||||||
|
and multi-session.
|
||||||
|
|
||||||
cdrskin does not contain any bytes copied from cdrecord's sources.
|
cdrskin does not contain any bytes copied from cdrecord's sources.
|
||||||
Many bytes have been copied from the message output of cdrecord
|
Many bytes have been copied from the message output of cdrecord
|
||||||
@ -25,8 +27,8 @@ Appending sessions to an unclosed CD is restricted to write mode TAO.
|
|||||||
cdrecord -sao : please contact us.)
|
cdrecord -sao : please contact us.)
|
||||||
|
|
||||||
For DVD types other than DVD-RAM, DVD+RW, DVD-RW and for appending sessions
|
For DVD types other than DVD-RAM, DVD+RW, DVD-RW and for appending sessions
|
||||||
to ISO filesystems on DVD see the advise to use dvd+rw-tools at the end of
|
to ISO filesystems on DVD other than DVD-RW see the advise to use dvd+rw-tools
|
||||||
this text.
|
at the end of this text.
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -203,5 +205,10 @@ image and finally manipulates the start sectors of this existing image.
|
|||||||
So for growable ISO filesystems on DVD-RAM or DVD+RW growisofs is the only
|
So for growable ISO filesystems on DVD-RAM or DVD+RW growisofs is the only
|
||||||
choice, currently.
|
choice, currently.
|
||||||
|
|
||||||
|
With sequential DVD-RW the development version of cdrskin can offer
|
||||||
|
multi-session together with associated options blank=, -multi, -msinfo and
|
||||||
|
-toc. Thus sequential DVD-RW behave much like large CD-RW with possibly more
|
||||||
|
than 99 tracks.
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user