From 00bef6431ed787b30dcad609596f6a5cac703652 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Wed, 8 Jan 2014 10:36:18 -0900 Subject: [PATCH] doc/filters: add rotate example using degrees --- doc/filters.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index c896edb6b3..39c6faff79 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6741,6 +6741,12 @@ Rotate the input by PI/6 radians counter-clockwise: rotate=-PI/6 @end example +@item +Rotate the input by 45 degrees clockwise: +@example +rotate=45*PI/180 +@end example + @item Apply a constant rotation with period T, starting from an angle of PI/3: @example