summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2013-02-25 22:00:30 +0100
committerMarton Balint <cus@passwd.hu>2013-03-17 03:43:36 +0100
commite96175ad7b576ad57b83d399193ef10b2bb016ae (patch)
tree49913a19e5c04436442300f0267d9a82750cfe03 /doc/ffplay.texi
parent738487f8db8a5e1f95c276d308210046feda130c (diff)
ffplay: add -af option
Based on a patch by Stefano Sabatini <stefasab@gmail.com>: http://ffmpeg.org/pipermail/ffmpeg-devel/2013-February/138452.html Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 5f17902e28..ee160a0794 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -84,6 +84,12 @@ output. In the filter graph, the input is associated to the label
ffmpeg-filters manual for more information about the filtergraph
syntax.
+@item -af @var{filter_graph}
+@var{filter_graph} is a description of the filter graph to apply to
+the input audio.
+Use the option "-filters" to show all the available filters (including
+sources and sinks).
+
@item -i @var{input_file}
Read @var{input_file}.
@end table