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 336F44429C for ; Sat, 5 Nov 2022 17:08:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2EC8368B0FA; Sat, 5 Nov 2022 19:08:17 +0200 (EET) Received: from mail.overt.org (mail.overt.org [157.230.92.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2989268A8EE for ; Sat, 5 Nov 2022 19:08:10 +0200 (EET) Received: from authenticated-user (mail.overt.org [157.230.92.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id B5A323F204 for ; Sat, 5 Nov 2022 12:08:07 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=overt.org; s=mail; t=1667668088; bh=wOazLTNFfPvdflSZgNOVTC8s7v7Zm6W23vyXNEEfaeo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=PzRt1su3uV8iyBZ7c867u9aPolidut8B+ELIUVVmzOjdDSbzVtVMZ++Egpm3X1H/9 dPb4Xdw4c/eNBidCl4klVBQNl/3Ycnxqcfnk/eFAgbWzE5JA0kXcij9N05WwRknDDc eLNvWpDiIckwtG7fpc9h0smSRJibfQdVLi83Z7tO1KJWbqoDP2mEkxQ+Qe0ct8G2Az hpeyK+McSqpDP8cD1x14erDWUx1cOC7RPjPqFXpzpJBNZ9Thzv+cIKEolp/XIhIdSQ tz0p4nW3s8qeIpxOILo+6Incx//s+Wb+ehLmCZdnSyoGtfDrp0Fi/Msan6/s6mEn5N 94oSmb9bsIv/g== Date: Sat, 5 Nov 2022 10:08:04 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20221105100804.647155c6@fido7> In-Reply-To: <20221104114016.203-1-timo@rothenpieler.org> References: <20221102205148.39499-1-timo@rothenpieler.org> <20221104114016.203-1-timo@rothenpieler.org> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3] avcodec/nvenc: add AV1 encoding support 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, 4 Nov 2022 12:40:16 +0100 Timo Rothenpieler wrote: > The encoder seems to be trading blows with hevc_nvenc. > In terms of quality at low bitrate cbr settings, it seems to > outperform it even. It produces fewer artifacts and the ones it > does produce are less jarring to my perception. > > At higher bitrates I had a hard time finding differences between > the two encoders in terms of subjective visual quality. > > Using the 'slow' preset, av1_nvenc outperformed hevc_nvenc in terms > of encoding speed by 75% to 100% while performing above tests. > > Needless to say, it always massively outperformed h264_nvenc in terms > of quality for a given bitrate, while also being slightly faster. Obviously not able to test, but looks reasonable to me. --phil _______________________________________________ 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".