✓ Verified 💻 Development ✓ Enhanced Data

Video Upscale

AI-powered video upscaling with Real-ESRGAN and Waifu2x.

Rating
4.2 (80 reviews)
Downloads
20,986 downloads
Version
1.0.0

Overview

AI-powered video upscaling with Real-ESRGAN and Waifu2x.

Complete Documentation

View Source →

AI Video Upscale Skill

AI-powered video upscaling with progress tracking and job isolation.

Quick Usage

After installation (see below), run:

bash
~/video-tools/real-video-enhancer/upscale_video.sh "{{filepath}}" "{{output_path}}" "{{mode}}" "{{preset}}" "{{engine}}" "{{job_id}}"

Or if you added the tool paths to your PATH:

bash
upscale_video.sh "{{filepath}}" "{{output_path}}" "{{mode}}" "{{preset}}" "{{engine}}" "{{job_id}}"

Parameters

ParameterDefaultDescription
filepathrequiredInput video path
modeautoanime or real (auto-detects)
presetfastfast (2x) or high (4x)
engineautowaifu2x or realesrgan
job_idautotg__

Mode Selection

  • anime → Waifu2x (better for anime with text)
  • real → Real-ESRGAN (better for photorealistic)

Preset Selection

PresetUpscaleCRFSpeed
fast2x20Quick
high4x16Slower

Example Prompts

  • "Upscale this"
  • "Upscale this anime clip"
  • "Make this 4K"
  • "Enhance in high quality, keep me updated"

Output Format

text
JOB_ID: tg_123_456
PHASE: EXTRACTING_FRAMES
FRAMES_TOTAL: 780
PHASE: UPSCALING
PROGRESS: 78/780
...
STATUS: OK
UPSCALED_VIDEO: /path/to/output.mp4

Installation

See INSTALL.md for setup instructions.

Installation

Terminal bash

openclaw install video-upscale
    
Copied!

💻Code Examples

example.txt
JOB_ID: tg_123_456
PHASE: EXTRACTING_FRAMES
FRAMES_TOTAL: 780
PHASE: UPSCALING
PROGRESS: 78/780
...
STATUS: OK
UPSCALED_VIDEO: /path/to/output.mp4

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author nightvibes3
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install video-upscale