Skip to content

Commit

Permalink
mpv-lazy-20230404
Browse files Browse the repository at this point in the history
  • Loading branch information
hooke007 committed Apr 4, 2023
1 parent c51b9aa commit 6bc7635
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
7 changes: 5 additions & 2 deletions portable_config/input_uosc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
0 add hue 1 #! 视频 > 均衡器 > 色相 +
Ctrl+BS set contrast 0 ; set brightness 0 ; set gamma 0 ; set saturation 0 ; set hue 0 #! 视频 > 均衡器 > 重置 全部

I script-binding stats/display-stats-toggle #! 工具 > 常驻显示统计信息
I script-binding display-stats-toggle #! 工具 > 常驻显示统计信息
` script-binding console/enable #! 工具 > 显示控制台
Ctrl+r script-message-to save_global_props clean_data #! 工具 > 清除已记录的属性值
# cycle border #! 工具 > 切换 窗口边框
Expand Down Expand Up @@ -104,4 +104,7 @@
DOWN seek 1 exact
LEFT seek -5
RIGHT seek 5

Ctrl+UP playlist-prev
Ctrl+DOWN playlist-next
Ctrl+Alt+UP script-binding uosc/prev
Ctrl+Alt+DOWN script-binding uosc/next
14 changes: 8 additions & 6 deletions portable_config/mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#border = no
autofit-smaller = 40%x40%
keepaspect-window = no
#auto-window-resize = no
hidpi-window-scale = no

demuxer-max-bytes = 1024MiB
Expand Down Expand Up @@ -79,7 +80,6 @@
volume = 100
volume-max = 130
audio-channels = stereo
ad-lavc-downmix = yes
alang = chs,sc,zh,chi,zho
audio-file-auto = fuzzy

Expand Down Expand Up @@ -134,11 +134,13 @@
#blend-subtitles = video

sub-font = "LXGW WenKai Mono"
#sub-font-size = 58
sub-font-size = 44
#sub-scale-with-window = no
sub-color = "#FEDB00"
sub-back-color = "#641C1C1C"
sub-shadow-offset = 2
sub-border-size = 4
sub-blur = 1
sub-color = "#FFD766"
#sub-back-color = "#641C1C1C"
#sub-shadow-offset = 2
sub-use-margins = yes

#sub-ass-override = force
Expand All @@ -162,7 +164,7 @@
screenshot-webp-compression = 0
screenshot-jxl-distance = 0

#screenshot-tag-colorspace = yes
screenshot-tag-colorspace = no
screenshot-high-bit-depth = no
screenshot-template = "~~desktop/MPV-%P-N%n"

5 changes: 4 additions & 1 deletion portable_config/profiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
## https://github.com/mpv-player/mpv/issues/11122
[vsync_auto]
profile-desc = 基于刷新率的同步模式
profile-cond = p.display_fps>143
profile-cond = p.display_fps>122
profile-restore = copy
interpolation = no
video-sync = audio


Expand Down Expand Up @@ -50,4 +51,6 @@
profile-cond = filename:match("%.DoVi")~=nil
profile-restore = copy
vo = gpu-next
hdr-compute-peak = no
tone-mapping = st2094-40

5 changes: 4 additions & 1 deletion portable_config/script-opts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@

#script-opts-append = uosc-ui_scale=2
#script-opts-append = uosc-click_threshold=1000
script-opts-append = uosc-media_types=aac,ape,avi,dsf,dts,flac,flv,m2ts,m4a,m4v,mka,mkv,mov,mp3,mp4,mpeg,mpg,ogg,ogv,opus,rm,rmvb,ts,vob,wav,webm,wma,wmv,wv

script-opts-append = uosc-video_types=avi,flv,m2ts,m4v,mkv,mov,mp4,mpeg,mpg,ogv,rm,rmvb,ts,vob,webm,wmv
script-opts-append = uosc-audio_types=aac,ac3,ape,dsf,dts,flac,m4a,mka,mp3,ogg,opus,wav,wma,wv
script-opts-append = uosc-image_types=apng,avif,bmp,gif,jfif,jpeg,jpg,jxl,png,svg,tif,tiff,webp
script-opts-append = uosc-subtitle_types=ass,idx,lrc,mks,pgs,sup,srt,ssa,txt,vtt

script-opts-append = uosc-curtain_opacity=0

0 comments on commit 6bc7635

Please sign in to comment.