claude-video-enhance

Installation
SKILL.md

claude-video-enhance — AI Video Enhancement

Pre-Flight

  1. Activate venv: source ~/.video-skill/bin/activate
  2. Check free VRAM: nvidia-smi --query-gpu=memory.free --format=csv,noheader,nounits
  3. Get input video info: ffprobe -v quiet -print_format json -show_streams "$INPUT"
  4. Estimate processing time and disk space (frame-based pipelines are slow and large)
  5. Always warn the user about expected processing time before starting

AI Upscaling (Real-ESRGAN)

Upscale video resolution by 2x or 4x using AI super-resolution.

Installs
2
GitHub Stars
9
First Seen
May 15, 2026
claude-video-enhance — agricidaniel/claude-video