source: extensions/gsdl-video/trunk/installed/cmdline/share/doc/lame/html/modes.html@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 2.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3<HEAD>
4<TITLE>Encoding modes</TITLE>
5<META NAME="description" CONTENT="Command line switch reference">
6<META NAME="keywords" CONTENT="lame">
7<META NAME="resource-type" CONTENT="document">
8<META NAME="distribution" CONTENT="global">
9<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso_8859_1">
10<LINK REL="STYLESHEET" HREF="lame.css">
11</HEAD>
12<BODY TEXT=#000000
13 BGCOLOR=#F9FBFB LINK=#006666 VLINK=#4C4C4C
14 ALINK=#995500>
15<H1>CBR/ABR/VBR: the 3 encoding modes</H1>
16<p>&nbsp;</p>
17<p>LAME is able to encode your music using one of its 3 encoding modes: constant
18 bitrate (CBR), average bitrate (ABR) and variable bitrate (VBR).<br>
19 <br>
20 <br>
21</p>
22<h2>Constant Bitrate (CBR)</h2>
23<p>This is the default encoding mode, and also the most basic. In this mode, the
24 bitrate will be the same for the whole file. It means that each part of your
25 mp3 file will be using the same number of bits. The musical passage beeing a
26 difficult one to encode or an easy one, the encoder will use the same bitrate,
27 so the quality of your mp3 is variable. Complex parts will be of a lower quality
28 than the easiest ones. The main advantage is that the final files size won't
29 change and can be accurately predicted.<br>
30 <br>
31</p>
32<h2>Average Bitrate (ABR)</h2>
33<p>In this mode, you choose a target bitrate and the encoder will try to constantly
34 maintain an average bitrate while using higher bitrates for the parts of your
35 music that need more bits. The result will be of higher quality than CBR encoding
36 while the average file size will remain predictible, so this mode is highly
37 recommended over CBR.<br>
38 <br>
39</p>
40<h2>Variable bitrate (VBR)</h2>
41<p>In this mode, you choose the desired quality on a scale going from 9 (lowest
42 quality/highest distortion) to 0 (highest quality/lowest distortion). Then encoder
43 tries to maintain the given quality in the whole file by choosing the optimal
44 number of bits to spend for each part of your music. The main advantage is that
45 you are able to specify the quality level that you want to reach, but the inconvenient
46 is that the final file size is totally unpredictible.</p>
47</BODY>
48</HTML>
Note: See TracBrowser for help on using the repository browser.