From 0ac0a2eaa74bff6b9e848cec4acef7185c17421e Mon Sep 17 00:00:00 2001
From: Josh Coalson
Date: Tue, 12 Feb 2002 23:00:00 +0000
Subject: [PATCH] add --fast and --best flags
---
doc/documentation.html | 18 +++++++++++++++++-
man/flac.sgml | 18 ++++++++++++++++++
src/flac/main.c | 5 +++--
3 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/doc/documentation.html b/doc/documentation.html
index 4698756f..4d6a3fbc 100644
--- a/doc/documentation.html
+++ b/doc/documentation.html
@@ -217,7 +217,7 @@
flac assumes that files ending in ".wav" or that have the RIFF WAVE header present are WAVE files; this may be overridden with a command-line option; it also assumes that files ending in ".ogg" are Ogg-FLAC files. Other than this, flac 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).
- Before going into the full command-line description, a few other things help to sort it out: 1) flac encodes by default, so you must use -d to decode; 2) the options -0 .. -8 that control the compression level actually are just synonyms for different groups of specific encoding options (described later) and you can get the same effect by using the same options; 3) flac behaves similarly to gzip in the way it handles input and output files.
+ Before going into the full command-line description, a few other things help to sort it out: 1) flac encodes by default, so you must use -d to decode; 2) the options -0 .. -8 (or --fast and --best) that control the compression level actually are just synonyms for different groups of specific encoding options (described later) and you can get the same effect by using the same options; 3) flac behaves similarly to gzip in the way it handles input and output files.
flac will be invoked one of four ways, depending on whether you are encoding, decoding, testing, or analyzing:
@@ -556,6 +556,22 @@
Synonymous with -l 12 -b 4608 -m -e -r 6
+
+
+ --fast
+
+
+ Fastest compression. Currently synonymous with -0
+
+
+
+
+ --best
+
+
+ Highest compression. Currently synonymous with -8
+