diff options
author | Ganesh Ajjanagadde <gajjanag@alum.mit.edu> | 2016-12-22 09:51:31 -0800 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanag@alum.mit.edu> | 2016-12-25 12:51:21 -0800 |
commit | 7b557bf63ff8549f68cd6a53adb78bf1954187c7 (patch) | |
tree | 1f49f434cefe1e31cf8ad7950e3abcb16ee04d4d /doc/ffplay.texi | |
parent | 0db48ee4257c16f583b7b077fdbd13cfd0b9f037 (diff) | |
download | ffmpeg-7b557bf63ff8549f68cd6a53adb78bf1954187c7.tar.gz |
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.texi | 4 |
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} |