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:
authorStefano Sabatini <stefasab@gmail.com>2013-04-24 12:47:14 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-04-24 19:47:03 +0400
commit18144950d46abf9f7d6147f3ed7c3551a7c24c27 (patch)
treec8b04c47eea6f669c7e1a99af2b7d33bf34ce08f /doc
parent892af3eb47de68641e8fc77ab6e029a267c45bb5 (diff)
doc/filters: introduce example in vflip filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi1
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