Originally posted by skeevy420
View Post
Announcement
Collapse
No announcement yet.
FFmpeg Lands JPEG-XL Support
Collapse
X
-
- Likes 1
-
Originally posted by cl333r View Post
That's cool but I wonder is any software actually creating or would like to create this large images? The Hubble telescope probably creates a sequence of images and then when viewing they're glued with software for dynamic interaction (scrolling, zooming) to save RAM and whatnot. I imagine 99.9999% of programmers would agree that you shouldn't store a 1Bx1B image as that would trash your resources even on a supercomputer unless you have a really good reason not to use a tiled image. And what reason/scenario would that be to have a 1Bx1B image? (I'm not arguing just trying to figure out a legit use case).
There is no probably, the Hubble takes multiple black and white photos between various UV and IR wavelengths, stacks them, and then gets false colorization in post processing...with upwards of 1 million seconds of exposure times if you add all the stacks together. I'm not really sure how the astro-scientists view and manipulate the individual shots or do post processing. I'm just getting into that hobby, myself -- like, still buying gear getting into it -- currently debating between an electronic focuser and a focal reducer for my C8 SCT.
- Likes 1
Comment
-
Originally posted by OneTimeShot View PostShouldn’t touch this until we know the patent situation.
- Likes 1
Comment
-
Originally posted by cl333r View Post
That's cool but I wonder is any software actually creating or would like to create this large images? The Hubble telescope probably creates a sequence of images and then when viewing they're glued with software for dynamic interaction (scrolling, zooming) to save RAM and whatnot. I imagine 99.9999% of programmers would agree that you shouldn't store a 1Bx1B image as that would trash your resources even on a supercomputer unless you have a really good reason not to use a tiled image. And what reason/scenario would that be to have a 1Bx1B image? (I'm not arguing just trying to figure out a legit use case).
Originally posted by cl333r View PostWhat was the exact tool/command line that you used?
Originally posted by billyswong View PostNow the question is, when will Firefox support it outside nightly. They implement AVIF fast but only the static image part, which is quite pointless as AVIF's strength is in replacing animated GIF. Then they waste time arguing whether JPEG-XL is worth implementing and stuck there.
- Likes 1
Comment
-
Originally posted by Quackdoc View PostI'm mostly migrated away from firefox because of stuff like this. chrome has animated avif support just fine. people can complain that it's just a video format all they want from a technical standpoint. but completely dismiss the people that actually use the files. having a full file distinction is very nice.
- Likes 2
Comment
-
Originally posted by billyswong View Post
I stay with Firefox mostly because of habit, and partially because there are only 3 browser engines left that websites may support actively. I don't want a monopoly of Chrome.
I've already started sharing avif animations, and my response to anyone who sees a broken one on the internet is the same. pester your browser to support it or move to a better browser.
- Likes 2
Comment
-
Originally posted by Quackdoc View PostI've already started sharing avif animations, and my response to anyone who sees a broken one on the internet is the same. pester your browser to support it or move to a better browser.
- Likes 1
Comment
-
Originally posted by cl333r View Post
I agree that avif animations are better than gif (duh), but why not use a webm file instead?
- Likes 1
Comment
-
Originally posted by Quackdoc View Post
it's more of a classification thing. where webms should be reserved for content that should be treated as "videos" and avif should be treated as "pictures/animations". the worst part is, firefox will play animated avifs as videos if you rename .avif to .mp4... so it's entirely a choice thing
- Likes 1
Comment
-
Originally posted by cl333r View PostWhat was the exact tool/command line that you used?
The tool uses the lossless conversion by default if possible. That is a little bit odd as you can't enforce "do lossless or exit", but it works so far.
- Likes 1
Comment
Comment