去除CRF,避免码率设置失效

This commit is contained in:
2022-12-08 12:20:14 +08:00
parent 92bc5791ac
commit c3993965a9
4 changed files with 28 additions and 13 deletions

View File

@ -104,10 +104,6 @@
<td>视频比特率</td>
<td>{{ config.ffmpeg.bitrate }}</td>
</tr>
<tr>
<td>视频CRF</td>
<td>{{ config.ffmpeg.crf }}</td>
</tr>
<tr>
<td>GOP</td>
<td>{{ config.ffmpeg.gop }}</td>
@ -328,7 +324,6 @@
intel_gpu: false,
vaapi: false,
bitrate: "",
crf: "",
gop: "",
},
recorder: {