mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
The html documentation was diff'ed to the current website pages and all difference were merged into the page they weren't yet incorporated. This includes lots of small fixes and improvements. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
81 lines
3.5 KiB
HTML
81 lines
3.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<!-- Copyright (c) 2000-2009 Josh Coalson -->
|
|
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
|
|
<!-- 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 -->
|
|
<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" />
|
|
<title>FLAC - documentation</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
|
|
</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> |
|
|
<a href="developers.html">developers</a> |
|
|
<a href="changelog.html">changelog</a> |
|
|
<a href="http://xiph.org/flac">more</a>
|
|
</div>
|
|
|
|
<div class="below_nav"></div>
|
|
|
|
<div class="box">
|
|
<div class="box_title">
|
|
tools
|
|
</div>
|
|
<div class="box_header"></div>
|
|
<div class="box_body">
|
|
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:
|
|
<ul>
|
|
<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>
|
|
</ul>
|
|
Other resources:
|
|
<ul>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
</ul>
|
|
<br />
|
|
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.
|
|
</div>
|
|
<div class="box_footer"></div>
|
|
</div>
|
|
|
|
|
|
<div class="copyright">
|
|
<!-- @@@ oh so hacky -->
|
|
<table>
|
|
<tr>
|
|
<td align="left">
|
|
Copyright (c) 2000-2009 Josh Coalson
|
|
<br/>
|
|
Copyright (c) 2011-2013 Xiph.Org Foundation
|
|
</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>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|