| Name |
mp3-cd-write
|
| Version |
1.1 |
| Updated |
2003/03/16 22:40:59 |
| RCS |
mp3-cd-write,v 1.1 2003/03/16 22:40:59 forman Exp forman |
| Rating |
|
| Category |
MP3, CDR |
| Description |
mp3-cd-write takes a list of mp3 files on the command line and burns them as CDDA tracks onto a CD. The resulting CD can be played in any standard audio CD player.
|
Download |
mp3-cd-write
|
MP3-CD-WRITE(1)User Contributed Perl DocumentationMP3-CD-WRITE(1)
NAME
mp3-cd-write - burns mp3 files as CDDA tracks onto a CD.
SYNOPSIS
mp3-cd-write [ -h ] [ -fv ] [ -d device ] [ file ... ]
DESCRIPTION
mp3-cd-write takes a list of mp3 files on the command line
and burns them as CDDA tracks onto a CD. The resulting CD
can be played in any standard audio CD player.
OPTIONS
-h --help
Prints this information.
-f --fixate
After writing CDDA tracks to a CD, the disk MUST be fix
ated. See the examples below.
-v --verbose
Adds additional output at various stages. Useful for
debugging.
-d --dev [ device ]
The CDR/DVDR device as required by cdrecord. An example
is "--dev 1,0,0".
EXAMPLE
The example below will write three mp3 files as CDDA
tracks to a CD and fixate the disk. The resulting disk
will have three tracks that can be played on a standard CD
player.
mp3-cd-write -f file-1.mp3 file-2.mp3 file-3.mp3
The example below has the same results as the example
above. The resulting disk will have three tracks that can
be played on a standard CD player. Remember to fixate the
disk after writing the CDDA tracks.
mp3-cd-write file-1.mp3
mp3-cd-write file-2.mp3
mp3-cd-write file-3.mp3
mp3-cd-write -f
BUGS
Avoid over-filling the CD. I mean, try it and, if it
works, that's fine but, if it doesn't, let it be known
that I clearly said "avoid".
If cdrecord cannot detect your CDR drive, you will have to
set up your /etc/cdrecord.conf file. man cdrecord for
more information.
SEE ALSO
mpg123-0.59r http://mpg.123.org/
sox-12.16 http://home.sprynet.com/~cbagwell/sox.html
cdrecord-1.8 http://www.fokus.gmd.de/nthp/employ
ees/schilling/cdrecord.html
ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/cdrecord.tar.gz
AUTHOR AND COPYRIGHT
Michael Forman http://www.Michael-Forman.com
Copyright (C) 2001, 2002 Michael Forman. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
Please see the Perl Artistic License.
VERSION
Current Revision: $Revision: 1.1 $
Last Modification: $Date: 2003/03/16 22:40:59 $
perl v5.8.1 2004-03-16 MP3-CD-WRITE(1)