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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/libavfilter.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index db21d7fdf2..b612d1e616 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -115,4 +115,12 @@ The default value of ``w'' and ``h'' is 0.
Pass the source unchanged to the output.
+@section vflip
+
+Flip the input video vertically.
+
+@example
+./ffmpeg -i in.avi -vfilters "vflip" out.avi
+@end example
+
@bye