You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 14:23:15 +02:00
doc/filters: add one more blend example
This is faster than geq example below. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@ -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)'
|
blend=all_expr='if(gte(T*SH*40+Y,H)*gte((T*40*SW+X)*W/H,W),A,B)'
|
||||||
@end example
|
@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
|
@item
|
||||||
Display differences between the current and the previous frame:
|
Display differences between the current and the previous frame:
|
||||||
@example
|
@example
|
||||||
|
Reference in New Issue
Block a user