jit.qt.videoout Output video to QuickTime video output component

The jit.qt.videoout object takes a matrix as input, compresses the data and sends it directly to a video output component (VOC), such as that supported by DV cameras (via the FireWire VOC) or a special video card (such as the Matrox RT).

WINDOWS USERS: This object is currently unsupported.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a yes yes yes all all char long float32 float64

Attributes:
Name Type Description
codecquality int Codec quality (default = 2 (normal))
0 = minimum
1 = low
2 = normal
3 = high
4 = maximum
5 = lossless
vocmode int The current video output component (VOC) mode (default = component dependent)
voc int The currently selected video output component (default = 0)

Messages:
close
Closes the connection to an open video output component. The connection is automatically closed when the object is freed.

open
Opens a component connection for video output. You must open the connection before the jit.qt.videoout object does anything.

getvoclist
Sends a list of the available video output components out the object’s right outlet.

getvocmodes
Sends a list of the available video output component modes out the object’s right outlet. (e.g. the FireWire DV VOC offers NTSC and PAL modes)

Example:

See Also:
jit.qt.effect, jit.qt.grab, jit.qt.movie, jit.qt.record