40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Video Capture</title>
|
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
<meta name="viewport" content="width=device-width" />
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1 class="title">Video Capture</h1>
|
|
</header>
|
|
<main>
|
|
<h3>Record your class session</h3>
|
|
<p>SaiCore gives you the ability to make an audio and video capture of your class session.</p>
|
|
<p>This, for example, can be helpful to share additional exercises or information via a video clip, or to record a class session in order to share it with missing students.</p>
|
|
|
|
<span class="tip"><span class="icon"><img src="../../assets/common/tip.png" alt=""></span>In Board mode, the toolbars and palettes won't appear in the video clip, so don't worry about them ! Same in Web Mode, where only the current tab will appear on the capture.</span>
|
|
|
|
<p>You can open this tool like this : </p>
|
|
<div class="image"><img src="../../assets/hint11/podcast-gif1.gif" alt=""></div>
|
|
|
|
<p>You'll see the following interface appear at the bottom right of the whiteboard :</p>
|
|
<div class="image"><img src="../../assets/hint11/podcast2.png" alt=""></div>
|
|
|
|
<p>Click on the red button to start recording.</p>
|
|
|
|
<span class="tip"><span class="icon"><img src="../../assets/common/tip.png" alt=""></span>You can adjust settings by clicking on <span class="icon"><img src="../../assets/common/settings.png" alt=""></span>. You'll find audio settings (select a microphone, or none), video settings (resolution of the video capture) and configurable publishing options</span>
|
|
|
|
<p>Once the capture is done, it will be automatically saved to the computer's desktop</p>
|
|
<div class="image"><img src="../../assets/hint11/podcast-gif2.gif" alt=""></div>
|
|
|
|
</main>
|
|
<footer>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|