[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] mp3 to audio conversion
> Is there a
> program that will convert mp3 to audio to write to a cd, or, does anyone
> know how to get musicmatch to recognise my cd writer.
> Peter
>
>From the CD-Writing-HOWTO, section 3.2.1: Writing Audio CDs:
-------------------------------------------------------------------------
One notable format not directly readable by cdrecord is MPEG Layer 3.
To convert files in this format to the CDR-format, you can use the
command "mpg123 --cdr - track1.mp3 > track1.cdr". The option --cdr
ensures the track is encoded in the required format (see above). Older
versions of mpg123 require -s instead of the plain - to write to
stdout. The other direction (converting from WAV to MPEG) can be done
with LAME for WAV-files (extract the track with cdda2wav from the
audio CD and encode it into MP3 with the help of LAME).
To create a CD-R from a whole bunch of MP3-files, you can use the
following command sequence:
for I in *.mp3
do
mpg123 --cdr - "$I" | cdrecord -audio -pad -swab -nofix -
done
cdrecord -fix
-------------------------------------------------------------------------
But as Baz says, original WAVs are preferred as mp3 is a lossy algorithm.
But unless your an audiophile or your mp3s are exceptionally bad, you
shouldn't notice.
Chris...
--
Chris Johnson \ "If not for me then, do it for yourself. If not
sixie@nccnet.co.uk \ for then do it for the world." -- Stevie Nicks
www.nccnet.co.uk/~sixie/ ~---------------------------------------+
Redclaw chat - http://redclaw.org.uk - telnet redclaw.org.uk 2000 \______
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.