2005-02-09 03:37:59 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2013-05-26 22:12:20 +02:00
<!-- Copyright (c) 2000 - 2009 Josh Coalson -->
2013-05-25 17:11:19 +10:00
<!-- Copyright (c) 2011 - 2013 Xiph.Org Foundation -->
2002-07-16 16:09:53 +00:00
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no invariant sections. -->
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
2005-02-09 03:37:59 +00:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" / >
< meta name = "author" content = "Josh Coalson" / >
< meta name = "description" content = "A free, open source codec for lossless audio compression and decompression" / >
< meta name = "keywords" content = "free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" / >
< link rel = "shortcut icon" type = "image/x-icon" href = "favicon.ico" / >
< link rel = "stylesheet" type = "text/css" href = "flac.css" / >
2006-12-22 02:53:20 +00:00
< title > FLAC - documentation< / title >
2005-02-09 03:37:59 +00:00
< / head >
< body >
< div class = "logo" >
2013-09-17 19:18:28 +02:00
< a href = "index.html" > < img src = "images/logo130.gif" alt = "FLAC Logo" align = "middle" border = "0" hspace = "0" / > < / a >
2005-02-09 03:37:59 +00:00
< / div >
< div class = "above_nav" > < / div >
< div class = "navbar" >
< a href = "index.html" > home< / a > |
< a href = "faq.html" > faq< / a > |
< a href = "documentation.html" > documentation< / a > |
2013-09-17 19:18:28 +02:00
< a href = "developers.html" > developers< / a > |
2005-02-09 03:37:59 +00:00
< a href = "changelog.html" > changelog< / a > |
2013-09-17 19:18:28 +02:00
< a href = "http://xiph.org/flac" > more< / a >
2005-02-09 03:37:59 +00:00
< / div >
< div class = "below_nav" > < / div >
< div class = "box" >
< div class = "box_title" >
2006-12-22 02:53:20 +00:00
tools
2005-02-09 03:37:59 +00:00
< / div >
< div class = "box_header" > < / div >
< div class = "box_body" >
2006-12-22 02:53:20 +00:00
FLAC is a general purpose audio format supported by many programs, but in this section we are concentrating on just the official tools provided by the FLAC project:
2005-02-09 03:37:59 +00:00
< ul >
2006-12-22 02:53:20 +00:00
< li > < a href = "documentation_tools_flac.html" > flac< / a > - The command-line encoder and decoder.< / li >
< li > < a href = "documentation_tools_metaflac.html" > metaflac< / a > - The command-line metadata editor.< / li >
2005-02-09 03:37:59 +00:00
< / ul >
2006-12-22 02:53:20 +00:00
Other resources:
2005-02-09 03:37:59 +00:00
< ul >
2006-12-22 02:53:20 +00:00
< li > < a href = "documentation_bugs.html" > Bugs< / a > - How to report bugs and request features, and a list of known bugs in the FLAC tools.< / li >
2014-08-01 09:57:38 +02:00
< li > < a href = "http://sourceforge.net/p/flac/support-requests/" > Request Support< / a > - Support for the official FLAC tools. For other programs, use < a href = "http://www.hydrogenaud.io/" > hydrogenaud.io< / a > < / li >
2007-06-16 00:23:04 +00:00
< li > < a href = "http://lists.xiph.org/mailman/listinfo/flac" > FLAC Mailing List< / a > - General discussion about FLAC, tools, releases, etc. (You must subscribe to post.)< / li >
2005-02-09 03:37:59 +00:00
< / ul >
2006-12-22 02:53:20 +00:00
< br / >
2013-09-17 19:18:28 +02:00
See < a href = "http://xiph.org/flac/download.html" > Getting FLAC< / a > for instructions on downloading and installing the official FLAC tools, or < a href = "http://xiph.org/flac/documentation_tasks.html" > Using FLAC< / a > for instructions and guides on playing FLAC files, ripping CDs to FLAC, etc.
2005-02-09 03:37:59 +00:00
< / div >
< div class = "box_footer" > < / div >
< / div >
< div class = "copyright" >
2006-11-20 06:46:07 +00:00
<!-- @@@ oh so hacky -->
< table >
< tr >
< td align = "left" >
2013-05-25 17:11:19 +10:00
Copyright (c) 2000-2009 Josh Coalson
< br / >
Copyright (c) 2011-2013 Xiph.Org Foundation
2006-11-20 06:46:07 +00:00
< / td >
< td width = "1%" align = "right" >
< a href = "http://validator.w3.org/check?uri=referer" > < img src = "http://www.w3.org/Icons/valid-xhtml10" alt = "Valid XHTML 1.0!" height = "31" width = "88" border = "0" hspace = "0" / > < / a >
< / td >
< / tr >
< / table >
2005-02-09 03:37:59 +00:00
< / div >
< / body >
< / html >