aslkdjfalk
This commit is contained in:
parent
cde10f5bf7
commit
1b0a741438
8 changed files with 345 additions and 0 deletions
40
vp8-webm.html
Normal file
40
vp8-webm.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Flat VP8 WebM tests</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Flat VP8 WebM tests</h1>
|
||||
|
||||
<p>WebM VP8/Vorbis marked as <code>video/webm; codecs="vp8, vorbis"</code>:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/webm; codecs="vp8, vorbis"" src=polyphon-vp8-vorbis.webm>
|
||||
</video>
|
||||
|
||||
<p>WebM VP8/Vorbis marked as <code>video/webm</code>:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/webm" src=polyphon-vp8-vorbis.webm>
|
||||
</video>
|
||||
|
||||
<p>WebM VP8/Vorbis unmarked:</p>
|
||||
<video controls width=640 height=360 src=polyphon-vp8-vorbis.webm>
|
||||
</video>
|
||||
|
||||
|
||||
<p>WebM VP8 (no audio) marked as <code>video/webm; codecs="vp8"</code>:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/webm; codecs="vp8"" src=polyphon-vp8.webm>
|
||||
</video>
|
||||
|
||||
<p>WebM VP8 (no audio) marked as <code>video/webm</code>:</p>
|
||||
<video controls width=640 height=360>
|
||||
<source type="video/webm" src=polyphon-vp8.webm>
|
||||
</video>
|
||||
|
||||
<p>WebM VP8 (no audio) unmarked:</p>
|
||||
<video controls width=640 height=360 src=polyphon-vp8.webm>
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue