diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-12 00:01:38 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-12 00:18:39 +0200 |
commit | fdedfc029b355a1cd5f73f964685e2c76c8bd8ad (patch) | |
tree | d4a2615f24a279aebd0b256fba2416a604dc054d /doc | |
parent | b2e22731e4eeb6d13202248a1fb1fb0640e30314 (diff) | |
download | ffmpeg-fdedfc029b355a1cd5f73f964685e2c76c8bd8ad.tar.gz |
doc/filters: rework Commands section for overlay filter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index fa6f656ec3..31587830e4 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 |