summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0ddaaff530..a75d6b2321 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -322,6 +322,12 @@ outputs, like in:
[in] asplit=3 [out0][out1][out2]
@end example
+@example
+ffmpeg -i INPUT -filter_complex asplit=5 OUTPUT
+@end example
+will create 5 copies of the input audio.
+
+
@section astreamsync
Forward two audio streams and control the order the buffers are forwarded.