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 0DC2646852 for ; Thu, 20 Jul 2023 21:51:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 96A7168C536; Fri, 21 Jul 2023 00:51:40 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C7BC868C14E for ; Fri, 21 Jul 2023 00:51:33 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 00095FF804 for ; Thu, 20 Jul 2023 21:51:32 +0000 (UTC) Date: Thu, 20 Jul 2023 23:51:32 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230720215132.GA7802@pb2> References: <20230720110002.18539-1-lq@chinaffmpeg.org> <20230720110002.18539-4-lq@chinaffmpeg.org> MIME-Version: 1.0 In-Reply-To: <20230720110002.18539-4-lq@chinaffmpeg.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v4 3/3] tests/fate/flvenc: add av1 in enhanced flv test case 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="===============5145826662972882304==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5145826662972882304== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 20, 2023 at 07:00:02PM +0800, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > tests/fate/flvenc.mak | 4 ++++ > tests/ref/fate/enhanced-flv-av1 | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 36 insertions(+) > create mode 100644 tests/ref/fate/enhanced-flv-av1 >=20 > diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak > index 87a1093136..bfb7faf726 100644 > --- a/tests/fate/flvenc.mak > +++ b/tests/fate/flvenc.mak > @@ -9,6 +9,10 @@ FATE_ENHANCED_FLVENC_FFMPEG-$(call TRANSCODE, RAWVIDEO V= P9, FLV IVF, VP9_PARSER) > fate-enhanced-flv-vp9: CMD =3D transcode ivf $(TARGET_SAMPLES)/vp9-test-= vectors/vp90-2-05-resize.ivf\ > flv "-c copy" "-c copy" > =20 > +FATE_ENHANCED_FLVENC_FFMPEG-$(call TRANSCODE, RAWVIDEO AV1, FLV IVF, AV1= _PARSER) +=3D fate-enhanced-flv-av1 > +fate-enhanced-flv-av1: CMD =3D transcode ivf $(TARGET_SAMPLES)/av1/decod= e_model.ivf\ > + flv "-c copy" "-c copy" > + > FATE_FFMPEG_FFPROBE +=3D $(FATE_FLVENC_FFMPEG_FFPROBE-yes) > FATE_SAMPLES_FFMPEG +=3D $(FATE_ENHANCED_FLVENC_FFMPEG-yes) > fate-flvenc: $(FATE_FLVENC_FFMPEG_FFPROBE-yes) $(FATE_ENHANCED_FLVENC_FF= MPEG-yes) does this depend on any other patches ? if not it seems failing here: --- ./tests/ref/fate/enhanced-flv-av1 2023-07-20 23:27:26.197002114 +0200 +++ tests/data/fate/enhanced-flv-av1 2023-07-20 23:42:54.419017533 +0200 @@ -1,5 +1,5 @@ -b40c54b7a26854fd3a4da13dcbba37a3 *tests/data/fate/enhanced-flv-av1.flv -22742 tests/data/fate/enhanced-flv-av1.flv +a59158ac59815ab6c014383e23b2b792 *tests/data/fate/enhanced-flv-av1.flv +22762 tests/data/fate/enhanced-flv-av1.flv #extradata 0: 35, 0x527207cd #tb 0: 1/1000 #media_type 0: video Test enhanced-flv-av1 failed. Look at tests/data/fate/enhanced-flv-av1.err = for details. tests/Makefile:307: recipe for target 'fate-enhanced-flv-av1' failed make: *** [fate-enhanced-flv-av1] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The bravest are surely those who have the clearest vision of what is before them, glory and danger alike, and yet notwithstanding go out to meet it. -- Thucydides --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZLmsXAAKCRBhHseHBAsP q9tLAKCRfJfAbsPa/GfHgQEdaQplVV+98wCfdWs+FFrc8rLdgs03PCAgMyPnBhc= =d18X -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- --===============5145826662972882304== 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". --===============5145826662972882304==--