fx-upscale

Upscale videos to higher resolution using Metal GPU acceleration

brewmacoslinux
Try with needOr install directly
Source

About

Metal-powered video upscaling

Commands

fx-upscale

Examples

upscale video to 4K resolution$ fx-upscale --input video.mp4 --output video_4k.mp4 --scale 4
double video resolution and keep original quality$ fx-upscale --input video.mp4 --output video_2x.mp4 --scale 2
upscale video using specific AI model$ fx-upscale --input video.mp4 --output video_upscaled.mp4 --model realesrgan
upscale video with custom output dimensions$ fx-upscale --input video.mp4 --output video_1080p.mp4 --width 1920 --height 1080
upscale multiple video files in batch$ fx-upscale --input '*.mp4' --output-dir ./upscaled --scale 2