Commit 5ce023b7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix color filter example.

Found-by: johnd and Paul B Mahol
parent 274e48d8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment