[FFmpeg-devel] [PATCH 3/3] doc/encoders: add note about setting block size for libwavpack
Paul B Mahol
onemda at gmail.com
Mon Dec 2 10:15:46 CET 2013
On 12/1/13, Timothy Gu <timothygu99 at gmail.com> wrote:
> 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).
This is simply not true, it allows setting block size in same way like
native encoder.
> +
> +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
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list