[FFmpeg-cvslog] doc/filters: rework Commands section for overlay filter

Stefano Sabatini git at videolan.org
Fri Apr 12 00:20:37 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Apr 12 00:01:38 2013 +0200| [fdedfc029b355a1cd5f73f964685e2c76c8bd8ad] | committer: Stefano Sabatini

doc/filters: rework Commands section for overlay filter

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fdedfc029b355a1cd5f73f964685e2c76c8bd8ad
---

 doc/filters.texi |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index fa6f656..3158783 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4369,16 +4369,16 @@ efficiency of such approach.
 
 @subsection Commands
 
-This filter supports the following command:
+This filter supports the following commands:
 @table @option
 @item x
-Set the @option{x} option expression.
-
 @item y
-Set the @option{y} option expression.
-
 @item enable
-Set the @option{enable} option expression.
+Modify the x/y and enable overlay of the overlay input.
+The command accepts the same syntax of the corresponding option.
+
+If the specified expression is not valid, it is kept at its current
+value.
 @end table
 
 @subsection Examples



More information about the ffmpeg-cvslog mailing list