[FFmpeg-devel] [PATCH 2/3] doc/encoders: Add libaom-av1

Gyan gyandoshi at gmail.com
Mon Nov 5 17:20:08 EET 2018


On Mon, Nov 5, 2018 at 8:23 PM Mark Thompson <sw at jkqxz.net> wrote:

> ---
> Updated to add some more explanation of the rate control mode selection.
>
>
>  doc/encoders.texi | 108 ++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 108 insertions(+)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 1ca0ef1543..f2e4199017 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -1370,6 +1370,114 @@ makes it possible to store non-rgb pix_fmts.
>
>  @end table
>
> + at section libaom-av1
> +
> +libaom AV1 encoder wrapper.
> +
> +Requires the presence of the libaom headers and library during
> +configuration.  You need to explicitly configure the build with
> + at code{--enable-libaom}.
> +
> + at subsection Options
> +
> +The wrapper supports the following standard libavcodec options:
>

Do we really need to duplicate the text for the generic options? That will
lead to bloat if widely adopted.


Gyan


More information about the ffmpeg-devel mailing list