Cloud Rendering
Render compositions in Editframe's cloud infrastructure. Requires an API token.
cloud-render
npx editframe cloud-render [directory] [options]
Builds the project, syncs assets, and submits a render job to the cloud.
Options
-s, --strategy <strategy>— Render strategy (default:v1)
Workflow
- Builds the project with Vite
- Syncs assets to Editframe servers
- Extracts render info from the composition
- Creates a cloud render job
- Uploads built assets
sync
npx editframe sync [directory]
Syncs assets from src/assets/.cache to Editframe servers. Required before cloud rendering.
process
npx editframe process [directory]
Builds the project and processes assets for cloud rendering. Analyzes media files and prepares them for the render pipeline.
process-file
npx editframe process-file <file>
Uploads a single audio/video file to Editframe for processing. Shows upload progress and waits for processing to complete.
Authentication
All cloud commands require an API token. Set it via:
npx editframe --token <your-token> cloud-render
Or set the EF_TOKEN environment variable:
export EF_TOKEN=your-tokennpx editframe cloud-render
Verify your token:
npx editframe auth