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 9253D45ECE for ; Wed, 17 May 2023 13:16:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 61CD968C085; Wed, 17 May 2023 16:16:06 +0300 (EEST) Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C261B68B43E for ; Wed, 17 May 2023 16:16:00 +0300 (EEST) Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-201.mailbox.org (Postfix) with ESMTPS id 4QLts95KQ2z9snn for ; Wed, 17 May 2023 15:15:57 +0200 (CEST) Message-ID: Date: Wed, 17 May 2023 18:45:43 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <1684324375-14741-1-git-send-email-t.rapp@noa-archive.com> From: Gyan Doshi In-Reply-To: <1684324375-14741-1-git-send-email-t.rapp@noa-archive.com> Subject: Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: Extend documentation for sws_flags 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-05-17 05:22 pm, Tobias Rapp wrote: > Clarify that -sws_flags are only applied to simple filtergraphs as a > default, not complex filtergraphs. Add a reference to the scaler > options. LGTM Regards, Gyan > --- > doc/ffmpeg.texi | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > index a12700e..c0fa90f 100644 > --- a/doc/ffmpeg.texi > +++ b/doc/ffmpeg.texi > @@ -1023,7 +1023,12 @@ If @var{pix_fmt} is a single @code{+}, ffmpeg selects the same pixel format > as the input (or graph output) and automatic conversions are disabled. > > @item -sws_flags @var{flags} (@emph{input/output}) > -Set SwScaler flags. > +Set default flags for the libswscale library. These flags are used by > +automatically inserted @code{scale} filters and those within simple > +filtergraphs, if not overridden within the filtergraph definition. > + > +See the @ref{scaler_options,,ffmpeg-scaler manual,ffmpeg-scaler} for a list > +of scaler options. > > @item -rc_override[:@var{stream_specifier}] @var{override} (@emph{output,per-stream}) > Rate control override for specific intervals, formatted as "int,int,int" _______________________________________________ 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".