-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 870 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Vid Compat Test</title>
</head>
<body>
<h1><img src="images/wooo_200w.gif"></h1>
<h1>Video Compatibility test, Choose (pages with a single specific video content on them):</h1>
<h2><a href="sb_h264_60fps_mov.html">H264 60fps mov container</a></h2>
<h2><a href="sb_h264_60fps_mp4.html">H264 60fps mp4 container</a></h2>
<h2><a href="sb_h264_120fps_mov.html">H264 120fps mov container</a></h2>
<h2><a href="sb_h264_120fps_mp4.html">H264 120fps mp4 container</a></h2>
<h2><a href="sb_h264_240fps_mov.html">H264 240fps mov container</a></h2>
<h2><a href="sb_h264_240fps_mp4.html">H264 240fps mp4 container</a></h2>
<br>
<h2><a href="sb_h265_60fps_mp4.html">H265 60fps mp4 container</a></h2>
<h2><a href="sb_h265_120fps_mp4.html">H265 120fps mp4 container</a></h2>
<h2><a href="sb_h265_240fps_mp4.html">H265 240fps mp4 container</a></h2>
</body>
</html>