pixverse-ai-cli 1.0.8 → 1.0.9
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 +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,6 +104,9 @@ pixverse create sound --video <video_id> --prompt "Birds chirping in a forest"
|
|
|
104
104
|
# Extend video duration
|
|
105
105
|
pixverse create extend --video <video_id>
|
|
106
106
|
|
|
107
|
+
# Modify an existing video
|
|
108
|
+
pixverse create modify --video <video_id> --prompt "Change the background to a beach"
|
|
109
|
+
|
|
107
110
|
# Upscale video resolution
|
|
108
111
|
pixverse create upscale --video <video_id> --quality 1080p
|
|
109
112
|
|
|
@@ -247,6 +250,7 @@ pixverse asset download "$VID" --dest ./output/
|
|
|
247
250
|
| `create speech` | Add lip-sync speech to video |
|
|
248
251
|
| `create sound` | Add AI sound effects to video |
|
|
249
252
|
| `create extend` | Extend video duration |
|
|
253
|
+
| `create modify` | Modify an existing video |
|
|
250
254
|
| `create upscale` | Upscale video resolution |
|
|
251
255
|
| `create reference` | Generate video with character references |
|
|
252
256
|
| `create template` | Create from a template/effect |
|