summaryrefslogtreecommitdiffstats
path: root/audio/flake/flake.1
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-11-26 02:43:58 +0100
committer Willy Sudiarto Raharjo2015-11-28 01:25:59 +0100
commit6fc1d550577fb7f9aadb17e45c0f33676fd7aaaa (patch)
tree953b641e03b9b1e558996974fa23c2295cbaf700 /audio/flake/flake.1
parent0fabf487392e35eb4ec58ed3ac4d7e5217c7e9a1 (diff)
downloadslackbuilds-6fc1d550577fb7f9aadb17e45c0f33676fd7aaaa.tar.gz
audio/flake: Fix buffer overrun.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/flake/flake.1')
-rw-r--r--audio/flake/flake.139
1 files changed, 39 insertions, 0 deletions
diff --git a/audio/flake/flake.1 b/audio/flake/flake.1
new file mode 100644
index 0000000000..471f67ae9f
--- /dev/null
+++ b/audio/flake/flake.1
@@ -0,0 +1,39 @@
+.TH "FLAKE" "1" "2007-05-20" "Thomas Perl" ""
+.SH "NAME"
+flake \- Alternative Free Lossless Audio Codec encoder
+.SH "SYNOPSIS"
+.B flake
+.RI [options]
+[input.wav]
+[output.flac]
+.SH "DESCRIPTION"
+\fBflake\fP is an alternative encoder for the Free Lossless Audio Codec. Most tests turn out very similar or slightly better compression than the FLAC reference encoder, and it generally encodes significantly faster. Decoding times of the generated files are also close to those made by the reference encoder.
+.SH "OPTIONS"
+.TP
+.B \-h
+Print out list of commandline options
+.TP
+.B \-p #
+Padding bytes to put in header (default: 4096)
+.TP
+.B \-0..\-12
+Compression level (default: 5)
+.TP
+.B \-b #
+Block size [16 \- 65535] (default: 4608)
+.TP
+.B \-l #
+Maximum prediction order [0 \- 32] (default: 8)
+.TP
+.B \-o #
+Prediction order selection method (0 = maximum, 1 = estimate (default), 2 = 2\-level, 3 = 4\-level, 4 = 8\-level, 5 = full search)
+.TP
+.B \-s #
+Stereo decorrelation method (0 = independent L+R channels, 1 = mid\-side (default))
+.SH "SEE ALSO"
+.BR flac (1)
+.SH "AUTHOR"
+flake was written by Justin Ruggles <justin.ruggles@gmail.com>.
+.PP
+This manual page was written by Thomas Perl <thp@perli.net>,
+for the Debian project (but may be used by others).