diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 12:42:21 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 12:47:10 +0200 |
commit | 89d581f15e0df2227ad768437415008b4a2d4578 (patch) | |
tree | 83b1d94783b6384cef7727e99d275efa8c3fdf2b | |
parent | 8e85b69d716b031cf7b01e5a22d79823c8d5aeca (diff) | |
download | ffmpeg-89d581f15e0df2227ad768437415008b4a2d4578.tar.gz |
doc/filters: fix old broken syntax of color source in overlay example
Found-By: littlebat <dashing.meng@gmail.com>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index dbcf861fe9..fcd3941ea0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4332,7 +4332,7 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=10:H-h-10,overlay=W-w Add a transparent color layer on top of the main video, WxH specifies the size of the main input to the overlay filter: @example -color=red@@.3:WxH [over]; [in][over] overlay [out] +color=color=red@@.3:size=WxH [over]; [in][over] overlay [out] @end example @item |