Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-09-27 19:38:34 +0300
committerMarton Balint <cus@passwd.hu>2015-09-28 00:04:54 +0300
commitfd44892073cc9a5737ee230b0528aba3d555378c (patch)
tree4e8fa7b23b0284af113891bde6cedb77e9e69443 /doc/ffplay.texi
parentf1a9583305d90533acb54c9cadf6afac2c4dc3fa (diff)
doc/ffplay, ffplay: add information regarding volume control
ffplay now supports dynamic volume control. This documents the supported behavior. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index be696c8f66..2a35c21a2c 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -197,6 +197,15 @@ Toggle full screen.
@item p, SPC
Pause.
+@item m
+Toggle mute.
+
+@item 9, 0
+Decrease and increase volume respectively.
+
+@item /, *
+Decrease and increase volume respectively.
+
@item a
Cycle audio channel in the current program.