You've already forked my-video-workflow
添加GOP配置
This commit is contained in:
@ -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: "",
|
||||
|
Reference in New Issue
Block a user