|
|
@ -20,6 +20,38 @@
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div id="errors"></div>
|
|
|
|
<div id="errors"></div>
|
|
|
|
|
|
|
|
<div id="page-container">
|
|
|
|
|
|
|
|
<details id="editor-help">
|
|
|
|
|
|
|
|
<summary>Keyboard Shortcuts</summary>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>Number keys (0-9): Jump to that 10% interval of the video (0% - 90%)</li>
|
|
|
|
|
|
|
|
<li>K or Space: Toggle pause</li>
|
|
|
|
|
|
|
|
<li>M: Toggle mute</li>
|
|
|
|
|
|
|
|
<li>J: Back 10 seconds</li>
|
|
|
|
|
|
|
|
<li>L: Forward 10 seconds</li>
|
|
|
|
|
|
|
|
<li>Left arrow: Back 5 seconds</li>
|
|
|
|
|
|
|
|
<li>Right arrow: Forward 5 seconds</li>
|
|
|
|
|
|
|
|
<li>Shift+J: Back 1 second</li>
|
|
|
|
|
|
|
|
<li>Shift+L: Forward 1 second</li>
|
|
|
|
|
|
|
|
<li>Comma (,): Back 1 frame</li>
|
|
|
|
|
|
|
|
<li>Period (.): Forward 1 frame</li>
|
|
|
|
|
|
|
|
<li>Equals (=): Increase playback speed one step</li>
|
|
|
|
|
|
|
|
<li>Hyphen (-): Decrease playback speed one step</li>
|
|
|
|
|
|
|
|
<li>Shift+=: Maximum playback speed</li>
|
|
|
|
|
|
|
|
<li>Shift+-: Minimum playback speed</li>
|
|
|
|
|
|
|
|
<li>Backspace: Reset playback speed to 1x</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
Left bracket ([): Set start point for active range (indicated by arrow) to active video
|
|
|
|
|
|
|
|
time
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>Right bracket (]): Set end point for active range to active video time</li>
|
|
|
|
|
|
|
|
<li>O: Set active range one above current active range</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
P: Set active range one below current active range, adding a new range if the current
|
|
|
|
|
|
|
|
active range is the last one
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</details>
|
|
|
|
<form id="stream-time-settings">
|
|
|
|
<form id="stream-time-settings">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<span class="field-label">Stream</span>
|
|
|
|
<span class="field-label">Stream</span>
|
|
|
@ -45,7 +77,11 @@
|
|
|
|
<div id="video-controls">
|
|
|
|
<div id="video-controls">
|
|
|
|
<div id="video-controls-bar">
|
|
|
|
<div id="video-controls-bar">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<img id="video-controls-play-pause" src="images/video-controls/play.png" class="click" />
|
|
|
|
<img
|
|
|
|
|
|
|
|
id="video-controls-play-pause"
|
|
|
|
|
|
|
|
src="images/video-controls/play.png"
|
|
|
|
|
|
|
|
class="click"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="video-controls-time">
|
|
|
|
<div id="video-controls-time">
|
|
|
|
<span id="video-controls-current-time"></span>
|
|
|
|
<span id="video-controls-current-time"></span>
|
|
|
@ -84,42 +120,6 @@
|
|
|
|
<div id="waveform-marker"></div>
|
|
|
|
<div id="waveform-marker"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="editor-help">
|
|
|
|
|
|
|
|
<a href="#" id="editor-help-link">Help</a>
|
|
|
|
|
|
|
|
<div id="editor-help-box" class="hidden">
|
|
|
|
|
|
|
|
<a id="editor-help-box-close">[X]</a>
|
|
|
|
|
|
|
|
<h2>Keyboard Shortcuts</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>Number keys (0-9): Jump to that 10% interval of the video (0% - 90%)</li>
|
|
|
|
|
|
|
|
<li>K or Space: Toggle pause</li>
|
|
|
|
|
|
|
|
<li>M: Toggle mute</li>
|
|
|
|
|
|
|
|
<li>J: Back 10 seconds</li>
|
|
|
|
|
|
|
|
<li>L: Forward 10 seconds</li>
|
|
|
|
|
|
|
|
<li>Left arrow: Back 5 seconds</li>
|
|
|
|
|
|
|
|
<li>Right arrow: Forward 5 seconds</li>
|
|
|
|
|
|
|
|
<li>Shift+J: Back 1 second</li>
|
|
|
|
|
|
|
|
<li>Shift+L: Forward 1 second</li>
|
|
|
|
|
|
|
|
<li>Comma (,): Back 1 frame</li>
|
|
|
|
|
|
|
|
<li>Period (.): Forward 1 frame</li>
|
|
|
|
|
|
|
|
<li>Equals (=): Increase playback speed one step</li>
|
|
|
|
|
|
|
|
<li>Hyphen (-): Decrease playback speed one step</li>
|
|
|
|
|
|
|
|
<li>Shift+=: Maximum playback speed</li>
|
|
|
|
|
|
|
|
<li>Shift+-: Minimum playback speed</li>
|
|
|
|
|
|
|
|
<li>Backspace: Reset playback speed to 1x</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
Left bracket ([): Set start point for active range (indicated by arrow) to active video
|
|
|
|
|
|
|
|
time
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>Right bracket (]): Set end point for active range to active video time</li>
|
|
|
|
|
|
|
|
<li>O: Set active range one above current active range</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
P: Set active range one below current active range, adding a new range if the current
|
|
|
|
|
|
|
|
active range is the last one
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<input type="checkbox" id="enable-chapter-markers" />
|
|
|
|
<input type="checkbox" id="enable-chapter-markers" />
|
|
|
|
<label for="enable-chapter-markers">Add chapter markers to video description</label>
|
|
|
|
<label for="enable-chapter-markers">Add chapter markers to video description</label>
|
|
|
@ -226,8 +226,12 @@
|
|
|
|
<div id="download">
|
|
|
|
<div id="download">
|
|
|
|
<label for="download-type-select">Download type:</label>
|
|
|
|
<label for="download-type-select">Download type:</label>
|
|
|
|
<select id="download-type-select">
|
|
|
|
<select id="download-type-select">
|
|
|
|
<option value="rough" selected>Rough (fastest, pads start and end by a few seconds)</option>
|
|
|
|
<option value="rough" selected>
|
|
|
|
<option value="fast">Fast (may have artifacts a few seconds in from start and end)</option>
|
|
|
|
Rough (fastest, pads start and end by a few seconds)
|
|
|
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
<option value="fast">
|
|
|
|
|
|
|
|
Fast (may have artifacts a few seconds in from start and end)
|
|
|
|
|
|
|
|
</option>
|
|
|
|
<option value="mpegts">MPEG-TS (slow, consumes server resources)</option>
|
|
|
|
<option value="mpegts">MPEG-TS (slow, consumes server resources)</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<a id="download-link">Download Video</a>
|
|
|
|
<a id="download-link">Download Video</a>
|
|
|
@ -253,7 +257,8 @@
|
|
|
|
<div id="data-correction-force-reset-confirm" class="hidden">
|
|
|
|
<div id="data-correction-force-reset-confirm" class="hidden">
|
|
|
|
<p>Are you sure you want to reset this event?</p>
|
|
|
|
<p>Are you sure you want to reset this event?</p>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
This will set the row back to Unedited and forget about any video that may already exist.
|
|
|
|
This will set the row back to Unedited and forget about any video that may already
|
|
|
|
|
|
|
|
exist.
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
This is intended as a last-ditch effort to clear a malfunctioning cutter, or if a video
|
|
|
|
This is intended as a last-ditch effort to clear a malfunctioning cutter, or if a video
|
|
|
@ -277,5 +282,6 @@
|
|
|
|
<div id="google-auth-sign-in" class="g-signin2" data-onsuccess="googleOnSignIn"></div>
|
|
|
|
<div id="google-auth-sign-in" class="g-signin2" data-onsuccess="googleOnSignIn"></div>
|
|
|
|
<a href="#" id="google-auth-sign-out" class="hidden">Sign Out of Google Account</a>
|
|
|
|
<a href="#" id="google-auth-sign-out" class="hidden">Sign Out of Google Account</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|