Create video player
create_video_playerCreate a video player with play, speed, and clip controls for VJ clip playback in TouchDesigner. Supports empty player, single file, or playlist.
Instructions
Build a movie/clip player: one Movie File In TOP, or a playlist of clips fed through a Switch TOP with a Clip selector. Exposes live Play / Speed (and Clip) controls, output as a Null. Pass file paths, or none to get an empty player you point at a file in TD. For VJ clip playback — mix it with create_layer_mixer or make it react with bind_to_channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Movie file path(s). 0 = an empty player you can point at a file later; 1 = a single clip; 2+ = a playlist with a Switch TOP and a Clip selector. | |
| expose_controls | No | Expose live Play / Speed (and Clip, for a playlist) controls. | |
| parent_path | No | /project1 |