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
> +@command{vpxenc}-equivalent options or values are listed in parentheses
> +for easy migration.
>  
> -@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
> +@ref{codec-options,,the Codec Options chapter}.
>  
> -@item threads
> -g_threads
> +To get more documentation of the libvpx options, invoke the command
> +@command{ffmpeg -help full}

Alternatively, "ffmpeg -h encoder=libvpx" and "ffmpeg -h
encoder=libvpx-vp9".

That's all the comments from me.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to