Blame doc/html/vbr.html

Packit 47f805
Packit 47f805
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Packit 47f805
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Packit 47f805
 <head>
Packit 47f805
  <meta name="generator" content="PSPad editor, www.pspad.com" />
Packit 47f805
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Packit 47f805
  <link rel="stylesheet" type="text/css" href="styles/lame.css" />
Packit 47f805
	<title>LAME MP3 Encoder :: Variable Bit Rate</title>
Packit 47f805
 </head>
Packit 47f805
 <body>
Packit 47f805
Packit 47f805
	
    Packit 47f805
    		
  • Index page
  • Packit 47f805
    		
  • About LAME
  • Packit 47f805
    		
  • Intro to encoding
  • Packit 47f805
        
    Packit 47f805
        	
      Packit 47f805
          		
    • CBR
    • Packit 47f805
          		
    • ABR
    • Packit 47f805
              
    • VBR
    • Packit 47f805
              
    • M/S Stereo
    • Packit 47f805
          	
      Packit 47f805
          
      Packit 47f805
          
      Packit 47f805
      		
    • Usage of LAME
    • Packit 47f805
      		
    • Version history
    • Packit 47f805
      		
    • Coders of LAME
    • Packit 47f805
      		
    • Contact LAME
    • Packit 47f805
      		
    • LAME links
    • Packit 47f805
      	
      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      	LAME Official Logo
      Packit 47f805
      	

      LAME - Variable Bit Rate

      Packit 47f805
      Packit 47f805
      Packit 47f805

      Suggested usage:

      Packit 47f805
      lame -V2 input.wav output.mp3
      Packit 47f805
      Packit 47f805

      Packit 47f805
      In Variable Bitrate (VBR) coding, the user chooses a desired quality level
      Packit 47f805
      instead of a bitrate. A correct implementation should be able to maintain the
      Packit 47f805
      same quality perception, changing the bitrate to a higher or lower one whenever
      Packit 47f805
      the audio file is more or less complex. With MP3, this is not always possible.
      Packit 47f805

      Packit 47f805

      Packit 47f805
      VBR encoding is the logical way of encoding data. General data compressors (like
      Packit 47f805
      .zip and .rar) are VBR, as lossless codecs are as well. Being able to indicate
      Packit 47f805
      a quality value, the encoder decides for each frame, which is the most appropiate
      Packit 47f805
      bitrate to keep it.
      Packit 47f805

      Packit 47f805

      Packit 47f805
      The main advantage of using VBR is that the encoder will use the smallest amount
      Packit 47f805
      of bytes needed to keep the asked quality. The inconvenience is that the
      Packit 47f805
      file size is quite unpredictable, and can change from file to file in more than
      Packit 47f805
      50kbps. (or nearly double the size, with different genres and quasi-mono content)
      Packit 47f805

      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
       alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
      Packit 47f805
       border="0" height="30" width="120" />
      Packit 47f805
      Packit 47f805
      Packit 47f805
       alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" />
      Packit 47f805
      Packit 47f805
      Packit 47f805
       alt="Valid CSS!" border="0" height="31" width="88" />
      Packit 47f805
      Packit 47f805

      HTML markup and design by

      Packit 47f805
      href="http://www.rjamorim.com" target="_blank">Roberto Amorim and 
      Packit 47f805
      href="http://www.maresweb.de" target="_blank">Sebastian Mares. Logo by 
      Packit 47f805
      href="http://www.brightercreative.co.uk">Sam Fisher.

      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      Packit 47f805
      </body>
      Packit 47f805
      </html>