document the new -o and --delete-input-file options

This commit is contained in:
Josh Coalson
2001-06-06 19:27:48 +00:00
parent 0fa78b891b
commit d2e0e0e121
3 changed files with 51 additions and 14 deletions

View File

@@ -69,6 +69,8 @@
<LI><B><TT>flac</TT></B> now has a command-line usage similar to 'gzip'; make sure to see the latest <A HREF="documentation.html">documentation</A> for the new usage. It also attempts to preserve the input file's timestamp and permissions.</LI>
<LI>The -# options in <B><TT>flac</TT></B> have been tweaked to yield the best compression-to-encode-time ratios. The new default is -5.</LI>
<LI>The WAVE reader in <B><TT>flac</TT></B> now just ignores (with a warning) unsupported sub-chunks instead of aborting with an error.</LI>
<LI>Added an option '--delete-input-file' to <B><TT>flac</TT></B> which automatically deletes the input after a successful encode/decode.</LI>
<LI>Added an option '-o' to <B><TT>flac</TT></B> to force the output file name (the old usage of "flac - outputfilename" is no longer supported).</LI>
<LI>Changed the XMMS plugin to send smaller chunks of samples (now 512) so that visualization is not slow.</LI>
<LI>Fixed a bug in the stream decoder where the decoded samples counter got corrupted after a seek.</LI>
</UL>