From 81114ca24f85a268a9c747ac27e4d853d9d55726 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:40:40 +0900 Subject: modified mpv/input.conf, modified bin/webcam --- ar/.config/mpv/input.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ar/.config/mpv/input.conf') diff --git a/ar/.config/mpv/input.conf b/ar/.config/mpv/input.conf index f580f38..13725fd 100644 --- a/ar/.config/mpv/input.conf +++ b/ar/.config/mpv/input.conf @@ -19,13 +19,15 @@ ctrl+a no-osd seek -180 exact; script-message-to misc show-position shift+a no-osd seek -30 exact; script-message-to misc show-position # Seek exactly 30 second backward v script-binding showplaylist # Playlist in current path shift+v script-binding navigator # Playlist in all path -alt+v vf toggle vflip # Flip vertically +alt+v vf toggle vflip # Flip vertically c no-osd seek 15 exact; script-message-to misc show-position # Seek exactly 5 seconds forward -ctrl+c add video-zoom 0.1 # Zoom in +ctrl+c no-osd seek -300 exact; script-message-to misc show-position # Seek exactly 180 second backward shift+c no-osd seek 60 exact; script-message-to misc show-position # Seek exactly 5 seconds forward +alt+c add video-zoom 0.1 # Zoom in z no-osd seek -15 exact; script-message-to misc show-position # Seek exactly 5 seconds backward -ctrl+z add video-zoom -0.1 # Zoom out +ctrl+z no-osd seek 300 exact; script-message-to misc show-position # Seek exactly 180 second backward shift+z no-osd seek -60 exact; script-message-to misc show-position # Seek exactly 5 seconds backward +alt+z add video-zoom -0.1 # Zoom out q no-osd sub-seek -1 # Seek to the previous subtitle ctrl+q add chapter -1 # Seek -chapters shift+q cycle sub down # Switch subtitle track backwards -- cgit v1.2.3