Commit 89d581f1 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: fix old broken syntax of color source in overlay example

Found-By: 's avatarlittlebat <dashing.meng@gmail.com>
parent 8e85b69d
......@@ -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
......
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