Transferring 视频
- 作者仓库星标 17,824
- 作者仓库 AiToEarn
Video Style Transfer
Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer.
When to Use
Use this skill when:
- Converting videos to comic/manga style
- Creating anime-style versions of videos
- Applying 3D cartoon effects to videos
- Transforming real-world footage into artistic styles
Available Styles
| Style | Description | Best For |
|---|---|---|
| 漫画风 (Comic) | Bold outlines, flat colors | Action scenes, dramatic content |
| 3D卡通风格 (3D Cartoon) | Smooth 3D rendering | Family content, cute subjects |
| 日漫风格 (Japanese Anime) | Anime aesthetics | Storytelling, character-focused |
Workflow
Step 1: Get Video Input
Obtain the video URL or VID from user. URLs will be auto-uploaded.
Step 2: Submit Style Transfer Task
Call submitVideoStyleTransfer with:
- Video source
- Target style
- Output resolution
Step 3: Poll for Results
- First check: Wait 210 seconds (3.5 minutes) after submission
- Subsequent checks: Wait 30 seconds between polls
- Call
getVideoStyleTransferStatusto check progress
Step 4: Timeout Handling
Maximum wait time: 20 minutes
If task exceeds 20 minutes:
- Report as timeout failure
- Suggest user try with shorter video or lower resolution
Step 5: Return Results
On completion, return the styled video URL and VID to user.
Examples
Example 1: Convert to Comic Style
1. submitVideoStyleTransfer:
- videoInput: "https://example.com/video.mp4"
- style: "漫画风"
- resolution: "720p"
2. Wait 210 seconds
3. Poll getVideoStyleTransferStatus until completed
4. Return styled video URL
Example 2: Create Japanese Anime Version
1. submitVideoStyleTransfer:
- videoInput: "vid://xxxxx"
- style: "日漫风格"
- resolution: "1080p"
2. Wait 210 seconds
3. Poll getVideoStyleTransferStatus until completed
4. Return styled video URL
Resolution Selection
| Resolution | Use Case | Processing Time |
|---|---|---|
| 480p | Quick testing, previews | Fastest |
| 720p | Standard quality output | Normal |
| 1080p | High quality final output | Longest |
Important Notes
- Processing time: approximately 10 minutes per 1-minute of video
- Maximum wait time is 20 minutes
- Style transfer works best with clear subjects and good lighting
- Use 480p for testing, upgrade to 720p/1080p for final output
- 流狐分类
- 写作
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @yikart · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
# Step 3: Poll for Results
1. First check: Wait **210 seconds** (3.5 minutes) after submission
2. Subsequent checks: Wait **30 seconds** between polls
3. Call `getVideoStyleTransferStatus` to check progress Workflow
Obtain the video URL or VID from user. URLs will be auto-uploaded.
Call submitVideoStyleTransfer with: Video source Target style
First check: Wait 210 seconds (3.5 minutes) after submission Subsequent checks: Wait 30 seconds between polls Call getVideoStyleTransferStatus to check progress
Maximum wait time: 20 minutes If task exceeds 20 minutes: Report as timeout failure
On completion, return the styled video URL and VID to user.
# Video Style Transfer
Converts live-action videos into artistic styles (comic, anime, 3D cartoon) using AI-powered style transfer.
## When to Use
Use this skill when:
- Converting videos to comic/manga style
- Creating anime-style versions of videos
- Applying 3D cartoon effects to videos
- Transforming real-world footage into artistic styles
## Available Styles
| Style | Description | Best For |
| ------------------------- | -------------------------- | ------------------------------- |
| 漫画风 (Comic) | Bold outlines, flat colors | Action scenes, dramatic content |
| 3D卡通风格 (3D Cartoon) | Smooth 3D rendering | Family content, cute subjects |
| 日漫风格 (Japanese Anime) | Anime aesthetics | Storytelling, character-focused |
## Workflow
### Step 1: Get Video Input
Obtain the video URL or VID from user. URLs will be auto-uploaded.
### Step 2: Submit Style Transfer Task
Call `submitVideoStyleTransfer` with:
- Video source
- Target style
- Output resolution
### Step 3: Poll for Results
1. First check: Wait **210 seconds** (3.5 minutes) after submission
2. Subsequent checks: Wait **30 seconds** between polls
3. Call `getVideoStyleTransferStatus` to check progress
### Step 4: Timeout Handling
**Maximum wait time: 20 minutes**
If task exceeds 20 minutes:
- Report as timeout failure
- Suggest user try with shorter video or lower resolution
### Step 5: Return Results
On completion, return the styled video URL and VID to user.
## Examples
### Example 1: Convert to Comic Style
```
1. submitVideoStyleTransfer:
- videoInput: "https://example.com/video.mp4"
- style: "漫画风"
- resolution: "720p"
2. Wait 210 seconds
3. Poll getVideoStyleTransferStatus until completed
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Use → Available Styles → Workflow → Step 1: Get Video Input → Step 2: Submit Style Transfer Task → Step 3: Poll for Results
要点 -> 210 seconds · 30 seconds · Maximum wait time: 20 minutes · 10 minutes per 1-minute
文件/命令 -> submitVideoStyleTransfer · getVideoStyleTransferStatus · comic/manga · example.com/video.mp4 · 720p/1080p
内容 SHA-256 -> 33b32acc73e9
方法与流程
适用与边界
原文中的明确线索
submitVideoStyleTransfer、getVideoStyleTransferStatus、comic/manga、example.com/video.mp4、720p/1080p