Kiker
!!m8ZMOnWSI0a
7/25/2025, 11:03:04 PM
No.106025382
[Report]
>>106025476
>>106025865
>>106027277
>>106027314
>>106027864
>>106027967
>>106028001
>>106028174
>>106028694
>>106029244
>>106030626
>>106030685
>>106030980
>>106031881
>>106031900
>>106032198
>>106032363
>>106032741
>>106033219
>>106035279
>>106036436
>>106036598
>>106036688
>>106036698
>>106036925
>>106037246
>>106039300
>>106040390
Hardware accelerated VP9 images thread
FAQs
Q: What are you talking about?
A: A few days ago we figured out how to store images inside VP9 Webms and trick video decoders into decoding images instead of videos.
Q: What's so special about a hardware accelerated images?
A: Normal images are processed by a CPU but these are processed by your GPU, which is more powerful and more efficient.
Q: Can't you just use JPG?
A: Yeah but AFAIK it's not hardware accelerated. Also JPG images tend to look like dogshit at low file sizes.
Q: Are there any limitations?
A: Resolution is caped at 4096x2048 but 4chan caps it even further to 2048x2048 for whatever retarded reason.
for %f in (*.png) do ffmpeg -i "%f" -quality 100 "%~nf.webp" & ffmpeg -framerate 1 -stream_loop 1 -i "%~nf.webp" -c:v libvpx-vp9 -quality best -crf 10 -qmin 10 -qmax 10 "%~nf.webm"
Also I'll be adopting a tripcode because my ego is bigger than my cock and I'll make an effort to either clean up existing JPGs or ensure my source PNGs are not created from JPGs.
Q: What are you talking about?
A: A few days ago we figured out how to store images inside VP9 Webms and trick video decoders into decoding images instead of videos.
Q: What's so special about a hardware accelerated images?
A: Normal images are processed by a CPU but these are processed by your GPU, which is more powerful and more efficient.
Q: Can't you just use JPG?
A: Yeah but AFAIK it's not hardware accelerated. Also JPG images tend to look like dogshit at low file sizes.
Q: Are there any limitations?
A: Resolution is caped at 4096x2048 but 4chan caps it even further to 2048x2048 for whatever retarded reason.
for %f in (*.png) do ffmpeg -i "%f" -quality 100 "%~nf.webp" & ffmpeg -framerate 1 -stream_loop 1 -i "%~nf.webp" -c:v libvpx-vp9 -quality best -crf 10 -qmin 10 -qmax 10 "%~nf.webm"
Also I'll be adopting a tripcode because my ego is bigger than my cock and I'll make an effort to either clean up existing JPGs or ensure my source PNGs are not created from JPGs.