运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install xeonupscale
镜像加速npx clawhub@latest install xeonupscale --registry https://cn.longxiaskill.com镜像同步中
技能文档
通过ffmpeg进行xeonupscale视频放大... -vf scale=W:H:flags=lanczos + libx264 -crf 18。静态ffmpeg二进制文件安装后位于./ffmpeg/ffmpeg(无需apt)。源代码:/home/node/.openclaw/workspace/skills/xeonupscale/ GitHub:https://github.com/Wray151/xeonupscale TL;DR cd /home/node/.openclaw/workspace/skills/xeonupscale ./upscale.sh in.mp4 540p # → in_960x540.mp4 ./upscale.sh in.mp4 1080p out.mp4 ./upscale.sh in.mp4 1920x1080 # 自定义分辨率 支持的语法:540p / 720p / 1080p / 1440p / 2160p|4k,或直接 WxH。