---
id: sm-p-video
name: "p-video"
url: https://skills.yangsir.net/skill/sm-p-video
author: inferen-sh
domain: multimedia
tags: ["video-processing", "multimedia-encoding", "video-editing", "content-creation", "video-production"]
install_count: 98487
rating: 4.70 (2000 reviews)
github: https://github.com/inferen-sh/skills
---

# p-video

> inference.sh提供的多媒体代理技能，通过API接口支持视频内容的生成、处理与管理，提升多媒体应用效率。

**Stats**: 98,487 installs · 4.7/5 (2000 reviews)

## Before / After 对比

### 视频处理与增强效率提升

## Readme

# p-video

# Pruna P-Video Generation

Generate videos with Pruna's optimized video models via [inference.sh](https://inference.sh) CLI.

## Quick Start

Requires inference.sh CLI (`infsh`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md)

```
infsh login

infsh 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

```
infsh app run pruna/p-video --input '{
  "prompt": "waves crashing on a beach at sunset",
  "duration": 5,
  "resolution": "720p"
}'

```

### Image-to-Video

```
infsh 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:

```
infsh 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:

```
infsh 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:

```
infsh app run pruna/wan-i2v --input '{
  "prompt": "gentle movement, natural motion, subtle breathing",
  "image": "https://portrait.jpg",
  "resolution": "720p"
}'

```

### 1080p High Quality

```
infsh app run pruna/p-video --input '{
  "prompt": "cinematic landscape with dramatic clouds",
  "resolution": "1080p",
  "duration": 5
}'

```

### Draft Mode (Faster, Cheaper)

```
infsh 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

```
infsh app list --namespace pruna

```

## Related Skills

```
# Full platform skill (all 150+ 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: `infsh app list`

## Documentation

- [Running Apps](https://inference.sh/docs/apps/running) - How to run apps via CLI

- [Streaming Results](https://inference.sh/docs/api/sdk/streaming) - Real-time progress updates

- [Content Pipeline Example](https://inference.sh/docs/examples/content-pipeline) - Building media workflows

Weekly Installs68.2KRepository[inferen-sh/skills](https://github.com/inferen-sh/skills)GitHub Stars159First Seen6 days agoSecurity Audits[Gen Agent Trust HubPass](/inferen-sh/skills/p-video/security/agent-trust-hub)[SocketWarn](/inferen-sh/skills/p-video/security/socket)[SnykWarn](/inferen-sh/skills/p-video/security/snyk)Installed onclaude-code54.9Kgemini-cli47.7Kcodex47.7Kamp47.7Kopencode47.7Kkimi-cli47.7K

---
*Source: https://skills.yangsir.net/skill/sm-p-video*
*Markdown mirror: https://skills.yangsir.net/api/skill/sm-p-video/markdown*