cdrskin 1.5.6 : limited cdrecord compatibility wrapper for libburn
Usage: cdrskin [options|source_addresses]
Note: This is not cdrecord. See cdrskin start message on stdout. See --help.
Options:
	-version	print version information and exit
	dev=target	pseudo-SCSI target to use as CD-Recorder
	gracetime=#	set the grace time before starting to write to #.
	-v		increment general verbose level by one
	-V		increment SCSI command transport verbose level by one
	driveropts=opt	opt= one of {burnfree,noburnfree,help}
	-checkdrive	check if a driver for the drive is present
	-inq		do an inquiry for the drive and exit
	-scanbus	scan the SCSI bus and exit
	speed=#		set speed of drive
	blank=type	blank a CD-RW disc (see blank=help)
	-format		format a CD-RW/DVD-RW/DVD+RW disc
	fs=#		Set fifo size to # (0 to disable, default is 4 MB)
	-load		load the disk and exit (works only with tray loader)
	-lock		load and lock the disk and exit (works only with tray loader)
	-eject		eject the disk after doing the work
	-dummy		do everything with laser turned off
	-minfo		retrieve and print media information/status
	-media-info	retrieve and print media information/status
	-msinfo		retrieve multi-session info for mkisofs >= 1.10
	msifile=path	run -msinfo and copy output to file
	-toc		retrieve and print TOC/PMA data
	-atip		retrieve media state, print "Is *erasable"
	minbuf=percent	set lower limit for drive buffer modesty
	-multi		generate a TOC that allows multi session
	-waiti		wait until input is available before opening SCSI
	-immed		Try to use the SCSI IMMED flag with certain long lasting commands
	-force		force to continue on some errors to allow blanking
	-tao		Write disk in TAO mode.
	-dao		Write disk in SAO mode.
	-sao		Write disk in SAO mode.
	tsize=#		announces exact size of source data
	padsize=#	Amount of padding
	mcn=text	Set the media catalog number for this CD to 'text'
	isrc=text	Set the ISRC number for the next track to 'text'
	index=list	Set the index list for the next track to 'list'
	-text		Write CD-Text from information from *.cue files
	textfile=name	Set the file with CD-Text data to 'name'
	cuefile=name	Set the file with CDRWIN CUE data to 'name'
	-audio		Subsequent tracks are CD-DA audio tracks
	-data		Subsequent tracks are CD-ROM data mode 1 (default)
	-xa1		Subsequent tracks are CD-ROM XA mode 2 form 1 - 2056 bytes
	-isosize	Use iso9660 file system size for next data track
	-preemp		Audio tracks are mastered with 50/15 microseconds preemphasis
	-nopreemp	Audio tracks are mastered with no preemphasis (default)
	-copy		Audio tracks have unlimited copy permission
	-nocopy		Audio tracks may only be copied once for personal use (default)
	-scms		Audio tracks will not have any copy permission at all
	-pad		padsize=30k
	-nopad		Do not pad (default, but applies only to data tracks)
	-swab		Audio data source is byte-swapped (little-endian/Intel)
	-help		print this text to stderr and exit
Without option -data, .wav and .au files are extracted and burned as -audio.
By default any argument that does not match grep '^-.' or '=' is used
as track source address. Address "-" means stdin.
cdrskin will ensure that an announced tsize= is written even if
the source delivers fewer bytes. But 0 bytes from stdin with fifo
enabled will lead to abort and no burn attempt at all.