Marketplace पर वापस जाएं
Skill

वीडियो स्टूडियो

Pixverse, Sora, Kling, SeedDance, Wan और HappyHorse से टेक्स्ट-टू-वीडियो बैच बनाएं.

freebeat CLI
अभी आज़माएंपहले से इंस्टॉल

Community total usage

157 557Credits usage
26 946Total generations

Skill के बारे में

skill.md
# वीडियो स्टूडियो

Freebeat CLI से text-to-video generation के लिए यह Skill use करें.

## CLI कमांड चलाने से पहले

Freebeat CLI एक npm package और authenticated API client है. पहले इसे install या refresh करें:

~~~bash
npm install -g freebeat-cli@latest
freebeat --help
~~~

Generation से पहले user को Freebeat API key देनी होगी. इनमें से कोई pattern इस्तेमाल करें:

~~~bash
freebeat auth set-api-key
printf '%s' "$FREEBEAT_API_KEY" | freebeat auth set-api-key --stdin
freebeat --api-key <apiKey> <command>
~~~

Paid या long-running workflow शुरू करने से पहले credentials validate करें:

~~~bash
freebeat auth show
freebeat auth test
~~~

Raw API key paste या log न करें. User से इसे terminal, secret store या environment variable में देने को कहें.

## Supported video models

- Pixverse C1: --model pixverse-c1 or 103
- Pixverse V6: --model pixverse-v6 or 94
- Sora 2 Pro: --model sora-2-pro or 56
- Kling V3 4K: --model kling-v3-4k or 112
- SeedDance 2.0: --model seedance-2.0 or 102
- SeedDance 2.0 Fast: --model seedance-2.0-fast or 101
- Wan V2.7 Video: --model wan-v2.7-video or 104
- HappyHorse: --model happy-horse or 111

Generation से पहले एक model inspect करें:

~~~bash
freebeat models help --name pixverse-c1
~~~

## Video generate करें

~~~bash
freebeat video generate --model pixverse-c1 --prompt "fast cuts, neon city, kinetic camera" --duration 5 --resolution 720p --aspect-ratio 16:9 --wait
freebeat video generate --model pixverse-v6 --prompt "sweeping camera movement के साथ dramatic stage performance" --duration 5 --resolution 720p --generate-audio --wait
freebeat video generate --model sora-2-pro --prompt "glowing music festival से surreal night drive" --duration 8 --resolution 720p --aspect-ratio 16:9 --wait
freebeat video generate --model kling-v3-4k --prompt "laser lights के नीचे dancer वाली 4k music video scene" --duration 5 --resolution 4k --aspect-ratio 16:9 --wait
freebeat video generate --model seedance-2.0-fast --prompt "colorful stage lights वाला fast dance montage" --duration 5 --resolution 720p --aspect-ratio 9:16 --wait
~~~

## Model constraints

- Pixverse C1: duration 1-15, 360p|540p|720p|1080p, supports --generate-audio.
- Pixverse V6: duration 5-15, 720p|1080p, supports --generate-audio.
- Sora 2 Pro: duration 4|8|12, 720p|1080p, aspect ratio auto|16:9|9:16.
- Kling V3 4K: duration 3-15, resolution 4k.
- SeedDance models: duration 4-15, resolution 720p.
- Wan V2.7 Video: duration 2-15, 720p|1080p.
- HappyHorse: duration 3-15, 720p|1080p.

## Progress जांचें

Open RPC image और video commands batch id और serial number लौटाते हैं. Legacy MV और effect commands task id लौटाते हैं.

~~~bash
freebeat task status <batch-id>
freebeat task status <batch-id> --serial-no <serial-no>
freebeat task wait <batch-id> --serial-no <serial-no>
freebeat task status <task-id>
freebeat task wait <task-id>
freebeat task result <task-id>
~~~

जब कोई agent, script या CI task ids, batch ids, serial numbers, result URLs, credits या statuses parse करे तो --json use करें.

दूसरे Freebeat CLI Skills आज़माएं

सभी देखें
जनरेशन01

Freebeat Generate

मॉडल चुनना, image और video generation बदलना, Agent-ready creative requests

Freebeat GenerateFreebeat CLI के सभी समर्थित मॉडलों के लिए एकीकृत इमेज और वीडियो जनरेशन Skill.
इमेज02

इमेज स्टूडियो

एल्बम कवर, उत्पाद विजुअल, reference frames, visual variants

इमेज स्टूडियोFreebeat CLI से Nano Banana, Wan और GPT-Image मॉडलों के साथ इमेज बनाएं और एडिट करें.
म्यूजिक वीडियो04

म्यूजिक वीडियो

गीत-आधारित MV निर्माण, release visuals, prompt और reference workflows

म्यूजिक वीडियोअपलोड किए गए गीत, prompt और reference images को Freebeat म्यूजिक वीडियो टास्क में बदलें.
इफेक्ट्स05

इफेक्ट टेम्पलेट्स

टेम्पलेट-आधारित effects, social clips, campaign variants

इफेक्ट टेम्पलेट्सFreebeat effect templates खोजें और संगीत, इमेज और prompt से effect आधारित वीडियो क्लिप बनाएं.
ऑपरेशन और परिणाम06

टास्क परिणाम

असिंक्रोनस polling, JSON parsing, परिणाम प्राप्ति और batch automation

टास्क परिणामFreebeat MV, effect, image और video jobs को poll करें और पूरे हुए result URLs निकालें.