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 A8312446E7 for ; Wed, 21 Sep 2022 09:04:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5365568BB7E; Wed, 21 Sep 2022 12:04:51 +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 CD5DC68B423 for ; Wed, 21 Sep 2022 12:04:44 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id DA451FF80A for ; Wed, 21 Sep 2022 09:04:43 +0000 (UTC) Date: Wed, 21 Sep 2022 11:04:42 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220921090442.GB6583@pb2> References: <20220920175021.60790-1-rcombs@rcombs.me> <20220920175021.60790-3-rcombs@rcombs.me> <20220921083704.GA6583@pb2> MIME-Version: 1.0 In-Reply-To: <20220921083704.GA6583@pb2> Subject: Re: [FFmpeg-devel] [PATCH 2/7] sws: add jobs option, distinct from threads 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="===============8133766402050404262==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8133766402050404262== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 21, 2022 at 10:37:04AM +0200, Michael Niedermayer wrote: > On Tue, Sep 20, 2022 at 12:50:16PM -0500, rcombs wrote: > > This allows for more efficient use of asymmetric-multiprocessing system= s. > > --- > > libswscale/options.c | 2 ++ > > libswscale/swscale_internal.h | 1 + > > libswscale/utils.c | 9 ++++++--- > > libswscale/version.h | 2 +- > > 4 files changed, 10 insertions(+), 4 deletions(-) >=20 > This chnages the output from > ./ffmpeg -i ~/tickets/1984/00186002.avi -vframes 100 -qscale 1 -an -bitex= act file-1984-ref.avi > (i suspect its all yuv410p indeo videos not just this one) >=20 > I presume thats unintended > also the jobs number ideally, especially with bitexact should not change > the output >=20 > but maybe iam missing something "same" issue appears with some dxtory, snow and 10bit h264 inputs [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -- Xenophanes --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYyrTpwAKCRBhHseHBAsP q8jPAJ0XJA4YP58N9rECSneOxK/nGMaVpwCdEqD29cuNeu2dB6iWMCzOcmVFHjQ= =GBYM -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- --===============8133766402050404262== 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". --===============8133766402050404262==--