MediaArea / MediaInfo

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://MediaArea.net/MediaInfo
BSD 2-Clause "Simplified" License
1.28k stars 151 forks source link

JPEG XL support #817

Open jyrkialakuijala opened 4 months ago

jyrkialakuijala commented 4 months ago

MediaInfo displays of technical/tag data for video and audio files.

JPEG XL supports animations. Would it be in the scope of MediaInfo to add support for JPEG XL format?

JeromeMartinez commented 4 months ago

Would it be in the scope of MediaInfo to add support for JPEG XL format?

Yes. We need:

  1. sample file(s)
  2. specs
  3. if not quick to implement, sponsorship (which can include budget for point 2).
gitoss commented 1 month ago

I can help a bit wit issues 1 and 2.

JPEG-XL has its own homepage with sample files https://jpegxl.info/test-page/ and being a JPEG standard it's pretty standard (ISO/IEC 18181-2 container with exif & xml metadata) and well documented https://jpeg.org/jpegxl/

Apart from the reddit group, if any questions arise the devs are active on their Discord server https://discord.com/invite/jpeg-xl-794206087879852103

The reference implementation incldes the app 'jxlinfo' which outputs some data, maybe looking at that code might help: https://github.com/libjxl/libjxl

Since Adobe apps now support JPEG-XL, even with the removal from Chrome the format is here to stay - I'm using it a lot. Even if I cannot help with 3 I hope adding it to mediainfo isn't a lot of hassle.