diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-13 01:59:07 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-13 01:59:07 +0100 |
| commit | 475a04fa0e95b5731c856a659ab05f4a1e94b630 (patch) | |
| tree | d4601a378fa227e259aa38f93317a5007e1237f3 /.config | |
| parent | 999949e58aafeb54a2d0531f65a043ec4d88bf75 (diff) | |
mpv: Add bind for console and tweak webcam profile
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mpv/config | 4 | ||||
| -rw-r--r-- | .config/mpv/input.conf | 2 |
2 files changed, 4 insertions, 2 deletions
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 "" |