diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-22 22:00:33 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-22 22:00:33 +0000 |
commit | c38ae71f54f93c662c7f5ae950cc754d5d9edbf4 (patch) | |
tree | c372be13a0d034144c62b2b456b870c4d906622b /doc/libavfilter.texi | |
parent | debfab4a0d3636181caef90a4f7942263591e49e (diff) | |
download | ffmpeg-c38ae71f54f93c662c7f5ae950cc754d5d9edbf4.tar.gz |
Add video vertical flip filter.
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r-- | doc/libavfilter.texi | 8 |
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 |