Commit 029cca6f authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: clarify example explanation

parent 89d581f1
......@@ -4329,8 +4329,8 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=10:H-h-10,overlay=W-w
@end example
@item
Add a transparent color layer on top of the main video, WxH specifies
the size of the main input to the overlay filter:
Add a transparent color layer on top of the main video, @code{WxH}
must specify the size of the main input to the overlay filter:
@example
color=color=red@@.3:size=WxH [over]; [in][over] overlay [out]
@end example
......
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