[FFmpeg-devel] [PATCH 3/3] encoders.texi: update libvpx documentation
Lou Logan
lou at lrcd.com
Wed Jun 10 19:34:06 CEST 2015
On Tue, 9 Jun 2015 23:01:18 -0700, James Zern wrote:
> modeled after the libx264 section.
> ---
> doc/encoders.texi | 162 ++++++++++++++++++++++++++++++------------------------
> 1 file changed, 91 insertions(+), 71 deletions(-)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 753e683..e240494 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -1416,113 +1416,133 @@ You need to explicitly configure the build with @code{--enable-libvpx}.
>
> @subsection Options
>
> -Mapping from FFmpeg to libvpx options with conversion notes in parentheses.
> +The following options are supported by the libvpx wrapper. The
> + at command{vpxenc}-equivalent options or values are listed in parentheses
> +for easy migration.
>
> - at table @option
> +To reduce the duplication of documentation, only the private options
> +and some others requiring special attention are documented here. For
> +the documentation of the undocumented generic options, see
> + at ref{codec-options,,the Codec Options chapter}.
>
> - at item threads
> -g_threads
> +To get more documentation of the libvpx options, invoke the command
> + at command{ffmpeg -help full}
Alternatively, "ffmpeg -h encoder=libvpx" and "ffmpeg -h
encoder=libvpx-vp9".
That's all the comments from me.
More information about the ffmpeg-devel
mailing list