[FFmpeg-devel] [PATCH] doc/filters: add rotate example using degrees
Lou Logan
lou at lrcd.com
Wed Jan 8 20:36:18 CET 2014
---
doc/filters.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index c896edb..39c6faf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6742,6 +6742,12 @@ rotate=-PI/6
@end example
@item
+Rotate the input by 45 degrees clockwise:
+ at example
+rotate=45*PI/180
+ at end example
+
+ at item
Apply a constant rotation with period T, starting from an angle of PI/3:
@example
rotate=PI/3+2*PI*t/T
--
1.8.5.2
More information about the ffmpeg-devel
mailing list