添加内嵌字幕识别

This commit is contained in:
CN-JS-HuiBai
2026-04-03 22:12:41 +08:00
parent cd866b05df
commit dd0aa998cc
3 changed files with 318 additions and 53 deletions

View File

@@ -53,10 +53,6 @@
<option value="" disabled selected>Choose a bucket</option>
</select>
</div>
<div class="codec-panel">
<label for="decoder-select">视频解码器:</label>
<select id="decoder-select"></select>
</div>
<div class="codec-panel">
<label for="encoder-select">硬件编码器:</label>
<select id="encoder-select"></select>
@@ -143,6 +139,17 @@
<span id="seek-total-time" class="control-time">00:00:00</span>
</div>
<div class="controls-right">
<div id="subtitle-control" class="control-popover speed-popover hidden">
<button id="control-subtitle-toggle" class="control-btn" type="button" aria-label="Subtitles">CC Off</button>
<div class="popover-panel">
<label class="speed-control" for="subtitle-select">
<span>Subtitles</span>
<select id="subtitle-select" class="speed-select">
<option value="off" selected>Off</option>
</select>
</label>
</div>
</div>
<div class="control-popover speed-popover">
<button id="control-speed-toggle" class="control-btn" type="button" aria-label="Playback Speed">1x</button>
<div class="popover-panel">