diff --git a/doc/filters.texi b/doc/filters.texi
index b7762101a6eaed53a9e4f430b1e4e823f8948d16..68f54f19b07a0d08c2339645a545007fa524df77 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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