webp

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
suck.webp
 
I found this solution to creating an animated WEBP from MP4 video using FFMPEG.
screenshot10.jpg
Source:

Converting part of an MP4 video to an animated WEBP. In this example the start point is 44 seconds for a duration of 4 seconds, frames per second is 15, width is 300, quality level is 50 and loop set to 0 (infinite).

ffmpeg -ss 44 -t 4 -i input.mp4 -vf "fps=15,scale=300:-1:flags=lanczos" -vcodec libwebp -lossless 0 -compression_level 6 -q:v 50 -loop 0 -preset picture -an -vsync 0 output.webp

output.webp
 
Last edited:
Fuck webpee. I'll never have a use for it and can't post it in places I post images.
 
Does this mean the screaming Morpheus post will be updated?
 
I hate when someone over compresses a tiny JPEG and then you can't even read it cuz it's just copy vomit Discrete Cosine Transform bull shit.
WEBP: vp8 is bad. vp9 is good. avif (codec and planed image file) https://aomediacodec.github.io/av1-avif/ is even smaller!
WEBP has no discrete Cosine Transform, so when zoomed in you get a smooth gradient and no weird pixelated 8x8 blocks. It does blur at the edges at high compressions and does change colours, but it is not as pronounced a distortion as JPEG.

Try zooming in and see the difference?
it's a myth that it's your taxes being spent.jpgit's a myth that it's your taxes being spent.webp
I didn't realise how schizo I am before looking through my image collection.
 

Attachments

  • uQfROpuJKxoP8w9CQ6LYk4w-6y5MAfZYDb89iJ2zgjjj8fjlfgRwBsv4xS5s-N26GWBTsH1-Q5H5mo_ulSxSLvdSknaAl...webp
    uQfROpuJKxoP8w9CQ6LYk4w-6y5MAfZYDb89iJ2zgjjj8fjlfgRwBsv4xS5s-N26GWBTsH1-Q5H5mo_ulSxSLvdSknaAl...webp
    14.7 KB · Views: 31
  • adl working to create social pressure to make twitter buy qualcomm and intel censorship tech.webp
    adl working to create social pressure to make twitter buy qualcomm and intel censorship tech.webp
    89.6 KB · Views: 26
  • john mone gender hoax.webp
    john mone gender hoax.webp
    16.5 KB · Views: 28
Last edited by a moderator:
I found this solution to creating an animated WEBP from MP4 video using FFMPEG.
View attachment 6605192
Source:

Converting part of an MP4 video to an animated WEBP. In this example the start point is 44 seconds for a duration of 4 seconds, frames per second is 15, width is 300, quality level is 50 and loop set to 0 (infinite).

ffmpeg -ss 44 -t 4 -i input.mp4 -vf "fps=15,scale=300:-1:flags=lanczos" -vcodec libwebp -lossless 0 -compression_level 6 -q:v 50 -loop 0 -preset picture -an -vsync 0 output.webp

View attachment 6605260
For the normal people who don't understand ffmpeg wizardry, I'd also recommend ezgif which has animated WebP support and converters for whatever video format you use.
It's been pretty good from my experience with it, even when I do prioritize quality over file size.
 
  • Informative
Reactions: Rozzy
I have posted this before in another thread related but this is him. This is the guy.
1730906759863.png
1730906782588.jpeg


1730906834934.jpeg

My personal favorite.... Sauce1


This is his Twitter.

However I am kind of conflicted because he is pretty fucking based especially for somebody from Finland who works for Jewgle

Screenshot_20241106_093043_X.jpg
Sauce

Screenshot_20241106_093026_X.jpg


He is not really a Trump fan but like we can't win them all. He is also not a fan of the Muslim menace...

Screenshot_20241106_093248_X.jpg

Link
Screenshot_20241106_093414_X.jpg
Screenshot_20241106_093431_X.jpg

Link
His opinion is actually pretty decent he agrees in sex differences but he also agrees in women's rights.


General archive so people don't kill Mei
 
  • Like
Reactions: Wright and mitchum
Webp is a good format because it saves size, especially on animated stuff, .gif is such a bullshit dinosaur format, you have to calibrate the color palette in order to get decent quality that is not 300mb for 2 secs of a clip.

Ideally mp4 metadata should be updated to have some sort of "loop" flag that tells webplayers to autorepeat and make it look like a gif, (its kinda what tenor and gyfcat does to save bandwidth and its why all the social media platforms team up with them).

Their cli works good, i've used it countless times to bulk convert photos for customers, it's an open format too.
Webp should also finally kill .png as it has transparency and its smaller in size, just geriatric formats.

It is said that the new super jpg format will be coming out but I think it will be a decade before it becomes a thing and another decade until platforms adopt it, heic is marginally better than webp but there's so little support for it.

It's really crazy to consider that the Internet is stuck in archaic media containers for eons now while at the same time programmers programmed Skynet, so much bandwidth could have been saved by shrinking down videos and images, big Disk Data Storage and big ISP are behind all of this.
 
Last edited:
Back