claude-video-enhance
Installation
SKILL.md
claude-video-enhance — AI Video Enhancement
Pre-Flight
- Activate venv:
source ~/.video-skill/bin/activate - Check free VRAM:
nvidia-smi --query-gpu=memory.free --format=csv,noheader,nounits - Get input video info:
ffprobe -v quiet -print_format json -show_streams "$INPUT" - Estimate processing time and disk space (frame-based pipelines are slow and large)
- 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.