jit.dx.videoout Output video to DirectX FireWire output (Windows only)

The jit.dx.videoout object takes a matrix as input, compresses the data and sends it directly over FireWire to an attached DV camera.

MACINTOSH USERS: The jit.dx.videoout object uses DirectX, and is Windows-only. Please refer to the jit.qt.videoout object.

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

Messages:
close
Closes the connection to an open FireWire device. The connection is automatically closed when the object is freed.

open
Opens a connection to a FireWire device for video output. You must open the connection before the jit.dx.videoout object does anything.

Example:

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