Skip to main content
WebP

WebP

File formatWikipedia

Search complete. 34 mentions across 16 episodes found for "WebP".

Sep 10, 2026

Artificial IntelligenceNARRATOR
2:16
Dimensions should therefore be bounded independently of transfer bytes.
Artificial IntelligenceNARRATOR
2:20
The reviewed product accepts JPEG, PNG, and WebP in its current public interface, with a stated limit of 24 MB per file.
Artificial IntelligenceNARRATOR
2:28
MDN's overview of image file types is a useful reminder that extension, encoding, transparency, animation, and browser support are separate concerns.
Artificial IntelligenceNARRATOR
2:38
Uploaded sources should become normalized assets before generation.
TJ VanTollHOST
34:55
So I'm just going to do lightning round here.
TJ VanTollHOST
34:58
They now have a built-in image library, so you can decode, resize, rotate, and encode JPEGs, PNGs, WebP, GIFs, a bunch of others on macOS and Windows.
TJ VanTollHOST
35:08
There's new built-in WebView.
TJ VanTollHOST
35:09
You can navigate, click, scroll, run JavaScript, and take screenshots.
Artificial IntelligenceNARRATOR
2:19
Fills the square and discards the overflow, strips what is left losslessly, and the format conversion runs last in an image that is already small.
Artificial IntelligenceNARRATOR
2:27
Reverse it, and you convert two megabytes to WebP before throwing most of it away.
Artificial IntelligenceNARRATOR
2:32
The image editing API guide has the other fit modes if a client wants padding instead of cropping.
Artificial IntelligenceNARRATOR
2:37
The hard part, selling it.
Artificial IntelligenceNARRATOR
6:17
one download link is a better product and takes an afternoon zip takes an array where a task usually takes one handle so it sits at the front and there is nothing to chain after it percent encode the brackets as in from curl browsers do it for you the hard part nothing technical which means anyone can build it win on the client facing page nine listing images for estate agents property portals down rank listings with inconsistent photos and agents shoot on phones Standardizing a listing set as a service agency is already sell-per-property.
Artificial IntelligenceNARRATOR
6:51
The same three-stage shape is the shop catalog, at portal dimensions.
Artificial IntelligenceNARRATOR
6:55
Choosing the output format is the lever on both page speed and bandwidth, and convert to WebP covers when it is the right call over JPEG.
Artificial IntelligenceNARRATOR
7:03
The hard part.
Mark EriksonHOST
15:42
but yeah,
Carl VitulloHOST
15:43
decode, resize, rotate, encode, JPEG, PNG, WebP, GIF,
Mark EriksonHOST
15:47
Yeah, just
Carl VitulloHOST
15:47
like all of the image formats doing resizing and basic editing kind of stuff
Jake BennettHOST
6:36
You could say image from storage passing the avatar path.
Jake BennettHOST
6:39
You could say, "Give me a cover image that's a 200 by 200 dimension image, WebP quality of 50%." And what that would now give you the ability to do is be able to pass that, that route, avatar/1, and get back the actual image response without having to do a bunch of wiring by yourself.
Jake BennettHOST
6:56
Since it is re- implementing the responsible trait, all you have to do is return the image itself, just image.dot, whatever your transformations are, return that, and it will handle transforming that to a 200, uh, with the processed bytes and the content type read from the output.
Jake BennettHOST
7:13
So the header will match whatever format the pipeline produced.
Jake BennettHOST
7:16
So it, you know, if it's producing a WebP file or a PNG or a SVG, the content type will match that.
Jake BennettHOST
7:22
There are two smaller additions in the same area.
Jake BennettHOST
7:25
So image from stream will build an instance from the stream resource, reading it lazily, and then to format is now public, which replaces the match statement that you would have otherwise had to write to turn a user-supplied format into the right, uh, WebP or AVIF call.
Jake BennettHOST
7:40
So again, a little bit of, uh, details on there that you might care to dig into a little bit more, but really cool stuff there.
Calvin Hendryx-ParkerHOST
10:21
Uh, there's a global registry for permission policies, plus full customiz- customizability for the remaining page views via the page view set.
Calvin Hendryx-ParkerHOST
10:29
Uh, another big one to watch out for if you're migrating from, uh, prior to 8, so in the 7 or the 6 range, AVIF and WebP images are no longer gonna be auto-converted to PNG by default.
Calvin Hendryx-ParkerHOST
10:39
Uh, so that's something to watch out for on upgrade if you're depending on that specific behavior.
Calvin Hendryx-ParkerHOST
10:43
Uh, they're gonna be treated more natively by the platform, but you may have some special behaviors baked in because you were depending on the auto conversion.
Calvin Hendryx-ParkerHOST
10:50
Uh, but I don't know-
Michael KennedyHOST
10:50
I don't know how to feel about WebP images.
Calvin Hendryx-ParkerHOST
10:53
[laughs] I, I, you know, I like to be on the cutting edge of these things, but I just feel like, I don't know, I feel like they're everywhere, though.
Calvin Hendryx-ParkerHOST
10:57
I, I, I more and more see them, all the major sites.
Michael TunnellHOST
28:48
FFmpeg 9.0, code name Leh, is officially out with another big batch of upgrades for the open source multimedia framework that powers a ridiculous amount of software we use.
Michael TunnellHOST
29:00
This release expands hardware acceleration with Vulkan decoding for APV, Video Toolbox acceleration for ProRes RAW, new CUDA and Vulkan filters, plus several AMD AMF improvements, and it also adds animated WebP decoding and introduces GPU-accelerated ONNX runtime support for AI-based media processing.
Michael TunnellHOST
29:21
Now, for those who don't know, FFmpeg powers pretty much all of the media players and video editors and all that sort of thing on Linux, so it's kind of important.
Michael TunnellHOST
29:32
So one, I just wanted to, uh, highlight the things that are coming with FFmpeg because they're really cool improvements, but at the same time, it's such an important project that's almost never talked about that I wanted to talk about it and just let you know that it exists and that you kind of need it to do almost everything that's media-related in Linux.
Chris CoyierHOST
57:03
The thing that you get is if you hit the Edit button, now this image opens up, and you can resize it, you know? If it's 4,000 pixels wide, you can serve it at 1,000 pixels wide.
Chris CoyierHOST
57:15
Y- and you can turn on Format Auto, which means that, hey, it's a JPEG as you downloaded it from Unsplash, but you can serve it as a WebP, or like, you don't even have to think about how it gets served.
Chris CoyierHOST
57:25
You just say Format Auto, and it serves the best quality version that it can.
Chris CoyierHOST
57:30
You can dial down the quality meter.
speaker_2UNKNOWN
68:26
For
ChadHOST
68:29
over 50 years, WEBP has been the source of body.
ChadHOST
68:34
For all
SneadHOST
68:34
things bodybuilding.

1 HR 8 MINS LATER

SneadHOST
137:04
Get in there.
SneadHOST
137:04
It's fun, man.
ChadHOST
137:06
Go check out the footage from WEBP, Vince's Bodybuilding Federation.
ChadHOST
137:12
World Extreme Bodybuilding.
Artificial IntelligenceNARRATOR
11:53
Testing for image format support using simple JavaScript.
Artificial IntelligenceNARRATOR
11:56
Here are two simple async, await JavaScript scripts that will detect and indicate browser support for the AVIF and WebP image formats.
Artificial IntelligenceNARRATOR
12:05
Fifty-eight, how to insert an item into an array at a specific index in JavaScript.
Artificial IntelligenceNARRATOR
12:09
We use the splice method to insert an item into an array at a specific index in JavaScript, which takes three arguments and also lets us delete items too.

6 more episodes mention WebP.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.