diff options
author | Werner Robitza <werner.robitza@gmail.com> | 2013-12-29 18:42:56 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-01-01 12:57:15 +0100 |
commit | 704c217ff32f008f7d7653a4619ccfddc43c78e2 (patch) | |
tree | fe4ee5f175549f4a4d1e2218ea79bd2d93434c39 /doc/ffplay.texi | |
parent | 07728a111583be6865b7ce2adea705af9d207588 (diff) | |
download | ffmpeg-704c217ff32f008f7d7653a4619ccfddc43c78e2.tar.gz |
ffplay: add documentation for "s" key
With various edits suggested by Stefano Sabatini and Clément Bœsch.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 54b6f19a48..e68a686db3 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -188,6 +188,12 @@ Cycle program. @item w Show audio waves. +@item s +Step to the next frame. + +Pause if the stream is not already paused, step to the next video +frame, and pause. + @item left/right Seek backward/forward 10 seconds. |