From c38ae71f54f93c662c7f5ae950cc754d5d9edbf4 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 Oct 2009 22:00:33 +0000 Subject: Add video vertical flip filter. Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/libavfilter.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3