summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanag@alum.mit.edu>2016-12-22 09:51:31 -0800
committerGanesh Ajjanagadde <gajjanag@alum.mit.edu>2016-12-25 12:51:21 -0800
commit7b557bf63ff8549f68cd6a53adb78bf1954187c7 (patch)
tree1f49f434cefe1e31cf8ad7950e3abcb16ee04d4d /doc/ffplay.texi
parent0db48ee4257c16f583b7b077fdbd13cfd0b9f037 (diff)
ffplay: add startup volume option
Fixes Ticket 5389. Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Ganesh Ajjanagadde <gajjanag@alum.mit.edu>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 073b457256..378a229d67 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -62,6 +62,10 @@ see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1)
Seek by bytes.
@item -nodisp
Disable graphical display.
+@item -volume
+Set the startup volume. 0 means silence, 100 means no volume reduction or
+amplification. Negative values are treated as 0, values above 100 are treated
+as 100.
@item -f @var{fmt}
Force format.
@item -window_title @var{title}