diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 14:59:12 +0000 |
commit | a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73 (patch) | |
tree | b3606befcc85e3bbd5e0f8cf4032b343cae928a2 /doc/filters.texi | |
parent | 3123823cb2376affe6179efe36c52d6017e998d3 (diff) | |
download | ffmpeg-a1e171dfee17a9dcc7c5907b16d5c1a2748bfe73.tar.gz |
Add hflip filter.
Originally committed as revision 24806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7f0cb7141e..380d91d9a0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -56,6 +56,16 @@ The following command: will convert the input video to the format ``yuv420p''. +@section hflip + +Flip the input video horizontally. + +For example to horizontally flip the video in input with +@file{ffmpeg}: +@example +ffmpeg -i in.avi -vf "hflip" out.avi +@end example + @section noformat Force libavfilter not to use any of the specified pixel formats for the |