File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ Alt+j add video-pan-x -0.05
6
6
Alt+l add video-pan-x 0.05
7
7
Alt+i add video-pan-y 0.05
8
8
Alt+k add video-pan-y -0.05
9
+ f cycle fullscreen
9
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msg-color # color log messages on terminal
10
10
term-osd-bar # display a progress bar on the terminal
11
11
use-filedir-conf # look for additional config files in the directory of the opened file
12
12
# 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
14
14
# autofit-larger=100%x95% # resize window in case it's larger than W%xH% of the screen
15
15
# deinterlace=auto # 'auto' does not imply interlacing-detection
16
16
# 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
65
65
# video outputs, but should work well with default settings on most systems.
66
66
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
67
67
# 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
70
76
71
77
##################
72
78
# audio settings #
You can’t perform that action at this time.
0 commit comments