From 0b9d245926a598efc9e2d498c3abfdba0f7e70e4 Mon Sep 17 00:00:00 2001 From: Haru <125502871+diana7127@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:05:34 +1030 Subject: [PATCH] Update profiles.conf --- profiles.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles.conf b/profiles.conf index 92050e2..46522bc 100644 --- a/profiles.conf +++ b/profiles.conf @@ -4,13 +4,13 @@ # 配置预设组 # ############## -[speed_limit] +[speed-limit] profile-desc = 速度变化下限的控制 profile-cond = p.speed<0.1 speed = 0.1 -[ontop_playback] +[ontop-playback] profile-desc = 基于播放状态的自动置顶 #profile-cond = not pause # 未自动启用 profile-restore = copy @@ -18,7 +18,7 @@ ## https://github.com/mpv-player/mpv/issues/11122 -[vsync_auto] +[vsync-auto] profile-desc = 基于帧率或垂直同步率的自动视频同步 profile-cond = p.container_fps>32 or (p.display_fps/container_fps) > 32 profile-restore = copy @@ -26,21 +26,21 @@ video-sync = audio -[deband_bitrate] +[deband-bitrate] profile-desc = 基于码率的自动去色带 profile-cond = ((p.file_size/1024)*8)/p.duration<=3000 profile-restore = copy deband = yes -[save_props_auto] +[save-props-auto] profile-desc = 基于进度或时长或视频轨类型的自动保存属性 profile-cond = p.percent_pos>=90 or p.duration<=300 or not vid or p["current-tracks/video/albumart"] or p["current-tracks/video/image"] profile-restore = copy save-position-on-quit = no -[HDR_generic] +[HDR-generic] profile-desc = hdr通用 profile-cond = p["video-params/sig-peak"]>1 profile-restore = copy