documentation_tools.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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-2009 Josh Coalson -->
  3. <!-- Copyright (c) 2011-2016 Xiph.Org Foundation -->
  4. <!-- Permission is granted to copy, distribute and/or modify this document -->
  5. <!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
  6. <!-- or any later version published by the Free Software Foundation; -->
  7. <!-- with no invariant sections. -->
  8. <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  12. <meta name="author" content="Josh Coalson" />
  13. <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
  14. <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
  15. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
  16. <link rel="stylesheet" type="text/css" href="flac.css" />
  17. <title>FLAC - documentation</title>
  18. </head>
  19. <body>
  20. <div class="logo">
  21. <a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
  22. </div>
  23. <div class="above_nav"></div>
  24. <div class="navbar">
  25. &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
  26. &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
  27. &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
  28. &nbsp;<a href="developers.html">developers</a>&nbsp;&nbsp;|
  29. &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
  30. &nbsp;<a href="http://xiph.org/flac">more</a>
  31. </div>
  32. <div class="below_nav"></div>
  33. <div class="box">
  34. <div class="box_title">
  35. tools
  36. </div>
  37. <div class="box_header"></div>
  38. <div class="box_body">
  39. 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:
  40. <ul>
  41. <li><a href="documentation_tools_flac.html">flac</a> - The command-line encoder and decoder.</li>
  42. <li><a href="documentation_tools_metaflac.html">metaflac</a> - The command-line metadata editor.</li>
  43. </ul>
  44. Other resources:
  45. <ul>
  46. <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>
  47. <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>
  48. <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>
  49. </ul>
  50. <br />
  51. 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.
  52. </div>
  53. <div class="box_footer"></div>
  54. </div>
  55. <div class="copyright">
  56. <!-- @@@ oh so hacky -->
  57. <table>
  58. <tr>
  59. <td align="left">
  60. Copyright (c) 2000-2009 Josh Coalson
  61. <br/>
  62. Copyright (c) 2011-2016 Xiph.Org Foundation
  63. </td>
  64. <td width="1%" align="right">
  65. <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>
  66. </td>
  67. </tr>
  68. </table>
  69. </div>
  70. </body>
  71. </html>