From df8fd27405c99dbb009244306f0446c84c315f91 Mon Sep 17 00:00:00 2001
From: Josh Coalson
+
-v, --version
@@ -293,6 +294,7 @@
Show the flac version number.
+
-h, --help
@@ -301,6 +303,7 @@
Show basic usage and a list of all options. Running flac without arguments shows the short help screen by default.
+
-H, --explain
@@ -309,6 +312,7 @@
Show detailed explanation of usage and all options. Running flac without arguments shows the short help screen by default.
+
-d, --decode
@@ -317,6 +321,7 @@
Decode (flac encodes by default). flac will exit with an exit code of 1 (and print a message, even in silent mode) if there were any errors during decoding, including when the MD5 checksum does not match the decoded output. Otherwise the exit code will be 0.
+
-t, --test
@@ -325,6 +330,7 @@
Test (same as -d except no decoded file is written). The exit codes are the same as in decode mode.
+
-a, --analyze
@@ -333,6 +339,7 @@
Analyze (same as -d except an analysis file is written). The exit codes are the same as in decode mode. This option is mainly for developers; the output will be a text file that has data about each frame and subframe.
+
-c, --stdout
@@ -341,6 +348,7 @@
Write output to stdout.
+
-s, --silent
@@ -349,6 +357,7 @@
Silent: do not show encoding/decoding statistics.
+
--totally-silent
@@ -357,6 +366,7 @@
Do not print anything of any kind, including warnings or errors. The exit code will be the only way to determine successful completion.
+
-f, --force
@@ -365,6 +375,7 @@
Force overwriting of output files. By default, flac warns that the output file already exists and continues to the next file.
+
-o filename,
--output-name=filename
@@ -373,6 +384,7 @@
Force the output file name (usually flac just changes the extension). May only be used when encoding a single file. May not be used in conjunction with --output-prefix.
+
--output-prefix=string
@@ -381,6 +393,7 @@
Prefix each output file name with the given string. This can be useful for encoding/decoding files to a different directory. Make sure if your string is a path name that it ends with a trailing '/' slash.
+
--delete-input-file
@@ -389,6 +402,7 @@
Automatically delete the input file after a successful encode or decode. If there was an error (including a verify error) the input file is left intact.
+
--skip={#|mm:ss.ss}
@@ -400,6 +414,7 @@
--skip=1:23.45 : skip the first 1 minute and 23.45 seconds of the input
+
--until={#|[+|-]mm:ss.ss}
@@ -414,6 +429,7 @@
--until=-0:00 : decode until the end of the input (the same as not specifying --until)
+
--ogg
@@ -423,6 +439,7 @@
When decoding, force the input to be treated as Ogg-FLAC. This is useful when piping input from stdin or when the filename does not end in '.ogg'.
+
--serial-number=#
@@ -442,6 +459,7 @@
Analysis Options
+
--residual-text
@@ -450,6 +468,7 @@
Includes the residual signal in the analysis file. This will make the file very big, much larger than even the decoded file.
+
--residual-gnuplot
@@ -469,6 +488,7 @@
Decoding Options
+
--cue=[#.#][-[#.#]]
@@ -483,6 +503,7 @@
--cue=2.1-2.4 : decode from track 2, index 1, up to, but not including, track 2, index 4
+
-F,
--decode-through-errors
@@ -491,6 +512,49 @@
By default flac stops decoding with an error and removes the partially decoded file if it encounters a bitstream error. With -F, errors are still printed but flac will continue decoding to completion. Note that errors may cause the decoded audio to be missing some samples or have silent sections.
- Negative Options + Negative Options | |