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 C0F5A48622 for ; Tue, 12 Dec 2023 00:18:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F050968D225; Tue, 12 Dec 2023 02:18:08 +0200 (EET) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D715A68D166 for ; Tue, 12 Dec 2023 02:18:02 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0BD0D60004 for ; Tue, 12 Dec 2023 00:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1702340282; 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=YGoFp7qFVC2QiePNmVVskce2ehc7USFDIDCz0TQ/YG8=; b=NhN5HIl2+BlPsnHxMj9wGYRhp7GYGUXEXtLWwzPlFqsY/gQ/QdaoICQkHRiyWAKGpoWTKP 0luENd+GNodsZkaMrtYqgVTbMVa+a5vV6mY0qATfBFOJgPJOcnjK7MIesMbWHPnrDyYzir qnG2fQhovda+BEECCHvhccvgN3XLwoSiyez6LH5cKmRk/5xa85UgFaB1S6eLv88GQI21/+ JX5WxLtWmwbgXPib739YY3lYhD70TP34f6Tx46lu+w5brJjS1pZVohupkrfg13knmj7as1 mf7DhvPJG62jec3iOQOidLEk/XkdsYxJDocy2jrumsqqiHRZrOgSILDWD9oy3A== Date: Tue, 12 Dec 2023 01:18:01 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231212001801.GA6420@pb2> References: <20231211195334.972040-1-marth64@proxyid.net> MIME-Version: 1.0 In-Reply-To: <20231211195334.972040-1-marth64@proxyid.net> 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="===============2448813833182683647==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2448813833182683647== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 the = 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{NU= L} as output for Windows): > +@example > +ffmpeg -i INPUT -filter:v idet -frames:v 360 -an -f rawvideo -y /dev/null why -f rawvideo and not -f null ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXemtQAKCRBhHseHBAsP q1oNAJ9YPaY/l5DYHRztrSPpj40cpwkjxQCff6vlpZDrqNmAQ/1VcWzN13Dh5Hk= =qA/p -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- --===============2448813833182683647== 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". --===============2448813833182683647==--