summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-09-01 11:33:17 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-09-05 23:52:56 +0530
commit1a4a8df249426c85ba6c96ef5ab022afaaf4dc8f (patch)
tree4db14742408fc13befc4caab409ea90fb39dea27 /doc
parentad9b4ecc26bef7babb31b58f19c869f6464c2db9 (diff)
downloadffmpeg-1a4a8df249426c85ba6c96ef5ab022afaaf4dc8f.tar.gz
ffplay: add option to allow custom seek interval
At present, left and right keys are hardcoded to seek by 10 seconds.
Diffstat (limited to 'doc')
-rw-r--r--doc/ffplay.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index c95956ea17..dcb86ce13c 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -60,6 +60,8 @@ Play @var{duration} seconds of audio/video.
see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}.
@item -bytes
Seek by bytes.
+@item -seek_interval
+Set custom interval, in seconds, for seeking using left/right keys. Default is 10 seconds.
@item -nodisp
Disable graphical display.
@item -noborder