- 10 Posts
- 3 Comments
Joined 1 year ago
Cake day: April 1st, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
funnily enough I discussed with my mate Mistral Le Chat about JXL vs AVIF and was like, why use AVIF over JXL, and it was like JXL is better but AVIF has more support, but WebP has even more support than both of them and decent compression

So I ended up going with webp for my self hosted vibe coded image host
Basically I’m now just waiting for everyone to catch up so I can go to JXL over WebP
I use it because it compresses better and looks just as good, why use space when I can not use space?
I tried to compress with x265 on the videos I host but apparently iphones don’t like it for some reason, but I just checked again and it looks like it’s av1 they don’t like, I might try x265 again but with HEVC





wth https://aussie.zone/post/34604587 why doesn’t it play on mobile??
edit: FFmpeg tags HEVC streams in MP4 as hev1 by default, Apple only supports hvc1 for some reason.
You need to add -tag:v hvc1 to your command line.
In my case ffmpeg -i ok.mp4 -c:v libx265 -tag:v hvc1 -c:a aac -movflags +faststart output.mp4