2024-05-09, 07:30 PM
hi everybody
I wish to use Jellyfin for a personal photos and videos, I did a fresh installation of Jellyfin :
Jellyfin version: 10.8.13
Operating system: Linux
Main: Architecture: X64
Installed on a LXC container in Proxmox :
Proxmox 6.5.13-5-pve
Description: Ubuntu 23.10
Release: 23.10
Codename: mantic
I followed the straightforward Jellyfin installation guide, so, all automatic.
Everything works fine, I can view and display photos and videos from an Amazon fire stick, or directly from Jellyfin web server
However, Jpeg XL images (.jxl) do not appear.
(indeed I have many .heic images, which is not supported by ffmpeg, so I converted them to .jxl with the reference tool cjxl from libjxl v7.0)
checking ffmpeg it is correctly configured for jxl :
ffmpeg version 6.0-6ubuntu1 Copyright © 2000-2023 the FFmpeg developers
built with gcc 13 (Ubuntu 13.2.0-2ubuntu1)
configuration: --prefix=/usr --extra-version=6ubuntu1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libvpl --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
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
I also tested it can for example correctly encode, this command works fine : ffmpeg -i 20211212_164845.jpg -c:v libjxl testimage.jxl
any idea ?
many thanks!
I wish to use Jellyfin for a personal photos and videos, I did a fresh installation of Jellyfin :
Jellyfin version: 10.8.13
Operating system: Linux
Main: Architecture: X64
Installed on a LXC container in Proxmox :
Proxmox 6.5.13-5-pve
Description: Ubuntu 23.10
Release: 23.10
Codename: mantic
I followed the straightforward Jellyfin installation guide, so, all automatic.
Everything works fine, I can view and display photos and videos from an Amazon fire stick, or directly from Jellyfin web server
However, Jpeg XL images (.jxl) do not appear.
(indeed I have many .heic images, which is not supported by ffmpeg, so I converted them to .jxl with the reference tool cjxl from libjxl v7.0)
checking ffmpeg it is correctly configured for jxl :
ffmpeg version 6.0-6ubuntu1 Copyright © 2000-2023 the FFmpeg developers
built with gcc 13 (Ubuntu 13.2.0-2ubuntu1)
configuration: --prefix=/usr --extra-version=6ubuntu1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libvpl --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared
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
I also tested it can for example correctly encode, this command works fine : ffmpeg -i 20211212_164845.jpg -c:v libjxl testimage.jxl
any idea ?
many thanks!