From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6687F47392 for ; Wed, 6 Sep 2023 05:37:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2ADBB68C766; Wed, 6 Sep 2023 08:37:48 +0300 (EEST) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8FCFC68C6AE for ; Wed, 6 Sep 2023 08:37:40 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4RgWNd33fDz9sxR for ; Wed, 6 Sep 2023 07:37:37 +0200 (CEST) Message-ID: Date: Wed, 6 Sep 2023 11:07:23 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230826011030.76116-1-stefasab@gmail.com> <20230826011030.76116-3-stefasab@gmail.com> From: Gyan Doshi In-Reply-To: <20230826011030.76116-3-stefasab@gmail.com> X-Rspamd-Queue-Id: 4RgWNd33fDz9sxR Subject: Re: [FFmpeg-devel] [PATCH 3/3] doc/encoders/libx264: clarify meaning of level option X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".