This commit is contained in:
gferg 2001-07-14 01:09:06 +00:00
parent 9be0eb04bb
commit 1418963b6e
3 changed files with 54 additions and 25 deletions

View File

@ -1298,7 +1298,7 @@ MP3-CD-Burning</ULink>, <CiteTitle>
Linux MP3 CD Burning mini-HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>
Updated: June 2001</CiteTitle>.
Updated: July 2001</CiteTitle>.
A complete recipe for creating audio CDs from MP3 files. </Para>
</ListItem>

View File

@ -902,7 +902,7 @@ MP3-CD-Burning</ULink>, <CiteTitle>
Linux MP3 CD Burning mini-HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>
Updated: June 2001</CiteTitle>.
Updated: July 2001</CiteTitle>.
A complete recipe for creating audio CDs from MP3 files. </Para>
</ListItem>

View File

@ -17,6 +17,12 @@
</abstract>
<revhistory>
<revision>
<revnumber>1.2</revnumber>
<date>2001-07-12</date>
<authorinitials>GW</authorinitials>
<revremark>Minor layout changes; Added Translations subsection into Credits.</revremark>
</revision>
<revision>
<revnumber>1.1</revnumber>
<date>2001-06-12</date>
@ -33,7 +39,7 @@
</artheader>
<sect1 id="intro"><title>Introduction</title>
<section id="intro"><title>Introduction</title>
<para>
This mini-HOWTO was created because of my experience with burning music CDs
@ -54,16 +60,16 @@ best-sounding CD possible. This mini-HOWTO outlines the steps that may
help you.
</para>
<sect2 id="copyright"><title>Copyright and License</title>
<section id="copyright"><title>Copyright and License</title>
<para>This document is copyright 2001 by Greg Wierzchowski and is released under
the terms of the GNU Free Documentation License, which is hereby incorporated
by reference. Send feedback to
<ulink url="mailto:greg.wierzchowski@usa.net"><citetitle>greg.wierzchowski@usa.net</citetitle></ulink>.
</para>
</sect2>
</sect1>
</section>
</section>
<sect1 id="prepare"><title>Preparing the Tracks</title>
<section id="prepare"><title>Preparing the Tracks</title>
<para>
<note><title>Note</title><para>All commands assume bash shell</para></note>
</para>
@ -82,9 +88,7 @@ help you.
<para><citetitle>Mpg123</citetitle> should be present in any Linux
distribution, but if you don't have it, get it at
<ulink url="http://www.mpg123.de/">http://www.mpg123.de/</ulink>.
</para></listitem>
<listitem><para><emphasis>NOTE:</emphasis> I noticed that with some MP3 files mpg123 output was distorted.
</para><para><emphasis>NOTE</emphasis> I noticed that with some MP3 files mpg123 output was distorted.
At first I thought that MP3's were bad, but then I checked with another
player and they sounded OK. So I searched for another MP3 player that
could write WAV files to disk, and found this one: <citetitle>MAD mp3 decoder</citetitle> at
@ -129,9 +133,9 @@ help you.
</listitem>
</orderedlist>
</sect1>
</section>
<sect1 id="burning"><title>Burning Your CD</title>
<section id="burning"><title>Burning Your CD</title>
<para>
There are many programs to create CDs from WAV files. I use <command>cdrecord</command> for
command-line burning and <command>XCDROAST</command> for gui. For <command>cdrecord</command>,
@ -159,29 +163,54 @@ output looks like the following: </para>
</programlisting>
<para>
So, the <command>cdrecord</command> command line will contain &quot;dev=1,1,0&quot; to specify the
So, the <command>cdrecord</command> command line will contain <command>dev=1,1,0</command> to specify the
device. Here is the complete command on my system: </para>
<programlisting>
cdrecord dev=1,1,0 -eject speed=2 -pad -audio *.wav
</programlisting>
<note><title>NOTE:</title><para> The -pad argument is neccessary,
<note><title>NOTE</title><para> The -pad argument is neccessary,
because all audio tracks on the CD must be adjusted for the proper
data length, which is not always the case with mp3 files. </para></note>
</sect1>
</section>
<sect1 id="credits"><title>Credits</title>
<section id="credits"><title>Credits</title>
<para>
Special thanks to all the people who contribute to the Linux community and who made this HOWTO possible:
<itemizedlist>
<listitem><para>Greg Ferguson <email>gferg@metalab.unc.edu</email> for converting my HOWTO
from HTML to SGML</para></listitem>
<listitem><para>Chris Vaill <email>cvaill@cs.columbia.edu</email> for his <emphasis>normalize </emphasis> program</para></listitem>
<listitem><para>Rob Russell <email>Rob.Russell@Canada.Com</email> for correcting regular expression in name conversion example</para></listitem>
<listitem><para>Terry Davis <email>tdavis@birddog.com</email> for good words and suggesting the submission of my document to linuxdoc</para></listitem>
</itemizedlist>
Special thanks to all the people who contribute to the Linux community and who made this HOWTO possible.
</para>
</sect1>
<section id="translations"><title>Translations</title>
<itemizedlist>
<listitem>
<para>
Im Eunjea - Translated this document to Korean, URL is <ulink url="http://kltp.kldp.org/eunjea/mp3_burning/">http://kltp.kldp.org/eunjea/mp3_burning/</ulink>.
</para>
</listitem>
<listitem>
<para>
Mendel L Chan - Translated this document to Chinese, URL is <ulink url="http://www.linux.org.tw/CLDP/mini/MP3-CD-Burning/">http://www.linux.org.tw/CLDP/mini/MP3-CD-Burning/</ulink>.
</para>
</listitem>
</itemizedlist>
</section>
<section id="othercredits"><title>Other Credits</title>
<itemizedlist>
<listitem>
<para> Greg Ferguson - Initially converted this document from HTML to SGML.
</para></listitem>
<listitem>
<para> Rob Russell - Corrected my name conversion example.
</para></listitem>
<listitem>
<para> Terry Davis - Suggested submitting my HOWTO to linuxdoc.
</para></listitem>
<listitem>
<para>Chris Vaill - Created <emphasis>normalize</emphasis> program.
</para></listitem>
</itemizedlist>
</section>
</section>
</article>