2,11d1
< --version\\f # Show the flac version number
< --help\\f # Show basic usage and a list of all options
< --explain\\f # Show detailed explanation of usage and all options
< --decode\\f # Decode (the default behavior is to encode)
< --test\\f # Test a flac encoded file (same as -d except no decoded file is written)
< --analyze\\f # Analyze a FLAC encoded file (same as -d except an analysis file is written)
< --stdout\\f # Write output to stdout
< --silent\\f # Silent mode (do not write runtime encode/decode statistics to stderr)
< --warnings-as-errors\\f # Treat all warnings as errors (which cause flac to terminate with a non-zero e…
< --force\\f # Force overwriting of output files
13,14d2
< --decode-through-errors\\f # By default flac stops decoding with an error and removes the partially decode…
< --verify\\f # Verify a correct encoding by decoding the output in parallel and comparing to…
19,31d6
< --mid-side\\f # Try mid-side coding for each frame (stereo input only)
< --adaptive-mid-side\\f # Adaptive mid-side coding for all frames (stereo input only)
< --compression-level-0..--compression-level-8\\f # Fastest compression. highest compression (default is -5)
< --compression-level-0\\f # Synonymous with -l 0 -b 1152 -r 3 --no-mid-side
< --compression-level-1\\f # Synonymous with -l 0 -b 1152 -M -r 3
< --compression-level-2\\f # Synonymous with -l 0 -b 1152 -m -r 3
< --compression-level-3\\f # Synonymous with -l 6 -b 4096 -r 4 --no-mid-side
< --compression-level-4\\f # Synonymous with -l 8 -b 4096 -M -r 4
< --compression-level-5\\f # Synonymous with -l 8 -b 4096 -m -r 5
< --compression-level-6\\f # Synonymous with -l 8 -b 4096 -m -r 6 -A subdivide_tukey(2)
< --compression-level-7\\f # Synonymous with -l 12 -b 4096 -m -r 6 -A subdivide_tukey(2)
< --compression-level-8\\f # Synonymous with -l 12 -b 4096 -m -r 6 -A subdivide_tukey(3)
< --exhaustive-model-search\\f # Do exhaustive model search (expensive!)
34d8
< --qlp-coeff-precision-search\\f # Do exhaustive search of LP coefficient quantization (expensive!)