videodraft 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +124 -10
- package/package.json +1 -1
- package/skills/index.json +4 -4
- package/skills/videodraft/SKILL.md +3 -0
- package/skills/videodraft/references/models.md +6 -1
package/README.md
CHANGED
|
@@ -37,6 +37,7 @@ Standalone images, clips and audio are complete deliverables. They do not need a
|
|
|
37
37
|
```bash
|
|
38
38
|
videodraft generate image "isometric workspace, warm light" --num 4 --download "./out/{job_id}_{index}.{ext}"
|
|
39
39
|
videodraft generate video "slow dolly over a misty lake" --model google-veo3.1 --duration 6 --estimate
|
|
40
|
+
videodraft generate video "A cyclist races through rain at night" --model minimax-h3-max --duration 8 --resolution 768p --prompt-expansion-mode balanced --safety-checker true
|
|
40
41
|
videodraft generate audio "Read this in a calm documentary voice" --voice vivi_mixed_en_zh_ja_es_id --download narration.mp3
|
|
41
42
|
videodraft generate audio "Extend @Audio1 with soft rain" --ref-audio ./opening.wav --download extended.wav --format wav
|
|
42
43
|
videodraft generate voiceover "Welcome to VideoDraft" --download welcome.mp3
|