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 AC4114106A for ; Wed, 13 Jul 2022 22:13:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9D6C068B9B6; Thu, 14 Jul 2022 01:13:08 +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 8103468B8E1 for ; Thu, 14 Jul 2022 01:13:01 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 76F9DFF802 for ; Wed, 13 Jul 2022 22:13:00 +0000 (UTC) Date: Thu, 14 Jul 2022 00:12:59 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220713221259.GA2088045@pb2> References: <20220616195534.5278-1-anton@khirnov.net> <165546163857.13099.49643303842085008@lain> <20220708165811.GX396728@pb2> <165770993479.25016.10678999447718569031@lain.khirnov.net> MIME-Version: 1.0 In-Reply-To: <165770993479.25016.10678999447718569031@lain.khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 01/35] fftools/ffmpeg_mux: add private muxer context 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="===============5342151772678830348==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5342151772678830348== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 13, 2022 at 12:58:54PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2022-07-08 18:58:11) > > On Fri, Jun 17, 2022 at 12:27:18PM +0200, Anton Khirnov wrote: > > > The current version of this set can also be found in my tree > > > git://git.khirnov.net/libav > > > branch ffmpeg_mt/mux > >=20 > > There are really many files changing, its hard to say for sure that all= are the > > same issue, but basically it all seems more or less frames in some stre= ams > > including cases where there are hugely more or 0 > >=20 > > Here are some examples: > >=20 > >=20 > > ffmpeg -i matrixbench_mpeg2.mpg -vcodec rawvideo -pix_fmt rgb555 -allow= _raw_vfw 1 -vframes 1 -bitexact file-rgb555.mkv > >=20 > > the new file is much bigger (due to the audio track) > >=20 > > -rw-r----- 1 michael michael 2765813 Jul 8 16:57 file-rgb555.mkv > > -rw-r----- 1 michael michael 834643 Jul 8 17:02 file-rgb555-ref.mkv >=20 > Where can I find this file? the 2 file-rgb555.mkv files are the outputs from ffmpeg from the matrixbenc= h_mpeg2 file and teh command line above. From before and after the change IIRC matrixbench_mpeg2.mpg should be here: https://samples.ffmpeg.org/benchmark/testsuite1/ thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The smallest minority on earth is the individual. Those who deny=20 individual rights cannot claim to be defenders of minorities. - Ayn Rand --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYs9DZAAKCRBhHseHBAsP q9CQAJ9kNAdDUcANebaiLO9Pa3oVfhIprACfYzNa4nfhuvv8Y0HpRHgw54w3gSs= =WNus -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- --===============5342151772678830348== 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". --===============5342151772678830348==--