Updated documentation about TAO
This commit is contained in:
parent
b31e882582
commit
82983cd7c1
@ -1976,9 +1976,7 @@ set_dev:;
|
|||||||
printf(
|
printf(
|
||||||
"By default any argument that does not match grep '^-.' or '=' is\n");
|
"By default any argument that does not match grep '^-.' or '=' is\n");
|
||||||
printf(
|
printf(
|
||||||
"used as track source. If it is \"-\" then stdin is used. In this\n");
|
"used as track source. If it is \"-\" then stdin is used.\n");
|
||||||
printf("case the total byte count of the source must be announced via\n");
|
|
||||||
printf("tsize= previous to the source address.\n");
|
|
||||||
printf("cdrskin : http://scdbackup.sourceforge.net/cdrskin_eng.html\n");
|
printf("cdrskin : http://scdbackup.sourceforge.net/cdrskin_eng.html\n");
|
||||||
printf(" mailto:scdbackup@gmx.net (Thomas Schmitt)\n");
|
printf(" mailto:scdbackup@gmx.net (Thomas Schmitt)\n");
|
||||||
printf("libburn : http://libburn.pykix.org\n");
|
printf("libburn : http://libburn.pykix.org\n");
|
||||||
@ -2026,7 +2024,7 @@ see_cdrskin_eng_html:;
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t-atip\t\tretrieve media state, print \"Is *erasable\"\n");
|
"\t-atip\t\tretrieve media state, print \"Is *erasable\"\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t-force\t\tforce to continue on some errors to allow blanking bad disks\n");
|
"\t-force\t\tforce to continue on some errors to allow blanking\n");
|
||||||
#ifdef Cdrskin_allow_libburn_taO
|
#ifdef Cdrskin_allow_libburn_taO
|
||||||
fprintf(stderr,"\t-tao\t\tWrite disk in TAO mode.\n");
|
fprintf(stderr,"\t-tao\t\tWrite disk in TAO mode.\n");
|
||||||
#endif
|
#endif
|
||||||
@ -2039,20 +2037,19 @@ see_cdrskin_eng_html:;
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t-data\t\tSubsequent tracks are CD-ROM data mode 1 (default)\n");
|
"\t-data\t\tSubsequent tracks are CD-ROM data mode 1 (default)\n");
|
||||||
fprintf(stderr,"\t-pad\t\tpadsize=30k\n");
|
fprintf(stderr,"\t-pad\t\tpadsize=30k\n");
|
||||||
fprintf(stderr,"\t-nopad\t\tDo not pad (default)\n");
|
fprintf(stderr,
|
||||||
|
"\t-nopad\t\tDo not pad (default, but applies only to data tracks)\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t-swab\t\tAudio data source is byte-swapped (little-endian/Intel)\n");
|
"\t-swab\t\tAudio data source is byte-swapped (little-endian/Intel)\n");
|
||||||
fprintf(stderr,"\t-help\t\tprint this text to stderr and exit\n");
|
fprintf(stderr,"\t-help\t\tprint this text to stderr and exit\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Option -audio does automatic extraction of .wav but not of .au .\n");
|
"Without option -data, .wav and .au files are extracted and burned as -audio.\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"By default any argument that does not match grep '^-.' or '=' is used\n");
|
"By default any argument that does not match grep '^-.' or '=' is used\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"as track source address. Address \"-\" means stdin. In this case\n");
|
"as track source address. Address \"-\" means stdin.\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"the total byte count of the source must be announced via tsize=#.\n");
|
"cdrskin will ensure that an announced tsize= is written even if\n");
|
||||||
fprintf(stderr,
|
|
||||||
"cdrskin will ensure that the announced tsize= is written even if\n");
|
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"the source delivers fewer bytes. But 0 bytes from stdin with fifo\n");
|
"the source delivers fewer bytes. But 0 bytes from stdin with fifo\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.11.07.114514"
|
#define Cdrskin_timestamP "2006.11.07.152018"
|
||||||
|
@ -10,6 +10,8 @@ Deliberate deviations of cdrskin from cdrecord compatibility:
|
|||||||
|
|
||||||
+ -sao is default for multi-track sessions with all track lengths defined
|
+ -sao is default for multi-track sessions with all track lengths defined
|
||||||
|
|
||||||
|
+ premature end of source is not an error and leads to full announced tracksize
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Changelog
|
Changelog
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -1386,15 +1388,18 @@ cdrskin/cdrskin_eng.html
|
|||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Prepared next cdrskin-0.2.5 upload cycle
|
Prepared next cdrskin-0.2.5 upload cycle
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-0.2.5 - 2006.11.07.131746
|
7 Nov 2006 [359]
|
||||||
|
|
||||||
[]
|
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
cdrskin/README
|
cdrskin/README
|
||||||
cdrskin/wiki_plain.txt
|
cdrskin/wiki_plain.txt
|
||||||
Updated documentation about TAO
|
Updated documentation about TAO
|
||||||
|
|
||||||
------------------------------------ cycle - cdrskin-0.2.5 - 2006.11.07.131746
|
2006.11.07.152018 []
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Updated documentation about TAO
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-0.2.5 - 2006.11.07.152018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user