aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-13 23:33:22 +0100
committerClément Bœsch <ubitux@gmail.com>2011-11-13 23:35:45 +0100
commit9466237b8b0c491e3d81f96d0fe88db553dfe1dd (patch)
treea8bc912f5a84f8fa347c6493fecb35f278a33ed5 /doc/filters.texi
parent3a9f2f1d65f586e7bee2416bfd67a5fbdb9c59bf (diff)
downloadffmpeg-9466237b8b0c491e3d81f96d0fe88db553dfe1dd.tar.gz
doc: drop "./" binary prefixes.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b45df573f7..9fa9c04ac5 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1219,7 +1219,7 @@ which is bottom field first.
For example:
@example
-./ffmpeg -i in.vob -vf "fieldorder=bff" out.dv
+ffmpeg -i in.vob -vf "fieldorder=bff" out.dv
@end example
@section fifo
@@ -2295,7 +2295,7 @@ Pass the images of input video on to next video filter as multiple
slices.
@example
-./ffmpeg -i in.avi -vf "slicify=32" out.avi
+ffmpeg -i in.avi -vf "slicify=32" out.avi
@end example
The filter accepts the slice height as parameter. If the parameter is
@@ -2407,7 +2407,7 @@ unsharp=7:7:2.5
unsharp=7:7:-2:7:7:-2
# Use the default values with @command{ffmpeg}
-./ffmpeg -i in.avi -vf "unsharp" out.mp4
+ffmpeg -i in.avi -vf "unsharp" out.mp4
@end example
@section vflip
@@ -2415,7 +2415,7 @@ unsharp=7:7:-2:7:7:-2
Flip the input video vertically.
@example
-./ffmpeg -i in.avi -vf "vflip" out.avi
+ffmpeg -i in.avi -vf "vflip" out.avi
@end example
@section yadif