add -V option docs
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:43:50 +0000 (22:43 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 22 Dec 2000 22:43:50 +0000 (22:43 +0000)
doc/documentation.html

index 4b387c9..7d12ee3 100644 (file)
                <B><TT>flac</TT></B> will be invoked one of two ways, depending on whether you are encoding or decoding:
                <UL>
                <LI>
-                       Encoding: flac [-v] [--skip #] [&lt;format-options&gt;] [&lt;encoding options&gt;] inputfile outputfile
+                       Encoding: flac [-s] [--skip #] [&lt;format-options&gt;] [&lt;encoding options&gt;] inputfile outputfile
                </LI>
                <LI>
-                       Decoding: flac -d [-v] [--skip #] [&lt;format-options&gt;] inputfile outputfile
+                       Decoding: flac -d [-s] [--skip #] [&lt;format-options&gt;] inputfile outputfile
                </LI>
                </UL>
        </P>
                </TR>
                <TR>
                        <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
+                               -V
                        </TD>
                        <TD>
-                               -m-, -e-, -p-, --lax- can all be used to turn off a particular option.
+                               Verify the encoding process.  With this option, <B><TT>flac</TT></B> will create a parallel decoder that decodes the output of the encoder and compares the result against the original.  It will abort immediately with an error if a mismatch occurs.  <B><TT>-V</TT></B> increases the total encoding time but is guaranteed to catch any unforseen bug in the encoding process.
+                       </TD>
+               </TR>
+               <TR>
+                       <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
+                       </TD>
+                       <TD>
+                               -m-, -e-, -p-, -V-, --lax- can all be used to turn off a particular option.
                        </TD>
                </TR>
        </TABLE>