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 E045644022 for ; Fri, 23 Sep 2022 17:50:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F44168BC0C; Fri, 23 Sep 2022 20:50:45 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EA8FB68BBFE for ; Fri, 23 Sep 2022 20:50:38 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 0F8991BF204 for ; Fri, 23 Sep 2022 17:50:37 +0000 (UTC) Date: Fri, 23 Sep 2022 19:50:36 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220923175036.GS6583@pb2> References: <20220912234956.2879286-1-chemag@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220912234956.2879286-1-chemag@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] doc/examples/extract_mvs: add motion information 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="===============5460660834989031162==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5460660834989031162== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8N5nZmKALFZnI1Hj" Content-Disposition: inline --8N5nZmKALFZnI1Hj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2022 at 04:49:56PM -0700, Chema Gonzalez wrote: > Note that the motion information includes subpel motion information >=20 > This was likely forgotten in 56bdf61baa04c4fd8d165f34499115ce0aa97c43. >=20 > Tested: > ``` > $ make examples -j > ... > $ doc/examples/extract_mvs in.264 | head -40 | \ > csvcut -C framenum,source,flags |csvlook > | blockw | blockh | srcx | srcy | dstx | dsty | motion_x | motion_y | m= otion_scale | > | ------ | ------ | ----- | ---- | ----- | ---- | -------- | -------- | -= ----------- | > | 16 | 16 | 20 | 26 | 8 | 8 | 49 | 72 | = 4 | > | 16 | 16 | 152 | 15 | 136 | 8 | 65 | 28 | = 4 | > | 16 | 8 | 360 | 3 | 360 | 4 | 1 | -6 | = 4 | > | 16 | 8 | 360 | 13 | 360 | 12 | -1 | 4 | = 4 | > | 16 | 16 | 440 | 10 | 440 | 8 | 3 | 10 | = 4 | > | 8 | 16 | 829 | 7 | 836 | 8 | -31 | -6 | = 4 | > | 8 | 16 | 844 | 7 | 844 | 8 | -1 | -4 | = 4 | > | 16 | 16 | 1,004 | 14 | 1,048 | 8 | -177 | 24 | = 4 | > | 16 | 16 | 1,096 | 8 | 1,096 | 8 | -1 | 0 | = 4 | > | 16 | 8 | 1,417 | 24 | 1,416 | 4 | 7 | 82 | = 4 | > | 16 | 8 | 1,416 | 13 | 1,416 | 12 | 0 | 6 | = 4 | > | 16 | 8 | 87 | 20 | 88 | 20 | -7 | 0 | = 4 | > | 16 | 8 | 99 | 44 | 88 | 28 | 45 | 66 | = 4 | > ... > ``` >=20 > Also: > ``` > $ make fate -j > ... > ``` > --- > doc/examples/extract_mvs.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --8N5nZmKALFZnI1Hj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYy3x6AAKCRBhHseHBAsP q7rIAJ9v7seDFTgMORm8R9U+8kfYCwlNWwCfVBzgZy7eIDrm7AJ9jFQ8RCOrZHI= =qs+R -----END PGP SIGNATURE----- --8N5nZmKALFZnI1Hj-- --===============5460660834989031162== 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". --===============5460660834989031162==--