1 Star 0 Fork 37

jonny chen/eSearch

forked from xsf-root/eSearch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
recorder.html 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
xsf-root 提交于 2022-08-21 00:12 . :sparkles:录屏 进度和输出提示
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>eSearch - 录屏</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="supported-color-schemes" content="light dark">
<link rel="stylesheet" type="text/css" href="css/root.css">
<link rel="stylesheet" type="text/css" href="css/recorder.css">
<link rel="stylesheet" type="text/css" href="css/template2.css">
</head>
<body>
<div id="m">
<div id="main">
<div id="record_b">
<button id="start_stop">
<div id="start_stop_icon"></div>
</button>
<button id="pause_recume"><img src="./assets/icons/recume.svg" class="icon"></button>
<lock-b id="mic"><img src="./assets/icons/mic.svg" class="icon"></lock-b>
<lock-b id="camera"><img src="./assets/icons/camera.svg" class="icon"></lock-b>
</div>
<div id="time"></div>
<button id="min"><img src="./assets/icons/minimize.svg" class="icon"></button>
<button id="close"><img src="./assets/icons/close.svg" class="icon"></button>
</div>
<div id="video">
<div id="v_p"><video></video></div>
</div>
<div id="s">
<input type="range" name="" id="jdt" value="0">
<br>
开始时间:<time-i name="t_start" id="t_start" min="0"></time-i>
<span id="t_nt"></span> / <span id="t_t"></span>
<button id="v_play" class="b"><img src="./assets/icons/recume.svg" class="icon"></button>
结束时间:<time-i name="t_end" id="t_end"></time-i>
<button id="b_t_end" class="b"><img src="./assets/icons/right.svg" class="icon"></button>
<br>
输出格式:<select id="格式" name="格式"></select>
<br>
码率:<input type="number" name="码率" id="码率">Mbps
<br>
帧率:<input type="number" name="帧率" id="帧率">
<br>
其他参数:<input type="text" name="其他参数" id="其他参数">
<br>
<button id="save" disabled="true" class="b"><img src="./assets/icons/save.svg" class="icon"></button>
<div id="pro_p">
<div id="pro"></div>
</div>
<textarea name="" id="log" cols="30" rows="10"></textarea>
</div>
</div>
<script src="js/root.js"></script>
<script src="lib/template2.js"></script>
<script src="js/recorder.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chenjuanli/eSearch.git
git@gitee.com:chenjuanli/eSearch.git
chenjuanli
eSearch
eSearch
master

搜索帮助