Splice
======

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

   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 :ref:`using the addition operator <pythonreference>`.
