From 89b8de2c40e85595eb7422b6a0aaf40d12f94707 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Mon, 27 May 2019 15:51:15 +0200 Subject: [PATCH] - --- Manual.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 6b5f39d..4dcb7b6 100644 --- a/Manual.md +++ b/Manual.md @@ -128,4 +128,36 @@ Navigates to the previous chapter using the command: https://mpv.io/manual/master/#command-interface-add-%3Cproperty%3E-[%3Cvalue%3E] -https://mpv.io/manual/master/#command-interface-chapter \ No newline at end of file +https://mpv.io/manual/master/#command-interface-chapter + +### Navigate > Jump Next Frame + +Jumps to the next frame using the command: + +`frame-step` + +https://mpv.io/manual/master/#command-interface-frame-step + +### Navigate > Jump Previous Frame + +Jumps to the previous frame using the command: + +`frame-back-step` + +https://mpv.io/manual/master/#command-interface-frame-back-step + +### Navigate > Jump + +Seeking using the command: + +`no-osd seek sec` + +sec is the relative amount of seconds to jump, the no-osd prefix +is used because mpv.net includes a script that shows the position +when a seek operation is performed, the script uses a more simple +time format. + +https://mpv.io/manual/master/#command-interface-no-osd + +https://mpv.io/manual/master/#command-interface-[relative|absolute|absolute-percent|relative-percent|exact|keyframes] +