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 CA9E344169 for ; Sat, 23 Mar 2024 17:45:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4912F68D387; Sat, 23 Mar 2024 19:45:56 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C0EC668D352 for ; Sat, 23 Mar 2024 19:45:50 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1711215950; bh=K2mZi9jbDBLTJ56MlNqhRN7VyoRF5KqjY0/cET/dGr8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ipV5sXrdQOt/bjml/qcm7zu3YBkC6VQ8mEslct33DaJde5ZROkBXOkpL+jV4Kt/l1 N5tgU2PBEFoSr4S2bvaaoN3lesbv00IYPTR4mWwK/jYVR0pf7we0htjFCMVrN4Pnec QfJACvpPG4Oo8S2PmKLq7kOSdpsLvL65VMDLZ+gE= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 7DEB140015; Sat, 23 Mar 2024 18:45:50 +0100 (CET) Date: Sat, 23 Mar 2024 18:45:50 +0100 Message-ID: <20240323184550.GB28382@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240319191642.95217-1-ffmpeg@haasn.xyz> References: <20240319191642.95217-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH 1/4] fftools/ffmpeg_enc: strip DOVI config record for AV1 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 Cc: Niklas Haas 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 Tue, 19 Mar 2024 20:16:39 +0100 Niklas Haas wrote: > From: Niklas Haas > > AV1 streams don't use configuration records, so delete them when > encoding to AV1. Ideally this would be, as the comment suggests, handled > at the frame-level (and stripped by the av1 encoder), but given the > status quo of copying the packet-level data here directly, we should > definitely make an effort to strip it. I decided to abandon this series in favor of synthesizing the RPU fully from the parsed AVDOVIMetadata side data. I have a series for this prepared and mostly ready, will submit it sometime in the next week. That series also includes a new option to avoid sending RPU data when dolby vision is not enabled. _______________________________________________ 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".