poezio-0.14: add vp8 video
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a109bc0452
commit
e1b2c317a3
3 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ again many fixes.
|
|||
<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" />
|
||||
<source src="/2022/04/poezio-sticker-vp8.webm" type="video/webm;codecs=vp8" />
|
||||
<picture>
|
||||
<source srcset="/2022/04/poezio-sticker.avif" type="image/avif" />
|
||||
<img
|
||||
|
|
|
@ -88,6 +88,7 @@ plugin `user_extras`. Ainsi que plein de corrections.
|
|||
<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" />
|
||||
<source src="/2022/04/poezio-sticker-vp8.webm" type="video/webm;codecs=vp8" />
|
||||
<picture>
|
||||
<source srcset="/2022/04/poezio-sticker.avif" type="image/avif" />
|
||||
<img
|
||||
|
|
BIN
static/2022/04/poezio-sticker-vp8.webm
Normal file
BIN
static/2022/04/poezio-sticker-vp8.webm
Normal file
Binary file not shown.
Loading…
Reference in a new issue