-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path360-video.html
114 lines (111 loc) · 6.69 KB
/
360-video.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<!--
Copyright 2017 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Origin Trial Token, feature = WebVR (For Chrome M59+), origin = https://webvr.info, expires = 2017-07-21 -->
<meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M59+)" data-expires="2017-07-21" content="AtJLsI9hT0/XyPU7DEDDxER7jyMU1oNeMk4diF9djsHCkwjulNzizKykf+CKW11B6+0ABoazxbd13jMxBvnUTQIAAABfeyJvcmlnaW4iOiJodHRwczovL3dlYnZyLmluZm86NDQzIiwiZmVhdHVyZSI6IldlYlZSMS4xIiwiZXhwaXJ5IjoxNTAwNjc3MDE3LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=">
<title>XX - 360 Video</title>
<style type="text/css">
.div-hmd
{
float: left;
width:33%;
background-color:red;
}
.div-polyfill
{
float: left;
width:33%;
background-color:green;
}
.div-plain
{
float: left;
width:33%;
background-color:blue;
}
</style>
</head>
<body>
<div class='div-hmd'>
<div>
<p>HMD</p>
<p>H.264</p>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/360video_h264_2048x1024_60fps.mp4'}">h264-1080P</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_h264_3840X2160_60fps.mp4'}">h264-4k</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_h264_7680X4320_60fps.mp4'}">h264-8k</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/360_driving_h264_7680X4320_60fps.mp4'}">h264-8k-30fps</button>
</div>
<p>------------------</p>
<div>
<p>VP8</p>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-1920x1080-60fps.webm'}">vp8-1080P</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-3840x2160-60fps.webm'}">vp8-4k</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-7680x4320-60fps.webm'}">vp8-8k</button>
</div>
<p>------------------</p>
<div>
<p>VP9</p>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/pano.webm'}">vp9-1080P</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_vp9_3840X2160_60fps.webm'}">vp9-4k</button>
<button onclick="{location.href='XX-360-video.html?enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_vp9_7680X4320_60fps.webm'}">vp9-8k</button>
</div>
</div>
<div class='div-polyfill'>
<div>
<p>Polyfill</p>
<p>H.264</p>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/360video_h264_2048x1024_60fps.mp4'}">h264-1080P</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_h264_3840X2160_60fps.mp4'}">h264-4k</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_h264_7680X4320_60fps.mp4'}">h264-8k</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/360_driving_h264_7680X4320_60fps.mp4'}">h264-8k-30fps</button>
</div>
<p>------------------</p>
<div>
<p>VP8</p>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-1920x1080-60fps.webm'}">vp8-1080P</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-3840x2160-60fps.webm'}">vp8-4k</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/vp8-7680x4320-60fps.webm'}">vp8-8k</button>
</div>
<p>------------------</p>
<div>
<p>VP9</p>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/pano.webm'}">vp9-1080P</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/gear360_driving_vp9_3840X2160_60fps.webm'}">vp9-4k</button>
<button onclick="{location.href='XX-360-video-polyfill.html?polyfill=1&enablePerformanceMonitoring=true&videoUrl=./media/video/vp9-7680x4320-60fps.webm'}">vp9-8k</button>
</div>
</div>
<div class='div-plain'>
<div>
<p>Plain</p>
<p>H.264</p>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/h264-1920x1080-60fps.mp4'}">h264-1080P</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/h264-3840x2160-60fps-360.mp4'}">h264-4k</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/h264-7680x4320-60fps-360.mp4'}">h264-8k</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/h264-7680x4320-30fps.mp4'}">h264-8k-30fps</button>
</div>
<p>------------------</p>
<div>
<p>VP8</p>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp8-1920x1080-60fps.webm'}">vp8-1080P</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp8-3840x2160-60fps.webm'}">vp8-4k</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp8-7680x4320-60fps.webm'}">vp8-8k</button>
</div>
<p>------------------</p>
<div>
<p>VP9</p>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp9-1920x1080-60fps.webm'}">vp9-1080P</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp9-3840x2160-60fps.webm'}">vp9-4k</button>
<button onclick="{location.href='360-video-plain.html?videoUrl=./media/video/vp9-7680x4320-60fps.webm'}">vp9-8k</button>
</div>
</div>
</body>
</html>