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 26B0342458 for ; Thu, 21 Apr 2022 09:08:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7DBFF68AF91; Thu, 21 Apr 2022 12:08:18 +0300 (EEST) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3E34468AECD for ; Thu, 21 Apr 2022 12:08:08 +0300 (EEST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KkWsg5jpZz9sWL for ; Thu, 21 Apr 2022 11:08:07 +0200 (CEST) Message-ID: Date: Thu, 21 Apr 2022 14:30:54 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220419205704.3548965-1-vigneshv@google.com> <62f20540-ad9f-cda3-20ff-9c4952e220a4@gyani.pro> From: Gyan Doshi In-Reply-To: <62f20540-ad9f-cda3-20ff-9c4952e220a4@gyani.pro> Subject: Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2022-04-20 09:54 am, Gyan Doshi wrote: > > > On 2022-04-20 02:49 am, Paul B Mahol wrote: >> On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < >> vigneshv-at-google.com@ffmpeg.org> wrote: >> >>> Add support for parsing AVIF still images. This patches supports >>> AVIF still images that have exactly 1 item (i.e.) no alpha channel. >>> Essentially, we will have to parse the "iloc" box and populate >>> the mov index. >>> >>> With this patch, we can decode still AVIF images like so: >>> ffmpeg -i image.avif image.png >>> >>> Partially fixes trac ticket #7621 >>> >> LGTM > > Will push tomorrow if no one else has. Can you provide a sample AVIF image and command that this patch allows decoding of? I tried a couple of samples from Netflix[1] and MS[2] and none worked, even with forcing MOV demuxer ("moov atom not found" or "error reading header"). [1]: http://download.opencontent.netflix.com/?prefix=AV1/Chimera/AVIF/ [2]: https://github.com/AOMediaCodec/av1-avif/tree/master/testFiles/Microsoft Regards, Gyan _______________________________________________ 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".