ilovevideoeditor/iLoveVideoEditor Render
Render videos from VideoJSON specs in CI/CD with iLoveVideoEditor — queue a render, wait for completion, and download the MP4
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | iLoveVideoEditor API key (vf_live_...). Store it as a GitHub secret. | yes | — |
| spec | Path to the VideoJSON spec file (relative to the workspace) | yes | — |
| output | Where to save the rendered MP4. Leave empty to skip the download. | no | "" |
| wait | 'true' waits for the render to complete; 'false' only queues it and returns the job ID | no | true |
| api-base | API base URL override (defaults to the production API) | no | https://api.ilovevideoeditor.com |
Outputs
| name | description |
|---|---|
| job-id | Render job ID |
| status | Final render status (completed, failed, queued, ...) |
| download-url | Signed download URL of the rendered video (when wait=true and completed) |