make-video
Installation
SKILL.md
生成视频
前置条件
设置环境变量 NETA_TOKEN。
使用方法
pnpm neta make-video --image-source "https://example.com/image.jpg" --prompt "让图片动起来" --model "model_s"
参数
| 参数 | 必填 | 默认值 | 说明 |
|---|---|---|---|
| --image-source, -i | 是 | - | 源图片 URL |
| --prompt, -p | 是 | - | 视频描述提示词 |
| --model, -m | 否 | model_s | 模型选择 (model_s: 快速,model_w: 高质量) |