Skip to content

Commit 974d6c1

Browse files
Update mpv config
1 parent 6e377e5 commit 974d6c1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

mpv/input.conf

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ Alt+j add video-pan-x -0.05
66
Alt+l add video-pan-x 0.05
77
Alt+i add video-pan-y 0.05
88
Alt+k add video-pan-y -0.05
9+
f cycle fullscreen
910

mpv/mpv.conf

+9-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msg-color # color log messages on terminal
1010
term-osd-bar # display a progress bar on the terminal
1111
use-filedir-conf # look for additional config files in the directory of the opened file
1212
# pause # no autoplay
13-
keep-open=yes # keep the player open when a file's end is reached
13+
# keep-open=yes # keep the player open when a file's end is reached
1414
# autofit-larger=100%x95% # resize window in case it's larger than W%xH% of the screen
1515
# deinterlace=auto # 'auto' does not imply interlacing-detection
1616
# cursor-autohide-fs-only # don't autohide the cursor in window mode, only fullscreen
@@ -65,8 +65,14 @@ hls-bitrate=max # use max quality for HLS streams
6565
# video outputs, but should work well with default settings on most systems.
6666
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
6767
# may or may not help.
68-
hwdec=vaapi
69-
vo=vaapi,opengl
68+
profile=gpu-hq
69+
vo=gpu,vaapi
70+
hwdec=auto
71+
# hwdec-codecs=all
72+
# scale=ewa_lanczossharp
73+
# cscale=ewa_lanczossharp
74+
interpolation
75+
tscale=oversample
7076

7177
##################
7278
# audio settings #

0 commit comments

Comments
 (0)