Video Upscale + B&W Colorizer
Free browser tools. Files stay local on your device.
1) Video Upscale
Choose your upscale engine. Math mode is available now and free in-browser. AI mode is exposed as beta with strict warnings.
Math Upscale is not true AI super-resolution. It uses interpolation + sharpening with FFmpeg.wasm in your browser. It can improve look and size, but it does not invent true scene detail.
Command: -i input0.mp4 -vf scale=trunc(iw*200/100/2)*2:trunc(ih*200/100/2)*2:flags=lanczos,unsharp=5:5:0.8:3:3:0.0 -map 0:v:0 -map 0:a? -c:v mpeg4 -q:v 2 -c:a copy upscaled_output.mp4
2) B&W Image Colorizer
This is an AI-style color tinting helper in the browser, not historical truth restoration. It can produce pleasing results, but exact real-world colors are not guaranteed.
Original
No image selected.
Colorized
Run the colorizer to preview output.