Skip to content

Commit

Permalink
Update profiles.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
diana7127 authored Jan 25, 2024
1 parent a481005 commit 0b9d245
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions profiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
# 配置预设组 #
##############

[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
ontop = yes


## 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
interpolation = no
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
Expand Down

0 comments on commit 0b9d245

Please sign in to comment.