Blame doc/html/features.html

Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
<html>
Packit 8f7830
<head>
Packit 8f7830
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Packit 8f7830
	<meta name="author" content="Josh Coalson" />
Packit 8f7830
	<meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
Packit 8f7830
	<meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
Packit 8f7830
	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
Packit 8f7830
	<link rel="stylesheet" type="text/css" href="flac.css" />
Packit 8f7830
	<title>FLAC - features</title>
Packit 8f7830
</head>
Packit 8f7830
Packit 8f7830
<body>
Packit 8f7830
Packit 8f7830
Packit 8f7830
	FLAC Logo
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
	 home  |
Packit 8f7830
	 faq  |
Packit 8f7830
	 documentation  |
Packit 8f7830
	 developers  |
Packit 8f7830
	 changelog  |
Packit 8f7830
	 more
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
Packit 8f7830
	
Packit 8f7830
		introduction
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
	
Packit 8f7830
		FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.  This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file.
Packit 8f7830
		
Packit 8f7830
		FLAC stands out as the fastest and most widely supported lossless audio codec, and the only one that at once is non-proprietary, is unencumbered by patents, has an open-source reference implementation, has a well documented format and API, and has several other independent implementations.
Packit 8f7830
		
Packit 8f7830
		FLAC supports tagging, cover art, and fast seeking.  FLAC is freely available and supported on most operating systems, including Windows, "unix" (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga.
Packit 8f7830
		
Packit 8f7830
		There are many programs and devices that support FLAC, but the core FLAC project here maintains the format and provides programs and libraries for working with FLAC files.  See Getting FLAC for instructions on downloading and installing the official FLAC tools, or Using FLAC for instructions and guides on playing FLAC files, ripping CDs to FLAC, etc.
Packit 8f7830
		
Packit 8f7830
		When we say that FLAC is "Free" it means more than just that it is available at no cost.  It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent.  It also means that all the source code is available under open-source licenses.  It is the first truly open and free lossless audio format.  (For more information, see the license page.)
Packit 8f7830
		
Packit 8f7830
		Notable features of FLAC:
Packit 8f7830
		
    Packit 8f7830
    			
  • Packit 8f7830
    				Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder.  Each frame contains a 16-bit CRC of the frame data for detecting transmission errors.  The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Fast: FLAC is asymmetric in favor of decode speed.  Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs.  Real-time decode performance is easily achievable on even modest hardware.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Hardware support: FLAC is supported by dozens of consumer electronic devices, from portable players, to home stereo equipment, to car stereo.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Flexible metadata: FLAC's metadata system supports tags, cover art, seek tables, and cue sheets.  Applications can write their own APPLICATION metadata once they register an ID.  New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Seekable: FLAC supports fast sample-accurate seeking.  Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Streamable: Each FLAC frame contains enough data to decode that frame.  FLAC does not even rely on previous or following frames.  FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Suitable for archiving: FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future.  In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Convenient CD archiving: FLAC has a "cue sheet" metadata block for storing a CD table of contents and all track and index points.  For instance, you can rip a CD to a single file, then import the CD's extracted cue sheet while encoding to yield a single file representation of the entire CD.  If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.
    Packit 8f7830
    			
    Packit 8f7830
    			
  • Packit 8f7830
    				Error resistant: Because of FLAC's framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data.  Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.
    Packit 8f7830
    			
    Packit 8f7830
    		
    Packit 8f7830
    		What FLAC is not:
    Packit 8f7830
    		
      Packit 8f7830
      			
    • Packit 8f7830
      				Lossy.  FLAC is intended for lossless compression only, as there are many good lossy formats already, such as Vorbis, MPC, and MP3 (see LAME for an excellent open-source implementation).
      Packit 8f7830
      			
      Packit 8f7830
      			
    • Packit 8f7830
      				DRM.  There is no intention to add any copy prevention methods.  Of course, we can't stop someone from encrypting a FLAC stream in another container (e.g. the way Apple encrypts AAC in MP4 with FairPlay), that is the choice of the user.
      Packit 8f7830
      			
      Packit 8f7830
      		
      Packit 8f7830
      	
      Packit 8f7830
      	
      Packit 8f7830
      Packit 8f7830
      Packit 8f7830
      Packit 8f7830
      Packit 8f7830
      	
      Packit 8f7830
      	
      Packit 8f7830
      		
      Packit 8f7830
      			
      Packit 8f7830
      				Copyright (c) 2000-2009  Josh Coalson
      Packit 8f7830
      				
      Packit 8f7830
      				Copyright (c) 2011-2016  Xiph.Org Foundation
      Packit 8f7830
      			
      Packit 8f7830
      			
      Packit 8f7830
      				Valid XHTML 1.0!
      Packit 8f7830
      			
      Packit 8f7830
      		
      Packit 8f7830
      	
      Packit 8f7830
      Packit 8f7830
      Packit 8f7830
      </body>
      Packit 8f7830
      </html>