Mercurial > hg > sv-dependency-builds
comparison src/flac-1.2.1/doc/html/documentation_tools.html @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c7265573341e | 1:05aa0afa9217 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson --> | |
3 <!-- Permission is granted to copy, distribute and/or modify this document --> | |
4 <!-- under the terms of the GNU Free Documentation License, Version 1.1 --> | |
5 <!-- or any later version published by the Free Software Foundation; --> | |
6 <!-- with no invariant sections. --> | |
7 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> | |
8 <html> | |
9 <head> | |
10 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | |
11 <meta name="author" content="Josh Coalson" /> | |
12 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" /> | |
13 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" /> | |
14 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> | |
15 <link rel="stylesheet" type="text/css" href="flac.css" /> | |
16 <title>FLAC - documentation</title> | |
17 </head> | |
18 | |
19 <body> | |
20 | |
21 <div class="logo"> | |
22 <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a> | |
23 </div> | |
24 | |
25 <div class="above_nav"></div> | |
26 | |
27 <div class="navbar"> | |
28 <a href="index.html">home</a> | | |
29 <a href="faq.html">faq</a> | | |
30 <a href="news.html">news</a> | | |
31 <a href="download.html">download</a> | | |
32 <a href="documentation.html">documentation</a> | | |
33 <a href="comparison.html">comparison</a> | | |
34 <a href="changelog.html">changelog</a> | | |
35 <a href="links.html">links</a> | | |
36 <a href="developers.html">developers</a> | |
37 </div> | |
38 | |
39 <div class="langbar"> | |
40 english | | |
41 <a href="ru/documentation.html">russian</a> | |
42 </div> | |
43 | |
44 <div class="below_nav"></div> | |
45 | |
46 <div class="box"> | |
47 <div class="box_title"> | |
48 tools | |
49 </div> | |
50 <div class="box_header"></div> | |
51 <div class="box_body"> | |
52 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: | |
53 <ul> | |
54 <li><a href="documentation_tools_flac.html">flac</a> - The command-line encoder and decoder.</li> | |
55 <li><a href="documentation_tools_metaflac.html">metaflac</a> - The command-line metadata editor.</li> | |
56 <li><a href="documentation_tools_plugins.html">plugins</a> - Setting up the Winamp and XMMS plugins.</li> | |
57 </ul> | |
58 Other resources: | |
59 <ul> | |
60 <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> | |
61 <li><a href="http://sourceforge.net/tracker/?group_id=13478&atid=213478">Request Support</a> - Support for the official FLAC tools. For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a> | |
62 <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> | |
63 </ul> | |
64 <br /> | |
65 See <a href="download.html">Getting FLAC</a> for instructions on downloading and installing the official FLAC tools, or <a href="documentation_tasks.html">Using FLAC</a> for instructions and guides on playing FLAC files, ripping CDs to FLAC, etc. | |
66 </div> | |
67 <div class="box_footer"></div> | |
68 </div> | |
69 | |
70 | |
71 <div class="copyright"> | |
72 <!-- @@@ oh so hacky --> | |
73 <table> | |
74 <tr> | |
75 <td align="left"> | |
76 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson | |
77 </td> | |
78 <td width="1%" align="right"> | |
79 <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a> | |
80 </td> | |
81 <td width="1%" align="right"> | |
82 <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br /> | |
83 </td> | |
84 <td width="1%" align="right"> | |
85 <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> | |
86 </td> | |
87 </tr> | |
88 </table> | |
89 </div> | |
90 | |
91 </body> | |
92 </html> |