[FFmpeg-devel] [PATCH 0/3] avcodec/libjxlenc: Add libjxl_animated encoder

Zsolt Vadasz zsolt_vadasz at protonmail.com
Mon Dec 11 19:05:07 EET 2023


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




More information about the ffmpeg-devel mailing list