From ca82e66763e73772d0876aee3c680b5286603d12 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 23 Nov 2022 14:23:20 +0100 Subject: [PATCH] mpv: fullscreen + no interpolation by default --- config/mpv/mpv.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf index eded79a7..df6fbecc 100644 --- a/config/mpv/mpv.conf +++ b/config/mpv/mpv.conf @@ -53,7 +53,7 @@ term-osd-bar=yes # display a progress bar on the terminal force-window=immediate cursor-autohide=1000 # autohide the curser after 1s # geometry=3840x2160 # force 4k resolution output from on Macs, rather than using MacOS upscaling -# fullscreen = yes # start in fullscreen mode by default +fullscreen = yes # start in fullscreen mode by default loop-file=yes save-position-on-quit=no @@ -78,8 +78,8 @@ target-prim=auto # target-prim=bt.2020 # target Rec.2020 (wide color gamut) for HDR TVs target-trc=auto gamma-auto -# vf=format=colorlevels=full:colormatrix=auto -vf=format=yuv420p,vapoursynth=~~/motioninterpolation.vpy:4:4 # Interpolate by default +vf=format=colorlevels=full:colormatrix=auto +# vf=format=yuv420p,vapoursynth=~~/motioninterpolation.vpy:4:4 # Interpolate by default video-output-levels=full