← 返回
未分类 中文

xeon-smartupscale_v2

Generic Xeon-CPU video upscaler. Plans lanczos pre-scale + N Real-ESRGAN general-x4v3 x4 passes to reach any target resolution, with super-resolution always...
Generic Xeon-CPU video upscaler. Plans lanczos pre-scale + N Real-ESRGAN general-x4v3 x4 passes to reach any target resolution, with super-resolution always...
wray151
未分类 clawhub v0.2.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 306
下载
💾 0
安装
2
版本
#latest

概述

Goal

Upscale a video to any target resolution with two hard rules:

  1. The lanczos pre-scale height is never below 270.
  2. Real-ESRGAN super-resolution is always the last step.

Planning rule

Given source (src_w, src_h) and target (t_w, t_h):

  • r = t_h / src_h
  • If r < 2: pure lanczos to target.
  • Else: pick n >= 1 so pre_h = t_h / 4^n >= 270, choose pre_h

closest to src_h. Then do one lanczos to pre_w x pre_h, followed

by n consecutive x4 passes.

Usage

bash <skill_dir>/install.sh
bash <skill_dir>/smartupscale.sh <input.mp4> -t 1080p
bash <skill_dir>/smartupscale.sh <input.mp4> -t 2160p
bash <skill_dir>/smartupscale.sh <input.mp4> -t 1920x1080 -o <out.mp4>

Targets: 480p, 540p, 720p, 1080p, 1440p, 2160p/4k, 4320p/8k, or explicit WxH.

Output

  • H.264 medium / crf 15, audio copied from source through every pass.
  • Final size may differ by a few pixels from the requested target when

t_h / 4^n is not an integer; smartupscale.sh reports the actual size.

版本历史

共 2 个版本

  • v0.2.2 当前
    2026-05-28 13:34
  • v0.1.7
    2026-05-26 23:51 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

Xeon Smartupscale

wray151
智能视频超分辨率。目标分辨率任意(1080p/1440p/4K…),自动使用 Lanczos 预缩放对齐至 ETDS 2x 模型输入尺寸,再进行 AI 超分辨率。CPU 推理,Intel AMX BF16 加速。
★ 0 📥 384

Xeonupscale

wray151
ffmpeg Lanczos 视频放大技巧:使用 libx264 + Lanczos 缩放器将视频提升至更高分辨率(如 480p→540p、480p→1080p),并集成了静态 ffmpeg。
★ 0 📥 242

Kokoro Tts Amx

wray151
本地Kokoro-82M 文字转语音在 Intel CPU 上使用 bf16 自动转换和 oneDNN AMX‑BF16 加速,支持中文、英文、日文、法文、西班牙文、印地语等语言的合成。
★ 0 📥 237