summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-15 00:14:35 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-15 00:14:35 +0100
commit5ce023b790e53c8da54c411b5ddec058e8036b8d (patch)
tree734614df58de508e7e1b7d58c9ccf24829106a45 /doc/ffmpeg.texi
parent274e48d8ac1e13e53978843edc4c949ed4a79d63 (diff)
Fix color filter example.
Found-by: johnd and Paul B Mahol
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 0f862c1136..8a29d5e14b 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -981,7 +981,7 @@ ffmpeg -i video.mkv -i image.png -filter_complex 'overlay' out.mkv
To generate 5 seconds of pure red video using lavfi @code{color} source:
@example
-ffmpeg -filter_complex 'color=red' -t 5 out.mkv
+ffmpeg -filter_complex 'color=c=red' -t 5 out.mkv
@end example
@end table