From 475a04fa0e95b5731c856a659ab05f4a1e94b630 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 13 Feb 2020 01:59:07 +0100 Subject: mpv: Add bind for console and tweak webcam profile --- .config/mpv/config | 4 ++-- .config/mpv/input.conf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to '.config/mpv') diff --git a/.config/mpv/config b/.config/mpv/config index 23e9637..6e653b3 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -84,10 +84,10 @@ vf-add=stereo3d=sbs2l:mono profile-desc="Optimized for showing internal webcam feed" osc=no profile=low-latency -video-sync=display-desync # needed or external audio will fail +# video-sync=display-desync # needed or external audio will fail pulse-latency-hacks=yes demuxer-lavf-o=input_format=mjpeg,video_size=848x480 -framedrop=no +# framedrop=no # no-demuxer-thread opengl-glfinish=yes opengl-swapinterval=0 diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 3323ca0..dc59603 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -99,3 +99,5 @@ WHEEL_DOWN seek 5 0 script_binding mouse_coords # 8 script_binding mouse_coords/set # 9 script_binding mouse_coords/measure + +: script-message-to console type "" -- cgit 1.4.1