poezio-0.14: add video with vp9 codec
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
11853cd5fa
commit
a109bc0452
4 changed files with 6 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
static/2022/04/poezio-sticker-vp9.webm
Normal file
BIN
static/2022/04/poezio-sticker-vp9.webm
Normal file
Binary file not shown.
Loading…
Reference in a new issue