New cdrskin options --four_channel --two_channel

This commit is contained in:
Thomas Schmitt 2012-01-01 13:50:26 +00:00
parent e5742f724a
commit 8ac3ee15f1
2 changed files with 20 additions and 12 deletions

View File

@ -499,7 +499,7 @@ Retrieve some info about the addressed drive and then exit.
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 \-copy .BI \-copy
Subsequent tracks get permission for an unlimited number of copies. Create the subsequent tracks with permission for an unlimited number of copies.
.TP .TP
.BI cuefile= path .BI cuefile= path
Read a session description from a cue sheet file in CDRWIN format. Read a session description from a cue sheet file in CDRWIN format.
@ -722,9 +722,9 @@ for lifting the ban on -multi.
Note: -multi might make DVD media unreadable in some DVD-ROM drives. Note: -multi might make DVD media unreadable in some DVD-ROM drives.
.TP .TP
.BI \-nocopy .BI \-nocopy
Subsequent tracks get permission for a single level of copies. I.e. those Create subsequent tracks with permission for a single level of copies.
copies would then be marked by -scms as offering no permission for further I.e. those copies would then be marked by -scms as offering no permission
copies. for further copies.
.TP .TP
.BI \-nopad .BI \-nopad
Do not add trailing zeros to the data stream. Nevertheless, since there seems Do not add trailing zeros to the data stream. Nevertheless, since there seems
@ -732,7 +732,7 @@ to be no use for audio tracks with incomplete last sector, this option applies
only to data tracks. There it is default. only to data tracks. There it is default.
.TP .TP
.BI \-nopreemp .BI \-nopreemp
Subsequent tracks get marked as having been mastered without pre-emphasis. Indicate for subsequent tracks that they were mastered without pre-emphasis.
.TP .TP
.BI \-pad .BI \-pad
Add 30 kiB of trailing zeros to each data track. (This is not sufficient to Add 30 kiB of trailing zeros to each data track. (This is not sufficient to
@ -744,7 +744,7 @@ 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 \-preemp .BI \-preemp
Subsequent tracks get marked as having been mastered with pre-emphasis. Indicate for subsequent tracks that they were mastered with pre-emphasis.
.TP .TP
.BI \-sao .BI \-sao
Write CD in Session At Once mode or sequential DVD-R[W] in Disc-at-once Write CD in Session At Once mode or sequential DVD-R[W] in Disc-at-once
@ -779,12 +779,12 @@ The useful fields in a result line are:
Bus,Target,Lun Number) 'Vendor' 'Mode' 'Revision' Bus,Target,Lun Number) 'Vendor' 'Mode' 'Revision'
.TP .TP
.BI \-scms .BI \-scms
Subsequent tracks get no permission for being copied. This is usually done Create subsequent tracks without permission for being copied. This is usually
for tracks which are copies of tracks that were marked with -nocopy (but not done for tracks which are copies of tracks that were marked with -nocopy
yet with -scms). So copies of copies are prohibited. (but not yet with -scms). So copies of copies are prohibited.
.br .br
This option gets reset by option -copy. So the combination -copy -nocopy means This option gets reset by option -copy. Thus the combination -copy -nocopy
-nocopy surely without -scms. means -nocopy surely without -scms.
.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
@ -1054,6 +1054,9 @@ implies fallback_program=cdrecord
.br .br
.B codim .B codim
implies fallback_program=wodim implies fallback_program=wodim
.TP
.BI --four_channel
Indicate for subsequent tracks that they were mastered with four channels.
.TP .TP
.BI fifo_start_at= size .BI fifo_start_at= size
Do not wait for full fifo but start burning as soon as the given number Do not wait for full fifo but start burning as soon as the given number
@ -1279,6 +1282,9 @@ is possible with the given options.
This option redirects to stderr all message output except its own result This option redirects to stderr all message output except its own result
string and eventual output of -msinfo. string and eventual output of -msinfo.
.TP .TP
.BI --two_channel
Indicate for subsequent tracks that they were mastered with two channels.
.TP
.BI write_start_address= byte_offset .BI write_start_address= byte_offset
Set the address on media where to start writing the track. With DVD+RW, DVD-RAM Set the address on media where to start writing the track. With DVD+RW, DVD-RAM
or BD-RE byte_offset must be aligned to 2 kiB blocks, but better is 32 kiB. or BD-RE byte_offset must be aligned to 2 kiB blocks, but better is 32 kiB.

View File

@ -2771,6 +2771,7 @@ set_dev:;
printf( printf(
" as soon as the given number of bytes is read\n"); " as soon as the given number of bytes is read\n");
printf(" --fill_up_media cause the last track to have maximum size\n"); printf(" --fill_up_media cause the last track to have maximum size\n");
printf(" --four_channel indicate that audio tracks have 4 channels\n");
printf( printf(
" grab_drive_and_wait=<num> grab drive, wait given number of\n"); " grab_drive_and_wait=<num> grab drive, wait given number of\n");
printf( printf(
@ -2814,7 +2815,8 @@ set_dev:;
printf( printf(
" and no tsize= was specified.\n"); " and no tsize= was specified.\n");
printf( printf(
" --tell_media_space prints maximum number of writeable data blocks\n"); " --tell_media_space print maximum number of writeable data blocks\n");
printf(" --two_channel indicate that audio tracks have 2 channels\n");
printf( printf(
" write_start_address=<num> write to given byte address (DVD+RW)\n"); " write_start_address=<num> write to given byte address (DVD+RW)\n");
printf( printf(