diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 10:47:14 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-24 17:47:03 +0200 |
commit | 18144950d46abf9f7d6147f3ed7c3551a7c24c27 (patch) | |
tree | c8b04c47eea6f669c7e1a99af2b7d33bf34ce08f | |
parent | 892af3eb47de68641e8fc77ab6e029a267c45bb5 (diff) | |
download | ffmpeg-18144950d46abf9f7d6147f3ed7c3551a7c24c27.tar.gz |
doc/filters: introduce example in vflip filter
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8f477b9e93..aa1abf062d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6224,6 +6224,7 @@ unsharp=7:7:-2:7:7:-2 Flip the input video vertically. +For example, to vertically flip a video with @command{ffmpeg}: @example ffmpeg -i in.avi -vf "vflip" out.avi @end example |