Splice

std.Splice(vnode[] clips[, bint mismatch=0])

Returns a clip with all clips appended in the given order.

Splicing clips with different formats or dimensions is considered an error unless mismatch is true.

In Python, std.Splice can also be invoked using the addition operator.