Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] JXL format support #108

Open
ThreeDeeJay opened this issue May 31, 2022 · 0 comments
Open

[Feature request] JXL format support #108

ThreeDeeJay opened this issue May 31, 2022 · 0 comments

Comments

@ThreeDeeJay
Copy link

ThreeDeeJay commented May 31, 2022

I've been looking for the best format to re-encode stereo 3D images efficiently.
After testing and comparing several formats, I settled with WebP Lossless (which is already supported by sView), but for lossy JPGs, it's better to use JXL which can do bit-exact recompression of JPGs which allows saving space further without losing any more quality.
However, when attempting to open a JXL file, I get this error:
image

I'm not sure if I should've requested support for this format here, because it seems ffmpeg might already support JXL https://github.com/FFmpeg/FFmpeg/search?q=jxl&type= but in reality the implementation doesn't seem finished or included yet
image

JXL examples: https://www.dropbox.com/sh/abo1fh4plao1szq/AAD3Y20j6si2XKQ58kjxNc90a?dl=0
JXL library: https://github.com/libjxl/libjxl
JXL info: https://jpegxl.info/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants