mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 19:31:24 +00:00
doc/filters: fix old broken syntax of color source in overlay example
Found-By: littlebat <dashing.meng@gmail.com>
This commit is contained in:
parent
8e85b69d71
commit
89d581f15e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user