添加GOP配置

This commit is contained in:
2022-09-03 10:02:13 +08:00
parent db514f3519
commit 9ad58b8940
3 changed files with 13 additions and 3 deletions

View File

@ -100,6 +100,10 @@
<td>视频CRF</td>
<td>{{ config.ffmpeg.crf }}</td>
</tr>
<tr>
<td>GOP</td>
<td>{{ config.ffmpeg.gop }}</td>
</tr>
</tbody>
</table>
<table class="current-config">
@ -304,6 +308,7 @@
intel_gpu: false,
bitrate: "",
crf: "",
gop: "",
},
recorder: {
bili_dir: "",