diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:33:22 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-13 23:35:45 +0100 |
commit | 9466237b8b0c491e3d81f96d0fe88db553dfe1dd (patch) | |
tree | a8bc912f5a84f8fa347c6493fecb35f278a33ed5 /doc/libavfilter.texi | |
parent | 3a9f2f1d65f586e7bee2416bfd67a5fbdb9c59bf (diff) | |
download | ffmpeg-9466237b8b0c491e3d81f96d0fe88db553dfe1dd.tar.gz |
doc: drop "./" binary prefixes.
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r-- | doc/libavfilter.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index 766b77f083..de5baa8eec 100644 --- a/doc/libavfilter.texi +++ b/doc/libavfilter.texi @@ -36,7 +36,7 @@ and the vflip filter before merging it back with the other stream by overlaying it on top. You can use the following command to achieve this: @example -./ffmpeg -i input -vf "[in] split [T1], fifo, [T2] overlay=0:H/2 [out]; [T1] fifo, crop=iw:ih/2:0:ih/2, vflip [T2]" output +ffmpeg -i input -vf "[in] split [T1], fifo, [T2] overlay=0:H/2 [out]; [T1] fifo, crop=iw:ih/2:0:ih/2, vflip [T2]" output @end example The result will be that in output the top half of the video is mirrored |