Fix color filter example.

Found-by: johnd and Paul B Mahol
This commit is contained in:
Carl Eugen Hoyos 2013-01-15 00:14:35 +01:00
parent 274e48d8ac
commit 5ce023b790

View File

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