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 9F3774861E for ; Tue, 12 Dec 2023 00:19:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3044E68D234; Tue, 12 Dec 2023 02:19:46 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7B8A968D223 for ; Tue, 12 Dec 2023 02:19:39 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id AC1541C0003 for ; Tue, 12 Dec 2023 00:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1702340378; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZbReM/aKbqsw7nAZeM6cuEZH/1matDEkX+aUv5AM3n0=; b=Fit8Tcm35m7i//MtSQaRW3aRgOpnkW8CW2drZLMucISBeq/XdbkJigrMkj9dt/ZkpYgTX6 yVsQmQh2bcr1cTOBoD2u/QiuIfv23IQbmKfUUdC+m//iuVZvWPTKHyk03Vgid16Vv+P4iH YOgupssunQGpI3+eEOGDa+PdPcGSdumFewuTS2lhbtzwTE4GXH/Lugk7a+uLid4pQmqsbr MLOWZBs7S7XDvnB7mkQdHfA8sOlzDqFeAVvLOHgx8Z2t+gL2HqX0p5aR4o/waT4AODkj4v 6lR0djQgTTx3YIUm3nUogM8iVn45mSX0ReQotcOCv9C6IRlN6xEAjqpHDakSfQ== Date: Tue, 12 Dec 2023 01:19:37 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231212001937.GB6420@pb2> References: <20231211195334.972040-1-marth64@proxyid.net> <20231212001801.GA6420@pb2> MIME-Version: 1.0 In-Reply-To: <20231212001801.GA6420@pb2> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] doc/filters: add example for idet filter 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-Type: multipart/mixed; boundary="===============3118719945011603869==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3118719945011603869== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2023 at 01:18:01AM +0100, Michael Niedermayer wrote: > On Mon, Dec 11, 2023 at 01:53:36PM -0600, Marth64 wrote: > > Signed-off-by: Marth64 > > --- > > doc/filters.texi | 7 +++++++ > > 1 file changed, 7 insertions(+) > >=20 > > diff --git a/doc/filters.texi b/doc/filters.texi > > index 6d00ba2c3f..1250685bc7 100644 > > --- a/doc/filters.texi > > +++ b/doc/filters.texi > > @@ -15919,6 +15919,13 @@ further computations. This allows inserting th= e idet filter as a low computation > > method to clean up the interlaced flag > > @end table > > =20 > > +@subsection Examples > > + > > +Analyze the field order of the first 360 frames in a video (use @code{= NUL} as output for Windows): > > +@example > > +ffmpeg -i INPUT -filter:v idet -frames:v 360 -an -f rawvideo -y /dev/n= ull >=20 > why -f rawvideo and not -f null ? i see you changed this already in a subsequent patch, please ignore me [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The smallest minority on earth is the individual. Those who deny=20 individual rights cannot claim to be defenders of minorities. - Ayn Rand --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXenGQAKCRBhHseHBAsP q/RgAKCI7dhkY3yqqH4vk78hqI5o3P9vbwCfeVOwaM5VZgfMkZJD9YFgNiYuaXw= =5698 -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK-- --===============3118719945011603869== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============3118719945011603869==--