-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathprofiles.conf
53 lines (40 loc) · 1.26 KB
/
profiles.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
### https://github.com/hooke007/MPV_lazy/blob/main/portable_config/profiles.conf
##############
# 配置预设组 #
##############
[ontop_playback]
profile-desc = 基于播放状态的自动置顶
#profile-cond = not pause
profile-restore = copy
ontop = yes
## https://github.com/mpv-player/mpv/issues/11122
[ontop_playback]
profile-desc = 基于刷新率的同步模式
profile-cond = p.display_fps>143
profile-restore = copy
video-sync = audio
[deband_bitrate]
profile-desc = 基于码率的自动去色带
profile-cond = ((p.file_size/1024)*8)/p.duration<=3000
profile-restore = copy
deband = yes
[save_props_auto]
profile-desc = 基于进度或时长或视频轨类型的自动保存属性
profile-cond = p.eof_reached 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]
profile-desc = hdr通用
profile-cond = p["video-params/sig-peak"]>1
profile-restore = copy
blend-subtitles = no
#target-peak = 100
#sub-color = 0.7
#sub-border-color = 0.1
#sub-back-color = "#00000000"
#sub-shadow-offset = 0
[HDR_DolbyVision]
profile-desc = hdr杜比视界
profile-cond = filename:match("%.DoVi")~=nil
profile-restore = copy
vo = gpu-next