On Sat, 23 Mar 2013 00:13:44 +0100, Luca Barbato <[email protected]> wrote:
> From: Anton Khirnov <[email protected]>
> 
> Adapted from the author's blag.
> 
> Signed-off-by: Luca Barbato <[email protected]>
> ---
> 
> Reshaped it a bit.
> 
>  doc/encoders.texi | 58 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 58 insertions(+)
> 
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index a7cf248..8809352 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -594,4 +594,62 @@ Override the x264 configuration using a :-separated list 
> of key=value parameters
>  Encoding avpresets for common usages are provided so they can be used with 
> the
>  general presets system (e.g. passing the @code{-pre} option).
>  
> +@section ProRes
> +
> +Apple ProRes encoder.
> +
> +@subsection Private Options
> +
> +@table @option
> +@item profile @var{integer}
> +Select the ProRes profile to encode
> +@table @samp
> +@item proxy
> +@item lt
> +@item standard
> +@item hq
> +@end table
> +
> +@item quant_mat @var{integer}
> +Select quantization matrix.
> +@table @samp
> +@item auto
> +@item default
> +@item proxy
> +@item lt
> +@item standard
> +@item hq
> +@end table
> +If set to @var{auto}, the matrix matching the profile will be picked.
> +If not set the matrix providing the highest quality, @var{default}, will be
> +picked.
> +

I'm not sure it's a good idea to add full tables here. It just duplicates the
information from the AVOption table (for which we already generate a mangpage)
and it will unavoidably get obsolete when someone changes the options but not
this text.

Also I think the original description of the quant_mat is more clear.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to