summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-06-11 16:02:39 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-06-13 01:21:47 +0200
commite0135a4bcdc1bc74760c1f2fcd88f92b3445e822 (patch)
tree65e4421e713683534ec8f94a662303083e5818c8 /doc
parent6397264e84901aecd3c98e2954258d07af79db73 (diff)
lavfi/rotate: add angle command
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 282355ad77..c0bd281600 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5883,6 +5883,19 @@ rotate=2*PI*t:ow='min(iw,ih)/sqrt(2)':oh=ow:c=none
@end example
@end itemize
+@subsection Commands
+
+The filter supports the following commands:
+
+@table @option
+@item a, angle
+Set the angle expression.
+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
+
@section sab
Apply Shape Adaptive Blur.