Marketplace पर वापस जाएं
Skill
म्यूजिक वीडियो
अपलोड किए गए गीत, prompt और reference images को Freebeat म्यूजिक वीडियो टास्क में बदलें.
अभी आज़माएंपहले से इंस्टॉल
Community total usage
4Credits usage
8Total generations
Skill के बारे में
skill.md
# म्यूजिक वीडियो
Song, prompt और optional references से Freebeat music video generate करने के लिए यह 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 में देने को कहें.
## Assets तैयार करें
~~~bash
freebeat assets upload-audio --file song.mp3
freebeat assets upload-audio --url https://www.youtube.com/watch?v=abc123
freebeat assets upload-image ref-a.jpg ref-b.jpg
~~~
## Uploaded assets से MV task submit करें
~~~bash
freebeat mv submit --music-id <musicId> --prompt "neon city, fast cuts" --image-url <imageUrl> --aspect-ratio 9:16 --wait
~~~
## Local assets से MV task चलाएं
~~~bash
freebeat mv run --audio song.mp3 --image ref.png --prompt "neon city, fast cuts" --aspect-ratio 9:16 --wait
~~~
MV commands --image-url, --image, --mv-type, --style, --aspect-ratio, --resolution, --watermark, --start-ms, --end-ms और --wait जैसे options support करते हैं.
## 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 मॉडलों के साथ इमेज बनाएं और एडिट करें.
वीडियो03
वीडियो स्टूडियो
टेक्स्ट-टू-वीडियो scenes, social cuts, cinematic drafts, model comparison
वीडियो स्टूडियोPixverse, Sora, Kling, SeedDance, Wan और HappyHorse से टेक्स्ट-टू-वीडियो बैच बनाएं.
इफेक्ट्स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 निकालें.