You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f : Fullscreen.
Shift+# : Switch audio channel.
( ) : Left, right audio channel.
s : Take screenshot.
Ctrl+t : Toggle stay-on-top. Play video on top of other windows.
j : Cycle through the available subtitles.
RIGHT : Next 10 seconds.
LEFT : Previous 10 seconds.
UP : Next minute.
DOWN : Previous minute.
PGUP : Next chapter.
PGDWN : Previous chapter.
mpv -playlist <(find "$PWD" -type f)
# $PWD is required. Otherwise, it'll append relative path to the file descriptor's location.
# e.g: "/dev/fd/./path/to/video-file.avi", which would fail to open.