返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
v

video-upscaler

Intelligently upscale and enhance videos to cinematic quality using a multi-model backend (Topaz, SeedVR2).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
268
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

video-upscaler

## Summary The **Video Upscaler** skill provides professional-grade video quality enhancement by leveraging a powerful, multi-model backend. It intelligently selects the best AI model (Topaz, SeedVR2, etc.) based on the user-defined profile to achieve optimal results, transforming low-resolution or noisy footage into crisp, cinematic-quality video. This skill abstracts away the complexity of choosing and configuring different AI upscaling models. Instead of dealing with dozens of technical parameters, the user simply chooses a high-level goal, and the skill handles the rest. ## Features - **Multi-Model Backend**: Dynamically routes requests to the best model for the job (Topaz, SeedVR2, etc.) via a unified API. - **Profile-Based Enhancement**: Offers a range of pre-configured profiles for common use cases, from standard 2x upscaling to 4K cinematic conversion and 60 FPS frame boosting. - **Asynchronous by Design**: Handles long-running video processing jobs without blocking the agent. - **Simple Interface**: Requires only a video URL and a profile name to start. ## How It Works The skill operates in a simple, two-step asynchronous workflow: 1. **Submit Job**: The agent calls the `/upscale` endpoint with a video URL and a profile name. The service validates the request, selects the appropriate AI model, and submits the job to the `fal.ai` backend. It immediately returns a `task_id`. 2. **Poll for Status**: The agent uses the `task_id` to periodically call the `/status/{task_id}` endpoint. The status will be `queued`, `in_progress`, or `completed`. Once completed, the response will contain the URL of the final, upscaled video. ## Available Profiles | Profile Name | Description | | :--- | :--- | | `standard_x2` | **2x upscale** using Topaz Proteus v4. Best all-around quality for live-action footage. | | `cinema_4k` | Upscale to **4K (2160p)** using SeedVR2. Best for cinematic content requiring temporal consistency. | | `frame_boost_60fps` | 2x upscale + **frame interpolation to 60 FPS** using Topaz Apollo v8. Best for sports and action. | | `ai_video_enhance` | **4x upscale** using Topaz. Best for AI-generated videos that need resolution boosting. | | `web_optimized` | Upscale to **1080p** with web-optimized H264 output. Best for social media and web publishing. | ## End-to-End Example **User Request:** "Enhance this video to 4K cinematic quality: [video_url]" **1. Agent -> Skill (Submit Job)** The agent identifies the user's intent and calls the `/upscale` endpoint with the `cinema_4k` profile. ```bash curl -X POST http://<your_backend_url>/upscale \ -H "Content-Type: application/json" \ -d "video_url": "[video_url]", "profile": "cinema_4k" } ``` **Response:** ```json { "task_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "model_used": "fal-ai/seedvr/upscale/video", "profile": "cinema_4k" } ``` **2. Agent -> Skill (Poll for Status)** The agent waits and then polls the status endpoint. ```bash curl http://<your_backend_url>/status/a1b2c3d4-e5f6-7890-1234-567890abcdef ``` **Response (In Progress):** ```json { "task_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "status": "in_progress", "logs": ["Processing frame 100/1200..."] } ``` **Response (Completed):** ```json { "task_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "status": "completed", "result": { "video_url": "https://.../upscaled_video.mp4" } } ``` **3. Agent -> User** The agent delivers the final, upscaled video URL to the user.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 video-upscaler-1776272274 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 video-upscaler-1776272274 技能

通过命令行安装

skillhub install video-upscaler-1776272274

下载

⬇ 下载 video-upscaler v1.0.0(免费)

文件大小: 2.29 KB | 发布时间: 2026-4-16 15:52

v1.0.0 最新 2026-4-16 15:52
Initial release of Video Upscaler.

- Intelligently upscales videos to cinematic quality using a multi-model backend (Topaz, SeedVR2).
- Selects the best AI model based on user profile with a simple interface requiring only a video URL and profile name.
- Supports asynchronous job submission and status polling for efficient handling of long-running tasks.
- Provides multiple enhancement profiles, including 2x upscale, 4K conversion, frame interpolation to 60 FPS, and web-optimized output.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部