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 6FF114B487 for ; Sat, 6 Jul 2024 23:58:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 688ED68DA95; Sun, 7 Jul 2024 02:58:05 +0300 (EEST) 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 365D968D98D for ; Sun, 7 Jul 2024 02:57:58 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 27F3B60002 for ; Sat, 6 Jul 2024 23:57:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1720310277; 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=kXEyMBrwPmAVcxd4lgLcx/soM67aN2y4vyyHkRw0Clc=; b=MJwCtF968LROnnODw/apqabs7x68A255M8Bo8XgnkdBctJ66fhgZCiMUUkScpczHSF5H+T CpXjKZPs2ZEM8nsQq33r/lNI3WWUbnOiS9qY7ppM95VomF4ONa8sjH3tjj00vHzoD26Q4A OCEMwiScL/4ekZAiw6KXJtckV5fvh1V7Kly2YRjUNBWtNFRB/Kvw0lcdcaD3AUIFnOGwfC gAKW1BPbb9BFAfc3TQUoQSlUy2kOCa8B9WakPBcXKJ9uf1cPuvv6CeD0DO94ZPZTXdVp8w 1pi8xflKVhtSCfBfyZfIl/iAP9MPR4MWDFTewroqbthUlF7tCs6oSY/L5Ei/lg== Date: Sun, 7 Jul 2024 01:57:56 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240706235756.GI4991@pb2> References: <20240330005250.GV6420@pb2> <20240702093643.15929-1-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240702093643.15929-1-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tests/fate/mov: add a test for VFR muxing 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="===============8894102528302355226==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8894102528302355226== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="z5jwahX8Ql4zxomt" Content-Disposition: inline --z5jwahX8Ql4zxomt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 02, 2024 at 11:36:43AM +0200, Anton Khirnov wrote: > --- > tests/fate/mov.mak | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak > index b54fe19620..d12980815f 100644 > --- a/tests/fate/mov.mak > +++ b/tests/fate/mov.mak > @@ -218,6 +218,11 @@ fate-mov-pcm-remux: CMD =3D md5 -i $(TARGET_PATH)/te= sts/data/asynth-44100-1.wav -m > fate-mov-pcm-remux: CMP =3D oneline > fate-mov-pcm-remux: REF =3D e76115bc392d702da38f523216bba165 > =20 > +FATE_MOV_FFMPEG-$(call TRANSCODE, RAWVIDEO, MOV, TESTSRC_FILTER SETPTS_F= ILTER) +=3D fate-mov-vfr > +fate-mov-vfr: CMD =3D md5 -filter_complex testsrc=3Dsize=3D2x2:duration= =3D1,setpts=3DN*N -c rawvideo -fflags +bitexact -f mov > +fate-mov-vfr: CMP =3D oneline > +fate-mov-vfr: REF =3D 1558b4a9398d8635783c93f84eb5a60d > + > FATE_MOV_FFMPEG_FFPROBE-$(call TRANSCODE, FLAC, MOV, WAV_DEMUXER PCM_S16= LE_DECODER) +=3D fate-mov-mp4-iamf-stereo > fate-mov-mp4-iamf-stereo: tests/data/asynth-44100-2.wav tests/data/strea= mgroups/audio_element-stereo tests/data/streamgroups/mix_presentation-stereo > fate-mov-mp4-iamf-stereo: SRC =3D $(TARGET_PATH)/tests/data/asynth-44100= -2.wav seems not working here TEST mov-vfr --- - 2024-07-07 01:56:44.023200989 +0200 +++ tests/data/fate/mov-vfr 2024-07-07 01:56:44.018435695 +0200 @@ -1 +1 @@ -1558b4a9398d8635783c93f84eb5a60d +84979b46f7fddec88c3b173a60efacae Test mov-vfr failed. Look at tests/data/fate/mov-vfr.err for details. make: *** [tests/Makefile:311: fate-mov-vfr] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great genius has ever existed without some touch of madness. -- Aristotle --z5jwahX8Ql4zxomt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZonZ/AAKCRBhHseHBAsP q8PxAJkBayJLjGknWVthwhGm24+3VRavSACgjB8OG0ELs++MSHf2VvJhFY/A5UI= =bBwf -----END PGP SIGNATURE----- --z5jwahX8Ql4zxomt-- --===============8894102528302355226== 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". --===============8894102528302355226==--