make-video
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese生成视频
Generate Video
前置条件
Prerequisites
设置环境变量 。
NETA_TOKENSet the environment variable .
NETA_TOKEN使用方法
Usage
bash
npm run neta -- make-video --image-source "https://example.com/image.jpg" --prompt "让图片动起来" --model "model_s"bash
npm run neta -- make-video --image-source "https://example.com/image.jpg" --prompt "Animate the image" --model "model_s"参数
Parameters
| 参数 | 必填 | 默认值 | 说明 |
|---|---|---|---|
| --image-source, -i | 是 | - | 源图片 URL |
| --prompt, -p | 是 | - | 视频描述提示词 |
| --model, -m | 否 | model_s | 模型选择 (model_s: 快速,model_w: 高质量) |
| Parameter | Required | Default Value | Description |
|---|---|---|---|
| --image-source, -i | Yes | - | Source image URL |
| --prompt, -p | Yes | - | Prompt for video description |
| --model, -m | No | model_s | Model selection (model_s: fast, model_w: high quality) |
输出
Output
返回 JSON 格式结果,包含 task_uuid、task_status 和 artifacts 数组。
Returns results in JSON format, including task_uuid, task_status, and artifacts array.
相关技能
Related Skills
- make-image - 生成图片
- merge-video - 合并视频
- make-image - Generate images
- merge-video - Merge videos