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 573F448601 for ; Mon, 11 Dec 2023 17:05:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 12F6F68D170; Mon, 11 Dec 2023 19:05:25 +0200 (EET) Received: from mail-4318.protonmail.ch (mail-4318.protonmail.ch [185.70.43.18]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0CDF468CA86 for ; Mon, 11 Dec 2023 19:05:17 +0200 (EET) Date: Mon, 11 Dec 2023 17:05:07 +0000 To: ffmpeg-devel@ffmpeg.org Message-ID: <20231211165437.24226-1-zsolt_vadasz@protonmail.com> Feedback-ID: 28710920:user:proton MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/3] avcodec/libjxlenc: Add libjxl_animated encoder 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: , From: Zsolt Vadasz via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Zsolt Vadasz 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: This patchset adds support for encoding animated JPEG XL images via a new encoder (libjxl_animated). When using the encoder, the output format needs to be set to raw video, as shown below: `ffmpeg -i sample.gif -c:v libjxl_animated -f rawvideo out.jxl` Feedback is welcome! Zsolt Vadasz (3): avcodec/libjxlenc: Move JxlBasicInfo to LibJxlEncodeContext avcodec/libjxlenc: Move image initialization code into libjxl_encode_init_image avcodec/libjxlenc: Add libjxl_animated encoder libavcodec/allcodecs.c | 1 + libavcodec/libjxlenc.c | 255 +++++++++++++++++++++++++++++++---------- 2 files changed, 197 insertions(+), 59 deletions(-) -- 2.43.0 _______________________________________________ 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".