Browse Source

Fix color filter example.

Found-by: johnd and Paul B Mahol
tags/n1.2
Carl Eugen Hoyos 13 years ago
parent
commit
5ce023b790
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/ffmpeg.texi

+ 1
- 1
doc/ffmpeg.texi 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



Loading…
Cancel
Save