[FFmpeg-devel] [PATCH 3/3] doc/encoders: add note about setting block size for libwavpack
Timothy Gu
timothygu99 at gmail.com
Sun Dec 1 00:39:57 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
doc/encoders.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 11f8738..76e2d06 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1160,6 +1160,16 @@ configuration. You need to explicitly configure the build with
@subsection Options
+ at float NOTE
+This encoder wrapper does not support "hybrid" mode, nor does it support setting
+block size (the @command{wavpack} command @option{--blocksize} option).
+
+The default block size is 32768.
+
+However, the native encoder does support setting block size manually. See
+ at ref{wavpack} for more information.
+ at end float
+
@table @option
@item compression_level
Set speed vs. compression tradeoff. Acceptable arguments, with @command{wavpack}
--
1.8.3.2
More information about the ffmpeg-devel
mailing list