diff mbox series

[FFmpeg-devel,3/3] doc/encoders/libx264: clarify meaning of level option

Message ID 20230826011030.76116-3-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/3] doc/encoders/libx264: review and extend option description | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Stefano Sabatini Aug. 26, 2023, 1:10 a.m. UTC
Address trac issue:
http://trac.ffmpeg.org/ticket/3947
---
 doc/encoders.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Gyan Doshi Sept. 6, 2023, 5:37 a.m. UTC | #1
On 2023-08-26 06:40 am, Stefano Sabatini wrote:
> Address trac issue:
> http://trac.ffmpeg.org/ticket/3947
> ---
>   doc/encoders.texi | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 947b0c3320..b7fbc25f92 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -2452,6 +2452,14 @@ Quantizer curve compression factor
>   @item refs (@emph{ref})
>   Number of reference frames each P-frame can use. The allowed range is @var{0-16}.
>   
> +@item level
> +Only when set from the @code{AVCodecContext} API and the value is
> +positive, sets the @code{x264_param_t.i_level_idc} value. This is
> +overridden when setting the private option @option{level}.
> +
> +@item level (@emph{level})
> +Specify level string (as defined by H.264 Annex A).
> +
>   @item sc_threshold (@emph{scenecut})
>   Sets the threshold for the scene change detection.
>   

LGTM.

Regards,
Gyan
Stefano Sabatini Oct. 6, 2023, 7:54 a.m. UTC | #2
On date Wednesday 2023-09-06 11:07:23 +0530, Gyan Doshi wrote:
> On 2023-08-26 06:40 am, Stefano Sabatini wrote:
> > Address trac issue:
> > http://trac.ffmpeg.org/ticket/3947
> > ---
> >   doc/encoders.texi | 8 ++++++++
> >   1 file changed, 8 insertions(+)
> > 
> > diff --git a/doc/encoders.texi b/doc/encoders.texi
> > index 947b0c3320..b7fbc25f92 100644
> > --- a/doc/encoders.texi
> > +++ b/doc/encoders.texi
> > @@ -2452,6 +2452,14 @@ Quantizer curve compression factor
> >   @item refs (@emph{ref})
> >   Number of reference frames each P-frame can use. The allowed range is @var{0-16}.
> > +@item level
> > +Only when set from the @code{AVCodecContext} API and the value is
> > +positive, sets the @code{x264_param_t.i_level_idc} value. This is
> > +overridden when setting the private option @option{level}.
> > +
> > +@item level (@emph{level})
> > +Specify level string (as defined by H.264 Annex A).

Applied (with some more edits).
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 947b0c3320..b7fbc25f92 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2452,6 +2452,14 @@  Quantizer curve compression factor
 @item refs (@emph{ref})
 Number of reference frames each P-frame can use. The allowed range is @var{0-16}.
 
+@item level
+Only when set from the @code{AVCodecContext} API and the value is
+positive, sets the @code{x264_param_t.i_level_idc} value. This is
+overridden when setting the private option @option{level}.
+
+@item level (@emph{level})
+Specify level string (as defined by H.264 Annex A).
+
 @item sc_threshold (@emph{scenecut})
 Sets the threshold for the scene change detection.