ffmpeg-kit icon indicating copy to clipboard operation
ffmpeg-kit copied to clipboard

Enable JPEG XL by default

Open markg85 opened this issue 2 years ago • 8 comments

Is your feature request related to a problem? Please describe. Enable JPEG XL support

Describe the solution you'd like Allow to convert to/from JPEG-XL

Describe alternatives you've considered None

Platform All

Additional context It's been in ffmpeg for a year or so but apparently went under the release note radar (couldn't find it). The initial commit was in late April 2022 And i can guarantee that it is most certainly in ffmpeg:

❯ ffmpeg -h decoder=jpegxl
ffmpeg version n6.0 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 13.1.1 (GCC) 20230429
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-version3 --enable-vulkan
  libavutil      58.  2.100 / 58.  2.100
  libavcodec     60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter     9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample   4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
Decoder libjxl [libjxl JPEG XL]:
    General capabilities: dr1 threads 
    Threading capabilities: other

And the "official documentation": https://www.ffmpeg.org/ffmpeg-codecs.html#libjxl

Not much info but some which means it's there.

It apparently uses libjxl which has BSD 3-Clause license thus should be good to be enabled.

You can have animated jpegxl of which samples can be found here. Based on that it should probably be enabled in the video package Though don't use chrome to look at them as chrome decided in their "wishdom" to nuke this next-gen image format in favor of the AV1 (AVIF) image format. Depending on your browser, you can look at those images. Consult https://caniuse.com/jpegxl to see which one to use.

markg85 avatar Jul 25 '23 21:07 markg85

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Sep 24 '23 01:09 github-actions[bot]

Bump. Clearly.

markg85 avatar Sep 24 '23 10:09 markg85

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Nov 24 '23 01:11 github-actions[bot]

Bump. JXL has gained support on all apple devices. It would be great if it's enabled by default.

mgenware avatar Nov 27 '23 03:11 mgenware

This would be really nice to have for sure

Quackdoc avatar Jan 12 '24 12:01 Quackdoc

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Mar 13 '24 01:03 github-actions[bot]

bump for bot

Quackdoc avatar Mar 13 '24 01:03 Quackdoc