File: about.html

package info (click to toggle)
lame 3.99.5%2Brepack1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,212 kB
  • ctags: 4,697
  • sloc: ansic: 32,994; sh: 12,500; cpp: 8,216; makefile: 448; pascal: 215; perl: 33; xml: 13
file content (138 lines) | stat: -rw-r--r-- 5,148 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta name="generator" content="PSPad editor, www.pspad.com" />
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <link rel="stylesheet" type="text/css" href="styles/lame.css" />
  <title>About the LAME encoder</title>
 </head>
 <body>
<div id="menu">
	<ul>
		<li><a href="index.html">Index page</a></li>
		<li><a href="about.html">About LAME</a></li>
		<li><a href="introduction.html">Intro to encoding</a></li>
		<li><a href="usage.html">Usage of LAME</a></li>
		<li><a href="history.html">Version history</a></li>
		<li><a href="contributors.html">Coders of LAME</a></li>
		<li><a href="contact.html">Contact LAME</a></li>
		<li><a style="border: 0" href="links.html">LAME links</a></li>
	</ul>
</div>
<div id="container">
<div id="content">

<div align="center">
	<img src="images/logo.gif" width="358" height="231" alt="LAME Official Logo" />
	<h2 class="hilight">About LAME</h2>
</div>

<p>
	LAME development started around mid-1998. Mike Cheng started it as a patch
	against the 8hz-MP3 encoder sources. After some quality concerns raised by
	others, he decided to start from scratch based on the dist10 sources. His 
	goal was only to speed up the dist10 sources, and leave its quality untouched. 
	That branch (a patch against the reference sources) became Lame 2.0, and not
  until Lame 3.81 (May 2000) the latest remainings of dist10 code were removed,
  making LAME no more only a patch.
</p>

<p>
	The project quickly became a team project. Mike Cheng eventually left
	leadership and started working on tooLame, an MP2 encoder. Mark Taylor became
	leader and started pursuing increased quality in addition to better speed. He
	can be considered the initiator of the LAME project in its current form. He
	released version 3.0 featuring gpsycho, a new psychoacoustic model he
	developed.
</p>

<p>
	In early 2003 Mark left project leadership, and since then the project has
	been lead through the cooperation of the active developers (currently 4
	individuals).
</p>

<p>
	Today, LAME is considered the best MP3 encoder at mid-high bitrates and at
	VBR<a href="#note1"><sup>1</sup></a>, mostly thanks to the dedicated work of its developers and the open 
	source licensing model that allowed the project to tap into engineering 
	resources from all around the world. Both quality and speed improvements are 
	still happening, probably making LAME the only MP3 encoder still being 
	actively developed.
</p>


<h3>LAME features:</h3>
<ul>
	<li>
		Supports MPEG1, MPEG2 and MPEG2.5<a href="#note2"><sup>2</sup></a> layer III encoding.
	</li>
	<li>
		Encodes in CBR (constant bitrate) and in two types of variable bitrate, VBR and ABR<a
		href="#note3"><sup>3</sup></a>, as well as freeformat.
	</li>
  <li>
    Supports mono and stereo signals. Stereo signals are encoded by default with
    an advanced algorithm<a	href="#note4"><sup>4</sup></a> to maximize the quality.
  </li>
	<li>
    Tuned default parameters for optimum encoding.		
	</li>
	<li>
	  Fast. Encodes to -V 2 at 17 times realtime on a P4 2.8Ghz.
	</li>
	<li>
		Uses an advanced psycho acoustic and noise shaping model improved during years.
	</li>
	<li>
		Developed under the <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>
    GNU license
	</li>
</ul>
<div id="notes">
<ol>
<li><a name="note1"></a> See the results of <a href="http://listening-tests.hydrogenaudio.org/sebastian/">
several blind tests</a> conducted by hydrogenaudio members.
</li>
<li><a name="note2"></a> MPEG1 sample rates are 32Khz, 44.1Khz and 48Khz.
<br/>
MPEG2 sample rates are 16Khz, 22.05Khz and 24Khz.
<br/>
 MPEG 2.5 does not exist as a standard. It is an extension from
 <a href="http://www.fraunhofer.de/">fraunhofer</a> that added the possibility
 to encode in 8Khz, 11,025Khz and 12Khz.
</li>
<li><a name="note3"></a> See <a href="vbr.html">Variable Bit Rate</a> and
<a href="abr.html">Average Bit Rate (ABR)</a>.
</li>
<li><a name="note4"></a> The stereo encoding of LAME automatically switches between 
 Mid-Side and simple-stereo to maximize the available bits while preserving the 
 quality. More info in <a href="ms_stereo.html">Mid/Side Stereo</a>
</li> 
</ol>
</div>

</div>
<div id="footer">

<a href="http://sourceforge.net/projects/lame">
 Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
</a>

<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
 alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>

<a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png"
 alt="Valid CSS!" border="0" height="31" width="88" /></a>

<p>HTML markup and design by <a
href="http://www.rjamorim.com" target="_blank">Roberto Amorim</a> and <a
href="http://www.maresweb.de" target="_blank">Sebastian Mares</a>. Logo by <a 
href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>

</div>
</div>

 </body>
</html>