Search Results

Found 1 results for "ce1d2addb0b2fdbed93c1ae34c9674dc" across all boards searching md5.

Kiker !!m8ZMOnWSI0a/g/106025382#106025382
7/25/2025, 11:03:04 PM
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.