summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 95dcbf279e..c9b3b45bd0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1138,6 +1138,12 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':
@end example
@item
+Input text to ffmpeg:
+@example
+ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
+@end example
+
+@item
Make @file{ffplay} speech the specified text, using @code{flite} and
the @code{lavfi} device:
@example