mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
trivial changes, fixes
This commit is contained in:
@@ -103,28 +103,28 @@
|
||||
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="100%" BORDER="0" BGCOLOR="#EEEED4">
|
||||
<TR><TD><FONT FACE="Lucida,Verdana,Helvetica,Arial">
|
||||
<P>
|
||||
<B><TT>flac</TT></B> is the command-line file encoder/decoder. The input to the encoder and the output to the decoder must either be RIFF WAVE format, or raw interleaved sample data. <B><TT>flac</TT></B> only supports linear PCM samples (in other words, no A-LAW, uLAW, etc.). Another restriction (hopefully short-term) is that the input must be 8 or 16 bits per sample. This is not a limitation of the FLAC format, just the reference encoder.
|
||||
<B><TT>flac</TT></B> is the command-line file encoder/decoder. The input to the encoder and the output to the decoder must either be RIFF WAVE format, or raw interleaved sample data. <B><TT>flac</TT></B> only supports linear PCM samples (in other words, no A-LAW, uLAW, etc.). Another restriction (hopefully short-term) is that the input must be 8, 16, or 24 bits per sample. This is not a limitation of the FLAC format, just the reference encoder.
|
||||
</P>
|
||||
<P>
|
||||
<B><TT>flac</TT></B> assumes that RIFF WAVE files will have the extension ".wav"; this may be overridden with a command-line option. Other than this, <B><TT>flac</TT></B> makes no assumptions about file extensions, though the convention is that FLAC files have the extension ".flac" (or ".fla" on ancient file systems like FAT-16).
|
||||
</P>
|
||||
<P>
|
||||
Before going into the full command-line description, two other things help to sort it out: 1) <B><TT>flac</TT></B> encodes by default, so you must use <B>-d</B> to decode; 2) the options <B><TT>-0</TT></B> .. <B><TT>-9</TT></B> that control the compression level actually are just synonyms for different groups of specific coding options (described later). You can get the same effect by using the same options.
|
||||
Before going into the full command-line description, two other things help to sort it out: 1) <B><TT>flac</TT></B> encodes by default, so you must use <B>-d</B> to decode; 2) the options <B><TT>-0</TT></B> .. <B><TT>-9</TT></B> that control the compression level actually are just synonyms for different groups of specific encoding options (described later). You can get the same effect by using the same options.
|
||||
</P>
|
||||
<P>
|
||||
<B><TT>flac</TT></B> will be invoked one of four ways, depending on whether you are encoding, decoding, testing, or analyzing:
|
||||
<UL>
|
||||
<LI>
|
||||
Encoding: flac [-s] [--skip #] [<format-options>] [<encoding options>] inputfile outputfile
|
||||
Encoding: flac [-s] [--skip #] [<I><A HREF="#format_options"><format-options></A></I>] [<I><A HREF="#encoding_options"><encoding options></A></I>] inputfile outputfile
|
||||
</LI>
|
||||
<LI>
|
||||
Decoding: flac -d [-s] [--skip #] [<format-options>] inputfile outputfile
|
||||
Decoding: flac -d [-s] [--skip #] [<I><A HREF="#format_options"><format-options></A></I>] inputfile outputfile
|
||||
</LI>
|
||||
<LI>
|
||||
Testing: flac -t [-s] inputfile
|
||||
</LI>
|
||||
<LI>
|
||||
Analyzing: flac -a [-s] [--skip #] inputfile outputfile
|
||||
Analyzing: flac -a [-s] [--skip #] [<I><A HREF="#analysis_options"><analysis-options></A></I>] inputfile outputfile
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
@@ -139,7 +139,7 @@
|
||||
<TABLE WIDTH="100%" BORDER="1" BGCOLOR="#EEEED4">
|
||||
<TR>
|
||||
<TD COLSPAN="2" BGCOLOR="#D3D4C5">
|
||||
<FONT SIZE="+1"><B>General Options</B></FONT>
|
||||
<A NAME="general_options"><FONT SIZE="+1"><B>General Options</B></FONT></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
@@ -190,7 +190,7 @@
|
||||
<TABLE WIDTH="100%" BORDER="1" BGCOLOR="#EEEED4">
|
||||
<TR>
|
||||
<TD COLSPAN="2" BGCOLOR="#D3D4C5">
|
||||
<FONT SIZE="+1"><B>Analysis Options</B></FONT>
|
||||
<A NAME="analysis_options"><FONT SIZE="+1"><B>Analysis Options</B></FONT></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
@@ -217,7 +217,7 @@
|
||||
<TABLE WIDTH="100%" BORDER="1" BGCOLOR="#EEEED4">
|
||||
<TR>
|
||||
<TD COLSPAN="2" BGCOLOR="#D3D4C5">
|
||||
<FONT SIZE="+1"><B>Encoding Options</B></FONT>
|
||||
<A NAME="encoding_options"><FONT SIZE="+1"><B>Encoding Options</B></FONT></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
@@ -411,7 +411,7 @@
|
||||
<TABLE WIDTH="100%" BORDER="1" BGCOLOR="#EEEED4">
|
||||
<TR>
|
||||
<TD COLSPAN="2" BGCOLOR="#D3D4C5">
|
||||
<FONT SIZE="+1"><B>Format Options</B></FONT>
|
||||
<A NAME="format_options"><FONT SIZE="+1"><B>Format Options</B></FONT></A>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
|
||||
Reference in New Issue
Block a user