On Sunday, December 15, 2002, at 11:56 AM, Michael Green wrote:
Josh,I added an alias to my .cshrc to capture the basic command line
If this will be of any help, here are the lines I use to drive cdrecord and mkisofs with my external Firewire Yamaha burner:
to burn iso image:
cdrecord -v -speed 16 -eject dev=IOCompactDiscServices iso_file.iso
to overburn iso image (i.e. >700M):
cdrecord -v -overburn -dao -speed 16 -eject dev=IOCompactDiscServices iso_file.iso
to prepare Joliet compliant iso image from a directory:
mkisofs -J -R -V "name of the CD" -o output_file.iso somedirectory/
options, which reads as follows:
alias burn 'cdrecord dev=IOCompactDiscServices speed=12 -v'
With that alias burning as iso image is just 'burn somecd.iso'.
To burn an audio CD : 'burn -audio -pad somelistofrippedaudio(.aiff or .wav).
And I use exactly the same command options for mkisofs as Michael.
IMHO cdrecord/mkisofs is practically crying out for an Applescript
Studio based GUI front end. Maybe if I get some time over the holidays
I'll take a crack at it.
Steve Wall
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
