From fc5def39d47808675a43b4545a98c503dd88ec1b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 25 May 2020 17:38:22 +0200 Subject: mpv: automatically split 3d files --- .config/mpv/config | 6 ++++++ .config/mpv/input.conf | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to '.config/mpv') diff --git a/.config/mpv/config b/.config/mpv/config index 3d63015..e92a96a 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -12,6 +12,7 @@ framedrop=vo video-sync=display-resample gpu-context=wayland window-maximized=yes # prevent wayland problems with buffer resize +vf-add=stereo3d:ab2l:ml # # Audio @@ -115,3 +116,8 @@ glsl-shaders=~~/shaders/FSRCNNX_x2_8-0-4-1.glsl [interpolate] profile=gpu-hq vf=format=yuv420p,vapoursynth=~~/vapoursynth/interpolate.vpy:4:4 + +[n] +load-scripts=no +osc=yes +osd-bar=yes diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 679045f..61343eb 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -47,7 +47,6 @@ Ctrl+W script_binding webm/display-webm-encoder #! ... > webm encoder # A/V/S BINDINGS a cycle audio v cycle video -Y cycle-values vf stereo3d=sbs2l:mono stereo3d=ab2l:mono "" # cycle methods to display 3d movie as 2d D cycle deinterlace s cycle sub #! sub > cycle -- cgit 1.4.1