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 BC54B468E5 for ; Wed, 22 Nov 2023 04:03:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DA41F68C99B; Wed, 22 Nov 2023 06:03:00 +0200 (EET) 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 1616668BA73 for ; Wed, 22 Nov 2023 06:02:52 +0200 (EET) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4SZndk3SQNz9sZJ for ; Wed, 22 Nov 2023 05:02:50 +0100 (CET) Message-ID: Date: Wed, 22 Nov 2023 09:32:47 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20231119114917.1277-1-anton@khirnov.net> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20231119114917.1277-1-anton@khirnov.net> X-Rspamd-Queue-Id: 4SZndk3SQNz9sZJ Subject: Re: [FFmpeg-devel] [PATCH 1/2] doc/filters:ddagrab: elaborate on the semantics of framerate 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-11-19 05:19 pm, Anton Khirnov wrote: > --- > doc/filters.texi | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 38615e4f18..bd4e4ca8f7 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -28163,7 +28163,12 @@ Only affects hardware cursors. If a game or application renders its own cursor, > it'll always be captured. > > @item framerate > -Framerate at which the desktop will be captured. > +Maximum framerate at which the desktop will be captured - the interval between > +successive frames will not be smaller than the inverse of the framerate. When > +the desktop is not being updated often enough, the filter will duplicate > +a previous frame. Note that there is no background buffering going on, so when > +the filter is not polled often enough then the actual inter-frame interval may > +be significantly larger. > > Defaults to 30 FPS. > 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".