Export render preset
export_render_presetStart or stop named video export presets (HAP, ProRes, NotchLC, MP4) in TouchDesigner, recording a TOP to file and documenting codec, extension, and fps for reliable 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. |