diff --git a/templates/index.html b/templates/index.html index e958daa..a2c9f93 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,12 +67,54 @@ GPU使用 + + 嘤特尔GPU + + 视频比特率 {{ config.ffmpeg.bitrate }} + + + + + + + + + + + + + + + + + + + + +
弹幕
命令{{ config.danmaku.exec }}
滚动速度{{ config.danmaku.speed }}
视频分辨率{{ config.danmaku.resolution }}
+ + + + + + + + + + + + + + + + +
片段
片段时长{{ config.clip.each_sec }}
超出时长{{ config.clip.overflow_sec }}
{% endraw %} @@ -102,14 +144,15 @@ video: { title: "", }, + clip: { + each_sec: 0, + overflow_sec: 0, + }, ffmpeg: { exec: "", gpu: false, + intel_gpu: false, bitrate: "", - }, - web: { - host: "", - port: 0, } } }