poezio-0.14: add video with vp9 codec

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-04-10 19:52:40 +02:00
parent 11853cd5fa
commit a109bc0452
Signed by: pep
GPG Key ID: DEDA74AEECA9D0F2
4 changed files with 6 additions and 10 deletions

View File

@ -79,11 +79,9 @@ has been removed from Poezio core and moved in the `user_extras` plugin. And
again many fixes.
<figure>
<video
controls="true"
poster="/2022/04/poezio-sticker.png"
>
<source src="/2022/04/poezio-sticker.webm" type="video/webm" />
<video controls="true" poster="/2022/04/poezio-sticker.png">
<source src="/2022/04/poezio-sticker-av1.webm" type="video/webm;codecs=av1" />
<source src="/2022/04/poezio-sticker-vp9.webm" type="video/webm;codecs=vp9" />
<picture>
<source srcset="/2022/04/poezio-sticker.avif" type="image/avif" />
<img

View File

@ -85,11 +85,9 @@ que [Movim][movim] fait depuis des années. La gestion des présences étendues
plugin `user_extras`. Ainsi que plein de corrections.
<figure>
<video
controls="true"
poster="/2022/04/poezio-sticker.png"
>
<source src="/2022/04/poezio-sticker.webm" type="video/webm" />
<video controls="true" poster="/2022/04/poezio-sticker.png">
<source src="/2022/04/poezio-sticker-av1.webm" type="video/webm;codecs=av1" />
<source src="/2022/04/poezio-sticker-vp9.webm" type="video/webm;codecs=vp9" />
<picture>
<source srcset="/2022/04/poezio-sticker.avif" type="image/avif" />
<img

Binary file not shown.