Browse Source

doc/filters: add one more blend example

This is faster than geq example below.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol 9 years ago
parent
commit
f80b4750b9
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/filters.texi

+ 6
- 0
doc/filters.texi View File

@@ -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


Loading…
Cancel
Save