mp3burn - burn audio CDs from mp3 files


SUBMITTED BY: Guest

DATE: June 2, 2014, 2:36 p.m.

FORMAT: Text only

SIZE: 1.8 kB

HITS: 6008

  1. NAME
  2. mp3burn - burn audio CDs from mp3 files
  3. SYNOPSIS
  4. mp3burn [-c MMM:SS | ATIP] [-d] [-t tmpdir] [-o cdrecord_opts] [mp3 files]
  5. DESCRIPTION
  6. mp3burn is a simple command line tool for making audio CDs from mp3s without filling up your disk with .wav files. It requires perl, mpg123, cdrecord, and optionally the MPEG::MP3Info Perl module.
  7. OPTIONS
  8. -d
  9. Perform a "dummy" run: do everything except actually burn the CD (uses cdrecord(1)'s -dummy option).
  10. -a
  11. Report the CD-R's total available time by extracting the ATIP information. (Useful for examining unknown CD-Rs and getting a very accurate measure of potential recording time.) NOTE: The only other valid option with this check is the -o cdrecord_opts.
  12. -t tmpdir
  13. Put temporary files in tmpdir. Default is to use the current directory. A default tmpdir can be specified in ~/.mp3burnrc (see below).
  14. -c (MMM:SS) or (ATIP)
  15. Time check: compute the total length of files to be burned and warn if greater than MMM:SS minutes and seconds or calculated by extracting the CD-R's ATIP information (very accurate). This option requires that you have the MPEG::MP3Info Perl module installed.
  16. -o cdrecord_opts
  17. Specify the command line options for cdrecord. Overrides options specified in ~/.mp3burnrc or $CDR_DEVICE. Example: "-v dev=1,0 speed=4 -swab". Note: the options -pad and -audio are added automatically, since they are always necessary. This goes for ~/.mp3burnrc also.
  18. FILES
  19. ~/.mp3burnrc
  20. In this file, you may permanently specify the cdrecord options you want to use and the default tempdir. The format is
  21. $cdrecord_opts = "cdrecord options";
  22. $tmpdir = "tempdir";
  23. You may place comments in this file by beginning a line with #.

comments powered by Disqus