p-video
halt-catch-fire/skills
Generate videos with Pruna's optimized P-Video and WAN models via inference.sh CLI.
What is p-video?
Generate text-to-video, image-to-video, and audio-synced videos using Pruna's optimized models (P-Video, WAN-T2V, WAN-I2V) through the inference.sh platform. Use this when you need fast, cost-effective video generation at 480p–1080p resolutions.
- Text-to-video generation with detailed prompts
- Image-to-video animation with motion control
- Audio synchronization with video content
- Multiple resolution options (480p, 720p, 1080p)
- Draft mode for faster, cheaper iterations
- Three optimized model variants for different use cases
How to install p-video
npx skills add https://github.com/halt-catch-fire/skills --skill p-video- inference.sh CLI (belt) installed and configured
- Valid inference.sh account with login credentials
How to use p-video
- 1.Run `belt login` to authenticate with inference.sh
- 2.Choose a model: `pruna/p-video` (full-featured), `pruna/wan-t2v` (text-to-video), or `pruna/wan-i2v` (image-to-video)
- 3.Execute `belt app run <model-id> --input '{...}'` with your prompt, image URL, or audio URL
- 4.Specify resolution (480p, 720p, or 1080p) and duration as needed
- 5.Optionally enable draft mode for faster, cheaper generation
Use cases
- Generate marketing videos from text descriptions
- Animate static product images for e-commerce
- Create video content with synchronized voiceover or music
- Produce quick concept videos in draft mode before final rendering
- Batch generate landscape or cinematic videos at scale
- Content creators and marketers
- Video production teams seeking cost-effective generation
- Developers building media workflows
- Product teams needing rapid video prototyping
p-video FAQ
P-Video is full-featured with audio support and higher resolutions (720p/1080p). WAN-T2V and WAN-I2V are faster and more economical, supporting 480p/720p. Choose WAN for quick, budget-conscious projects; P-Video for higher quality or audio sync.
Yes. Pass image URLs via the `image` parameter for image-to-video, and audio URLs via the `audio` parameter for audio sync. Both must be publicly accessible URLs.
Draft mode generates videos faster and at lower cost by using fewer inference steps. Use it for concept testing or quick iterations before final rendering.
P-Video supports 720p and 1080p. WAN-T2V and WAN-I2V support 480p and 720p. Higher resolutions cost more per video.
Run `belt app list --namespace pruna` to list all Pruna models, or visit `belt app store` to browse the full platform.
Full instructions (SKILL.md)
Source of truth, from halt-catch-fire/skills.
name: p-video description: "Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio support, 720p/1080p, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna video, p-video, pruna ai video, fast video generation, optimized video, wan t2v, wan i2v, economic video generation, cheap video generation, pruna text to video, pruna image to video" allowed-tools: Bash(belt *)
Install the belt CLI skill:
npx skills add belt-sh/cli
Pruna P-Video Generation
Generate videos with Pruna's optimized video models via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
belt app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}'
Pruna Video Models
Pruna optimizes AI models for speed without sacrificing quality.
| Model | App ID | Best For |
|---|---|---|
| P-Video | pruna/p-video | Text-to-video, image-to-video, with audio |
| WAN-T2V | pruna/wan-t2v | Text-to-video, 480p/720p |
| WAN-I2V | pruna/wan-i2v | Animate images, 480p/720p |
Examples
Text-to-Video
belt app run pruna/p-video --input '{
"prompt": "waves crashing on a beach at sunset",
"duration": 5,
"resolution": "720p"
}'
Image-to-Video
belt app run pruna/p-video --input '{
"prompt": "gentle camera movement, clouds drifting",
"image": "https://your-image.jpg"
}'
With Audio
P-Video supports audio input that syncs with the video:
belt app run pruna/p-video --input '{
"prompt": "person talking in an interview setting",
"audio": "https://your-audio.mp3"
}'
WAN Text-to-Video
Fast and economical text-to-video:
belt app run pruna/wan-t2v --input '{
"prompt": "a cat playing with a ball of yarn",
"resolution": "720p",
"duration": 5
}'
WAN Image-to-Video
Animate any still image:
belt app run pruna/wan-i2v --input '{
"prompt": "gentle movement, natural motion, subtle breathing",
"image": "https://portrait.jpg",
"resolution": "720p"
}'
1080p High Quality
belt app run pruna/p-video --input '{
"prompt": "cinematic landscape with dramatic clouds",
"resolution": "1080p",
"duration": 5
}'
Draft Mode (Faster, Cheaper)
belt app run pruna/p-video --input '{
"prompt": "quick concept test video",
"draft": true
}'
Resolution Options
| Model | Resolutions | Pricing |
|---|---|---|
| P-Video | 720p, 1080p | Per second, varies by resolution/draft |
| WAN-T2V | 480p, 720p | $0.05 (480p), $0.10 (720p) per video |
| WAN-I2V | 480p, 720p | $0.05 (480p), $0.11 (720p) per video |
Browse All Pruna Apps
belt app list --namespace pruna
Related Skills
# Full platform skill (all 250+ apps)
npx skills add inference-sh/skills@infsh-cli
# All video generation models
npx skills add inference-sh/skills@ai-video-generation
# Image-to-video guide
npx skills add inference-sh/skills@image-to-video
# Pruna image generation
npx skills add inference-sh/skills@p-image
# Text-to-speech (for video narration)
npx skills add inference-sh/skills@text-to-speech
Browse all apps: belt app store
Documentation
- Running Apps - How to run apps via CLI
- Streaming Results - Real-time progress updates
- Content Pipeline Example - Building media workflows
Related skills
More from halt-catch-fire/skills and the wider catalog.

p-video-avatar
Generate realistic talking head avatar videos from portrait images in seconds—18x faster and 6x cheaper than competitors.

product-hunt-launch
Optimize your Product Hunt launch with gallery strategy, timing, and maker engagement tactics

product-photography
Generate professional product photography with AI—hero shots, packshots, lifestyle images, and e-commerce sets.

python-executor
Execute Python code safely in a sandboxed environment with 100+ pre-installed libraries.

remotion-render
Render MP4 videos from React/Remotion component code via inference.sh CLI.

seedance
Generate AI videos with synchronized audio using ByteDance Seedance 2.0—text, image, or reference-guided.