toggle_movie_maker
Activate or deactivate Godot's built-in uncompressed video recorder by editing project.godot, with a locked timestep for consistent fps. Set output video path and capture rate when enabling.
Instructions
Movie Maker Engine Activator: Edit project.godot to toggle Godot's built-in uncompressed video recorder, locking the render time-step to a perfect fps loop.
Args: project_path: Absolute path to the Godot project directory. enable: True to activate Movie Maker, False to disable. output_file: res:// output video path (e.g. 'res://render/movie.avi'). fps: Capture framerate (default 60). Only used when enable=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| enable | No | ||
| output_file | No | res://render/output.avi | |
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |