mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
doc/filters: add one more blend example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -4994,6 +4994,12 @@ Apply transition from bottom layer to top layer in first 10 seconds:
|
||||
blend=all_expr='A*(if(gte(T,10),1,T/10))+B*(1-(if(gte(T,10),1,T/10)))'
|
||||
@end example
|
||||
|
||||
@item
|
||||
Apply linear horizontal transition from top layer to bottom layer:
|
||||
@example
|
||||
blend=all_expr='A*(X/W)+B*(1-X/W)'
|
||||
@end example
|
||||
|
||||
@item
|
||||
Apply 1x1 checkerboard effect:
|
||||
@example
|
||||
|
||||
Reference in New Issue
Block a user