jit.split
Description
jit.split takes a single matrix, divides it along a specified dimension at a specified point, and outputs the two resulting matrices.
Examples

Matrix Operator
matrix inputs:1, matrix outputs:2
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|---|---|---|---|---|---|---|
out | n/a | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
out2 | n/a | 0 | 0 | 0 | 1 | 1 | char long float32 float64 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
autoclear [int]
Autoclear flag (default = 1) When the flag is set, the matrix is cleared following output.
splitdim [int]
The dimension across which splitting occurs. (default = 0)
splitpoint [int]
The point along the dimension specified by the splitdim attribute where the split occurs. (default = 1)
Common Box Attributes
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.concat | |
jit.demultiplex | |
jit.glue | |
jit.matrix | |
jit.multiplex | |
jit.scissors |