moviepy.video.fx.all.mask_or

moviepy.video.fx.all.mask_or(clip, other_clip)[source]

Returns the logical ‘or’ (max) between two masks. other_clip can be a mask clip or a picture (np.array). The result has the duration of ‘clip’ (if it has any)