Wunjo Plugins#
A Wunjo Make plugin is a small Python program plus a manifest. The editor runs it on a clip, a detected face or a text prompt, and places the result back on the timeline or in the Project Bin. Plugins are how Wunjo Make gets its AI tools: face swap, lip sync, voice cloning and the rest all ship this way.
This section is for people who write plugins. To install and use them in the editor, see AI features.
- Plugin format (.wmplugin)
Folder layout, every
plugin.jsonfield, targets and results.
- Plugin authoring guide
The entry-point protocol, environments, models, API keys and parameters.
- Worked examples
Four copy-paste skeletons: local video, local audio, API generator, face.
- Limitations and rules
What a plugin may not do, sandbox paths, secrets and sizing rules.
The reference plugins live in the
plugins folder
of the Wunjo repository, together with pack.py, which turns a plugin folder
into a .wmplugin archive.