mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
fftools/ffplay: improve keyboard shortcut documentation
Clarify the behavior of seek keyboard shortcuts in both the documentation and command-line help text. Specifically: - left/right: mention custom interval option support - page down/up: improve wording for chapter seeking fallback
This commit is contained in:
committed by
Gyan Doshi
parent
5b8a4a0e14
commit
e686f53424
@@ -259,15 +259,13 @@ Pause if the stream is not already paused, step to the next video
|
||||
frame, and pause.
|
||||
|
||||
@item left/right
|
||||
Seek backward/forward 10 seconds.
|
||||
Seek backward/forward by 10 seconds or a custom interval if -seek_interval is set.
|
||||
|
||||
@item down/up
|
||||
Seek backward/forward 1 minute.
|
||||
|
||||
@item page down/page up
|
||||
Seek to the previous/next chapter.
|
||||
or if there are no chapters
|
||||
Seek backward/forward 10 minutes.
|
||||
Seek to previous/next chapter or backward/forward 10 minutes if no chapters.
|
||||
|
||||
@item right mouse click
|
||||
Seek to percentage in file corresponding to fraction of width.
|
||||
|
||||
Reference in New Issue
Block a user