1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

doc/filters: introduce example in vflip filter

This commit is contained in:
Stefano Sabatini
2013-04-24 10:47:14 +02:00
parent 892af3eb47
commit 18144950d4

View File

@@ -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