Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-07-16 20:43:59 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-07-19 16:13:51 +0300
commit8271a84094aafe142faa2305890413ddddea1110 (patch)
tree56e2f132a201755b4216802cf74e08d80fae646a /doc/filters.texi
parentc7dd2365f432cf8338596a37e04556b66889d3e2 (diff)
avfilter: Add reverse filter
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 1bef8363b6..a0d323b0a1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8418,6 +8418,22 @@ pixels will slow things down on a large logo.
This filter uses the repeat_field flag from the Video ES headers and hard repeats
fields based on its value.
+@section reverse
+
+Reverse a clip.
+
+Warning: This iflter qequires memory to buffer the entire clip, so trimming is suggested.
+
+@subsection Examples
+
+@itemize
+@item
+Take the first 5 seconds of a clip, and reverse it.
+@example
+trim=end=5,reverse
+@end example
+@end itemize
+
@section rotate
Rotate video by an arbitrary angle expressed in radians.