help
Print human-readable or structured command help.
npx -y make-video-pro@latest help --json- --json
- Return structured JSON help.
Documentation
Use the CLI to authorize a local session, process a video, render it, and save the finished MP4. For the AI-agent entrypoint, visit the AI page.
Node.js 18 or later is required. Run help first to retrieve the machine-readable command and parameter reference.
npx -y make-video-pro@latest help --jsonActive videos are automatically archived after 10 days without updates. Archived videos remain restorable for 30 days. After 30 days in the archive, videos are permanently deleted automatically and cannot be restored.
Print human-readable or structured command help.
npx -y make-video-pro@latest help --jsonAuthorize the CLI in your browser and store a local session.
npx -y make-video-pro@latest login --jsonRevoke and remove the local CLI session.
npx -y make-video-pro@latest logout --jsonList the supported language codes for upload and rendering.
npx -y make-video-pro@latest languages --jsonList saved processing templates for the authorized account.
npx -y make-video-pro@latest templates --jsonCalculate the source MD5 used to match an active uploaded video.
npx -y make-video-pro@latest fingerprint <file> --jsonUpload source media and start captions, translation, voice, or clip processing.
npx -y make-video-pro@latest upload <file> --target-language <code> --wait --jsonList all active videos and their source MD5 values.
npx -y make-video-pro@latest list --jsonCheck processing, readiness, render state, and next action for a video.
npx -y make-video-pro@latest status <videoId> --jsonMove an active video to the archive after explicit confirmation. It remains restorable for 30 days.
npx -y make-video-pro@latest archive <videoId> --confirm --jsonRestore an archived video when an active-video slot is available.
npx -y make-video-pro@latest restore <videoId> --jsonShow or update caption style before rendering.
npx -y make-video-pro@latest style <videoId> --font-color '#ffffff' --font-size 48 --jsonStart or inspect cloud rendering for a ready video.
npx -y make-video-pro@latest render <videoId> --confirm-credits --wait --jsonRender a ready video with the optional local Remotion package.
npx -y --package make-video-pro@latest --package make-video-pro-local-renderer@latest make-video-pro render-local <videoId> -o ./exports/output.mp4 --jsonDownload a completed cloud render.
npx -y make-video-pro@latest download <videoId> -o ./exports/output.mp4 --json