Export render preset
export_render_presetStart or stop movie file exports using named delivery presets such as HAP, ProRes, and NotchLC, applying codec and frame rate settings to a TouchDesigner TOP for downstream playback.
Instructions
Start/stop a movie export with named VJ/editorial presets (HAP, HAP Alpha, ProRes 422/4444, NotchLC, MP4 review) while reusing record_movie's Movie File Out TOP recorder. This records a TOP to a file written by TouchDesigner and documents the expected codec/extension/fps for downstream playback tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Override the preset frame rate. | |
| file | No | Output movie path on the TD machine. Required for action=start. | |
| action | No | Start or stop the preset recording pass. | start |
| preset | No | Delivery preset to document and apply. | hap |
| seconds | No | Optional fixed loop duration. Omit to record until a stop call. | |
| node_path | Yes | Path of the TOP to record. |