Commit 00bef643 authored by Lou Logan's avatar Lou Logan Committed by Stefano Sabatini

doc/filters: add rotate example using degrees

parent 2be1e1b2
...@@ -6741,6 +6741,12 @@ Rotate the input by PI/6 radians counter-clockwise: ...@@ -6741,6 +6741,12 @@ Rotate the input by PI/6 radians counter-clockwise:
rotate=-PI/6 rotate=-PI/6
@end example @end example
@item
Rotate the input by 45 degrees clockwise:
@example
rotate=45*PI/180
@end example
@item @item
Apply a constant rotation with period T, starting from an angle of PI/3: Apply a constant rotation with period T, starting from an angle of PI/3:
@example @example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment