Upscale videos to higher resolution using Metal GPU acceleration
Metal-powered video upscaling
fx-upscale$ fx-upscale --input video.mp4 --output video_4k.mp4 --scale 4$ fx-upscale --input video.mp4 --output video_2x.mp4 --scale 2$ fx-upscale --input video.mp4 --output video_upscaled.mp4 --model realesrgan$ fx-upscale --input video.mp4 --output video_1080p.mp4 --width 1920 --height 1080$ fx-upscale --input '*.mp4' --output-dir ./upscaled --scale 2