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 4BE11493E5 for ; Wed, 10 Apr 2024 01:25:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E37DD68D112; Wed, 10 Apr 2024 04:25:53 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 775F268CE03 for ; Wed, 10 Apr 2024 04:25:47 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id EAD0B20002 for ; Wed, 10 Apr 2024 01:25:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1712712347; 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=Tlcwyb4+MqfCn9InTP1EhO8ECYWdm0FyJ2IZnK2oL4k=; b=kO8lLBL5X5L4LpUH2/8w4c+TCit7EsJrmmltMqrLjF8qyfGr1Q87g9Q7AgcAQgj52sDoVo qLENyJS0qC52vszGZ+GPdBz7gX5ZKvAu++Hsulu9Nyeg4HUBEmG0OR0TDvvBojakRkycA1 03KNWNyLrCd8gjR/x2Dxerm7uXDCxEokENcd6JY2zZsCdIJU4YD8zh3JyQlBtqtz1jT/Bc AaMXIWQrHN3oPkERYCZ/BMQoeUEhOdaizHR/CnjNAC8H6pE68BrCI09ZaKMlJS8qB0QTDR H+QUQ593kli+ENCclD+0HSMu5E069cY/0hHxxXP1u5PFBOY7kjhKTSIxPPt8NQ== Date: Wed, 10 Apr 2024 03:25:45 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240410012545.GM6420@pb2> References: <20240408125950.53472-1-ffmpeg@haasn.xyz> <20240408125950.53472-17-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20240408125950.53472-17-ffmpeg@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 16/17] fftools/ffmpeg_filter: propagate codec yuv metadata to filters 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="===============2199241660692918188==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2199241660692918188== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MKJYUNHn52IKaL5j" Content-Disposition: inline --MKJYUNHn52IKaL5j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 08, 2024 at 02:57:20PM +0200, Niklas Haas wrote: > From: Niklas Haas >=20 > To convert between color spaces/ranges, if needed by the codec > properties. > --- > fftools/ffmpeg_filter.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) I presume this is intended to change some cases iam asking because it does for example, this one -i aletrek.mkv -t 1 -bitexact /tmp/file-aletrek-palette.mkv has the output file change slightly https://trac.ffmpeg.org/attachment/ticket/5071/aletrek.mkv also given fate does not change, it would make sense to add a testcase to fate that does cover this thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What does censorship reveal? It reveals fear. -- Julian Assange --MKJYUNHn52IKaL5j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZhXqlgAKCRBhHseHBAsP q1XjAJ4+GrItozCDwE6RqYRMBE9usnsKXwCfbpHZAz2m26xa5VsUGFClN2GJ2DA= =+/o8 -----END PGP SIGNATURE----- --MKJYUNHn52IKaL5j-- --===============2199241660692918188== 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". --===============2199241660692918188==--