From 64e8ef720c3a8de13dd4f9e9a56f51838559c136 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 23 Feb 2001 23:27:59 +0000 Subject: [PATCH] add metaflac documentation --- doc/documentation.html | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/doc/documentation.html b/doc/documentation.html index 2e36b5c8..96a7eefa 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -55,7 +55,7 @@

- This page describes the user-level view of the FLAC format (for a more detailed explanation see the format page). It also contains the user documentation for flac, which is the command-line file encoder/decoder, and the input plugins. + This page describes the user-level view of the FLAC format (for a more detailed explanation see the format page). It also contains the user documentation for flac, which is the command-line file encoder/decoder, metaflac, the FLAC metadata editor, and the input plugins.

Keep in mind that the online version of this document will always apply to the latest release. For older releases, check the documentation included with the release package. @@ -128,7 +128,7 @@

- In either case, inputfile may be "-" for stdin, and the outputfile "-" for stdout. The encoding options affect the compression ratio and encoding speed. The format options are used to tell flac the arrangement of samples if the input file (or output file when decoding) is a raw file. If it is a RIFF WAVE file the format options are not needed since they are read from the WAVE header. + In either case, inputfile may be "-" for stdin, and the outputfile "-" for stdout. The encoding options affect the compression ratio and encoding speed. The format options are used to tell flac the arrangement of samples if the input file (or output file when decoding) is a raw file. If it is a RIFF WAVE file the format options are not needed since they are read from the WAVE header.

In test mode, flac acts just like in decode mode, except no output file is written. Both decode and test modes detect errors in the stream, but they also detect when the MD5 signature of the decoded audio does not match the stored MD5 signature, even when the bitstream is valid. @@ -453,6 +453,39 @@

+ + +
+
+ + +
+ metaflac +
+
+ + +
+

+ metaflac is the command-line .flac file metadata editor. Right now it just lists the contents of all metadata blocks in a .flac file, but soon it will allow you to insert, delete, and edit blocks. +

+

+ Currently metaflac can be invoked only one way: +

    +
  • + Listing: metaflac [-v] inputfile +
  • +
+

+

+ inputfile may be "-" for stdin. If -v is used, you will get verbose output. +

+
+
+
+
+ +
@@ -465,7 +498,7 @@ @@ -487,7 +520,7 @@

- All that is necessary is to copy libxmms-flac.so to the directory where XMMS looks for input plugins (usually /usr/lib/xmms/Input). There is nothing else to configure. Make sure to restart XMMS before trying to play any .flac files. + All that is necessary is to copy libxmms-flac.so to the directory where XMMS looks for input plugins (usually /usr/lib/xmms/Input). There is nothing else to configure. Make sure to restart XMMS before trying to play any .flac files.

- All that is necessary is to copy in_flac.dll to the Plugins/ directory of your Winamp installation. There is nothing else to configure. Make sure to restart Winamp before trying to play any .flac files. + All that is necessary is to copy in_flac.dll to the Plugins/ directory of your Winamp installation. There is nothing else to configure. Make sure to restart Winamp before trying to play any .flac files.