From f08edd0af5baba79a404a1c90dec1d4a30fe9158 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Fri, 22 Apr 2022 15:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 51 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) 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, } } }