Commit f80b4750 authored by Paul B Mahol's avatar Paul B Mahol

doc/filters: add one more blend example

This is faster than geq example below.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 0b0121d7
......@@ -4243,6 +4243,12 @@ Apply uncover up-left effect:
blend=all_expr='if(gte(T*SH*40+Y,H)*gte((T*40*SW+X)*W/H,W),A,B)'
@end example
@item
Split diagonally video and shows top and bottom layer on each side:
@example
blend=all_expr=if(gt(X,Y*(W/H)),A,B)
@end example
@item
Display differences between the current and the previous frame:
@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