]> git.sesse.net Git - ffmpeg/blobdiff - doc/filters.texi
Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae'
[ffmpeg] / doc / filters.texi
index 1bef8363b6197b58dcbd3d88713d3208976b5917..a0d323b0a1185efe4bd476bbb2eb2f9d94da12d9 100644 (file)
@@ -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.