Difference between revisions of "MP3"

From TMB Wiki
Jump to: navigation, search
(MP3 creation)
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
'''MP3''' is short for '''MPEG-1 Audio Layer 3''' and it is the preferred audio format at The Mixing Bowl due to its compatibility and quality.  
 
'''MP3''' is short for '''MPEG-1 Audio Layer 3''' and it is the preferred audio format at The Mixing Bowl due to its compatibility and quality.  
  
===MP3 playback===
+
==MP3 Licensing==
Any hardware and software player/device can decode and play these files. A very good all-platform player is [[VLC]], for the Windows platform the preferred choices are [[Winamp]] (the de-facto standard ), [[foobar2000]] (great sound quality for experienced users), and [[Apollo]], the best "mp3-only" player on the internet (very often used by radio stations to broadcast mp3-based content).  
+
See [http://mp3licensing.com/royalty/ royalty rates], consider using an open and patent-free alternatives as [[Ogg Vorbis]] or [[FLAC]].
  
===MP3 creation===
+
==MP3 playback==
 +
Any hardware and software player/device can decode and play these files. A very good all-platform player is [[VLC]], for the Windows platform the preferred choices are [[Winamp]] (the de-facto standard), [[foobar2000]] (great sound quality for experienced users), and [[Apollo]], the best "mp3-only" player on the internet (very often used by radio stations to broadcast mp3-based content).
  
The [[LAME]] encoder is needed. Do not use other mp3 encoders (for example that one that comes with [[Winamp]])! Encoding with [[LAME]] is very simple and easy:
+
==MP3 creation==
  
*3.97 beta 3 is the LAME version you need ([http://www.rarewares.org/mp3.html download the LAME 3.97 beta 3 bundle from this page])
+
The [[LAME]] encoder is needed. Do not use other [[MP3]] encoders (for example that one that comes with [[Winamp]])! Encoding with [[LAME]] is very simple and easy:
*The input file for lame is most often a WAV file (CD tracks or recorded broadcasts with the *.wav extension). The general syntax (command line) for getting a suitable mp3-file is quite simple: "lame.exe '''switch''' input.wav".
 
*Create preferably variable bitrate files (VBR) with a targeted average bitrate between 170-210kbps, if possible. Do this by trying the '''-V 2 --vbr-new''' switch first (fully sufficient for tracks from CD), then '''-V 1 --vbr-new''' and finally the '''-V 0 --vbr-new''' switch (the alternative switches might be necessary for WAV files recorded from FM broadcasts), whatever of them gives results in the desired bitrate range.
 
  
 +
*Please visit the [http://wiki.themixingbowl.org/LAME LAME wiki page] for the current recommended version
 +
*The input file for [[LAME]] is most often a [[WAV]] file (CD tracks or recorded broadcasts with the *.wav extension). The general syntax (command line) for getting a suitable [[MP3]] file is quite simple: "lame.exe '''switch''' input.wav", e.g. lame.exe -V 2 input.wav output.mp3 
 +
*Create preferably variable bitrate files ([[VBR]]) with a targeted average bitrate between 170-210kbps, if possible. Do this by using the '''-V 2 ''' switch (alternative [[LAME]] [[VBR]] switches might be necessary for [[WAV]] files recorded from [[FM]] broadcasts, although the [[LAME]] encoder is very clever and the '''-V 2 ''' switch is really all you need).
  
If you don't like the [[LAME]] command line and prefer graphical interfaces or simply - if you want to read a more complete guide then please read the [[LAME]] page on the wiki.
 
  
====CD ripping to MP3====
+
If you don't like the [[LAME]] command line and prefer graphical interfaces or simply if you want to read a more complete guide, then please read the [[LAME]] page on the wiki.
  
The best way to rip CDs to MP3 is with [[EAC]]. The following three EAC guides are very good:
+
==MP3 editing==
*[http://users.pandora.be/satcp/eac-qs-en.htm Guide 1 - The Coaster Factory]
 
*[http://www.teqnilogik.com/tutorials/eac.htm Guide 2 - Teqnilogik]
 
*[http://home.tiscali-business.be/~tpm54044/index.htm Guide 3 - Essential Ripping Guide]
 
  
 +
===MP3 Cutters/Splitters===
 +
 +
Editing MP3s, to cut/split audio from a file, is best done using an editor that can perform that task [[lossless]]ly; that is, the MP3 file does not get decoded to [[WAV]] to allow editing, and then re-encoded back to mp3.
 +
 +
Recommended [[lossless]] mp3 cutters/splitters are:
 +
* [[MP3DirectCut]]
 +
* [[MP3Splt]]
 +
* [[Pcutmp3]]
 +
 +
====MP3 Volume Changing====
 +
 +
* [[Replaygain]]
 +
* [[MP3Gain]]
 +
 +
====MP3 Validation/Fixing====
 +
 +
* [[MP3val]]
 +
* [[MP3packer]]
 +
 +
==CD ripping to MP3==
 +
 +
The best way to rip CDs to MP3 is with [[EAC]]. The following EAC guides are very good:
 +
*[http://www.teqnilogik.com/tutorials/eac.htm Guide 1 - Teqnilogik]
 +
*[http://users.fulladsl.be/spb2267/ Guide 2 - Essential Ripping Guide]
  
 
[[Category:Audio Formats]]
 
[[Category:Audio Formats]]

Revision as of 12:10, 7 August 2008

MP3 is short for MPEG-1 Audio Layer 3 and it is the preferred audio format at The Mixing Bowl due to its compatibility and quality.

MP3 Licensing

See royalty rates, consider using an open and patent-free alternatives as Ogg Vorbis or FLAC.

MP3 playback

Any hardware and software player/device can decode and play these files. A very good all-platform player is VLC, for the Windows platform the preferred choices are Winamp (the de-facto standard), foobar2000 (great sound quality for experienced users), and Apollo, the best "mp3-only" player on the internet (very often used by radio stations to broadcast mp3-based content).

MP3 creation

The LAME encoder is needed. Do not use other MP3 encoders (for example that one that comes with Winamp)! Encoding with LAME is very simple and easy:

  • Please visit the LAME wiki page for the current recommended version
  • The input file for LAME is most often a WAV file (CD tracks or recorded broadcasts with the *.wav extension). The general syntax (command line) for getting a suitable MP3 file is quite simple: "lame.exe switch input.wav", e.g. lame.exe -V 2 input.wav output.mp3
  • Create preferably variable bitrate files (VBR) with a targeted average bitrate between 170-210kbps, if possible. Do this by using the -V 2 switch (alternative LAME VBR switches might be necessary for WAV files recorded from FM broadcasts, although the LAME encoder is very clever and the -V 2 switch is really all you need).


If you don't like the LAME command line and prefer graphical interfaces or simply if you want to read a more complete guide, then please read the LAME page on the wiki.

MP3 editing

MP3 Cutters/Splitters

Editing MP3s, to cut/split audio from a file, is best done using an editor that can perform that task losslessly; that is, the MP3 file does not get decoded to WAV to allow editing, and then re-encoded back to mp3.

Recommended lossless mp3 cutters/splitters are:

MP3 Volume Changing

MP3 Validation/Fixing

CD ripping to MP3

The best way to rip CDs to MP3 is with EAC. The following EAC guides are very good: