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