techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#HTTP203

0 posts0 participants0 posts today
Bramus<p>And if you’re looking for more resources on this topic: I’ve collected a few before on my blog in this post:</p><p><a href="https://www.bram.us/2022/02/08/color-spaces-and-colors-in-css/" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">bram.us/2022/02/08/color-space</span><span class="invisible">s-and-colors-in-css/</span></a></p><p>It includes two very good episodes of <a href="https://front-end.social/tags/HTTP203" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HTTP203</span></a> with Surma and <span class="h-card"><a href="https://mastodon.social/@jaffathecake" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jaffathecake</span></a></span> covering it. The episodes also touch upon some of the even newer stuff that’s coming with css-color-5 (e.g. relative colors and color-mix())</p>
Doug Parker 🕸️<p>Are there any good resources about how to render <a href="https://techhub.social/tags/videos" class="mention hashtag" rel="tag">#<span>videos</span></a> optimized for the <a href="https://techhub.social/tags/web" class="mention hashtag" rel="tag">#<span>web</span></a>?</p><p>* What container formats and codecs are widely supported?<br />* What codecs should be preferred?<br />* Is <a href="https://techhub.social/tags/VP9" class="mention hashtag" rel="tag">#<span>VP9</span></a> on <a href="https://techhub.social/tags/WebP" class="mention hashtag" rel="tag">#<span>WebP</span></a> better than <a href="https://techhub.social/tags/H264" class="mention hashtag" rel="tag">#<span>H264</span></a> in <a href="https://techhub.social/tags/MP4" class="mention hashtag" rel="tag">#<span>MP4</span></a>?<br />* Do we still need H264 for compatibility?<br />* Are there other codecs I should consider shipping? <a href="https://techhub.social/tags/AVIF" class="mention hashtag" rel="tag">#<span>AVIF</span></a>? <a href="https://techhub.social/tags/H265" class="mention hashtag" rel="tag">#<span>H265</span></a>? Do we ever need <a href="https://techhub.social/tags/GIF" class="mention hashtag" rel="tag">#<span>GIF</span></a> anymore?<br />* What tools can optimize these videos to shrink them as much as possible?<br />* Best practices for accessible videos? It feels weird that `alt` isn&#39;t a thing, but are captions supposed to address that?</p><p>I feel like I have a good sense of how to do images effectively after watching enough <a href="https://techhub.social/tags/HTTP203" class="mention hashtag" rel="tag">#<span>HTTP203</span></a>, but I&#39;m less clear on effective video deployments.</p>