mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
Add VP9
Signed-off-by: MTRNord <mtrnord1@gmail.com>
This commit is contained in:
parent
c6eef7bad4
commit
e237eb4269
21 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/blog/img/vp9/2021-09-17-ehqRx-BeeperVerification.webm
Normal file
BIN
static/blog/img/vp9/2021-09-17-ehqRx-BeeperVerification.webm
Normal file
Binary file not shown.
BIN
static/blog/img/vp9/2021-09-17-rQfxH-BeeperiOSRoomList.webm
Normal file
BIN
static/blog/img/vp9/2021-09-17-rQfxH-BeeperiOSRoomList.webm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/blog/img/vp9/AVgKmzJozBGdUgaaDJcOOORd.webm
Normal file
BIN
static/blog/img/vp9/AVgKmzJozBGdUgaaDJcOOORd.webm
Normal file
Binary file not shown.
BIN
static/blog/img/vp9/DAOtPBBmDrZUpFSsfbrIrobG.webm
Normal file
BIN
static/blog/img/vp9/DAOtPBBmDrZUpFSsfbrIrobG.webm
Normal file
Binary file not shown.
BIN
static/blog/img/vp9/PfjbGGIojTBWFovFCVWZphxR.webm
Normal file
BIN
static/blog/img/vp9/PfjbGGIojTBWFovFCVWZphxR.webm
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/blog/img/vp9/sENlWDyoPRAbNtjoqKFhzTTt.webm
Normal file
BIN
static/blog/img/vp9/sENlWDyoPRAbNtjoqKFhzTTt.webm
Normal file
Binary file not shown.
BIN
static/blog/img/vp9/xpDPssVgDaHVXWRwRIFBbHRf.webm
Normal file
BIN
static/blog/img/vp9/xpDPssVgDaHVXWRwRIFBbHRf.webm
Normal file
Binary file not shown.
|
|
@ -1,8 +1,10 @@
|
|||
{%- set av1_filename = vid | regex_replace(pattern=`\..+`, rep=`.webm`) | replace(from='/blog/img/', to='/blog/img/av1/') -%}
|
||||
{%- set vp9_filename = vid | regex_replace(pattern=`\..+`, rep=`.webm`) | replace(from='/blog/img/', to='/blog/img/vp9/') -%}
|
||||
{%- set hevc_filename = vid | regex_replace(pattern=`\..+`, rep=`.mp4`) | replace(from='/blog/img/', to='/blog/img/hevc/') -%}
|
||||
<figure>
|
||||
<video controls preload="auto">
|
||||
<source src="{{ av1_filename }}" type="video/webm">
|
||||
<source src="{{ vp9_filename }}" type="video/webm">
|
||||
<source src="{{ hevc_filename }}" type="video/mp4">
|
||||
<source src="{{ vid }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue