From d9d547063648862c141508f816ef1242570c3fb9 Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Mon, 15 Oct 2012 11:24:08 -0600 Subject: docu: fix flite example Signed-off-by: rogerdpack --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 725c7b5d84..95dcbf279e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1141,7 +1141,7 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am': Make @file{ffplay} speech the specified text, using @code{flite} and the @code{lavfi} device: @example -ffplay -f lavfi flite='No more be grieved for which that thou hast done.' +ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.' @end example @end itemize -- cgit v1.2.3 From 7f5a78a0da8e310e67431844d57cceb46d726dbb Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Mon, 15 Oct 2012 11:26:07 -0600 Subject: docu: add flite ffmpeg example Signed-off-by: rogerdpack --- doc/filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 95dcbf279e..c9b3b45bd0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1137,6 +1137,12 @@ Read the specified text selecting the @code{slt} voice: flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt @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: -- cgit v1.2.3 From a8eaa9ebc670ffa0dfc008d032c5239ab2d10ced Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Mon, 15 Oct 2012 11:26:39 -0600 Subject: docu: change verb flite Signed-off-by: rogerdpack --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index c9b3b45bd0..938372c826 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1144,7 +1144,7 @@ ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose @end example @item -Make @file{ffplay} speech the specified text, using @code{flite} and +Make @file{ffplay} speak the specified text, using @code{flite} and the @code{lavfi} device: @example ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.' -- cgit v1.2.3 From dfd085aae2a1ffe02686794140a0f9ee5ddf8386 Mon Sep 17 00:00:00 2001 From: rogerdpack Date: Mon, 15 Oct 2012 11:28:45 -0600 Subject: docu: add word resize to scale filter, to make searching for the word resize simpler Signed-off-by: rogerdpack --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 938372c826..c564c269f1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2999,7 +2999,7 @@ pixels will slow things down on a large logo. @section scale -Scale the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. +Scale (resize) the input video to @var{width}:@var{height}[:@var{interl}=@{1|-1@}] and/or convert the image format. The scale filter forces the output display aspect ratio to be the same of the input, by changing the output sample aspect ratio. -- cgit v1.2.3