diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-25 14:40:40 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-25 14:40:40 +0900 |
| commit | 81114ca24f85a268a9c747ac27e4d853d9d55726 (patch) | |
| tree | bad2ae16da9d49c05a48d42f869e468529d4c9b6 /ar/.config | |
| parent | 93ff825b72b495fc0ccdad07fde11710ffd895bf (diff) | |
modified mpv/input.conf, modified bin/webcam
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/mpv/input.conf | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
