Install
openclaw skills install video-upscaleAI-powered video upscaling with Real-ESRGAN and Waifu2x. Use when user asks to enhance, upscale, improve video quality, make HD/4K. Supports anime and real f...
openclaw skills install video-upscaleAI-powered video upscaling with progress tracking and job isolation.
After installation (see below), run:
~/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:
upscale_video.sh "{{filepath}}" "{{output_path}}" "{{mode}}" "{{preset}}" "{{engine}}" "{{job_id}}"
| Parameter | Default | Description |
|---|---|---|
| filepath | required | Input video path |
| mode | auto | anime or real (auto-detects) |
| preset | fast | fast (2x) or high (4x) |
| engine | auto | waifu2x or realesrgan |
| job_id | auto | tg_<chatid>_<messageid> |
| Preset | Upscale | CRF | Speed |
|---|---|---|---|
| fast | 2x | 20 | Quick |
| high | 4x | 16 | Slower |
JOB_ID: tg_123_456
PHASE: EXTRACTING_FRAMES
FRAMES_TOTAL: 780
PHASE: UPSCALING
PROGRESS: 78/780
...
STATUS: OK
UPSCALED_VIDEO: /path/to/output.mp4
See INSTALL.md for setup instructions.