dagnarus15/ultraframeai — explained in plain English
Analysis updated 2026-05-18
Upscale a folder of anime video files to a higher resolution in one batch job.
Benchmark your GPU to pick practical upscaling settings before rendering.
Resume an interrupted video upscale job instead of starting over from scratch.
Upscale still images up to 16K resolution and export as PNG or JPG.
| dagnarus15/ultraframeai | edgehop/edgehop | ovidiuiliescu/simpleagentchat | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | C# | C# | C# |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Vulkan-capable GPU and FFmpeg, which the app can auto-install on first run.
UltraFrame AI is a Windows desktop application for improving the quality of videos and images in bulk, using an AI model called RealESRGAN. Upscaling means taking lower resolution footage and generating a higher resolution version of it, filling in detail the AI has learned to predict. This app works especially well on animated and anime style content, since that is what the underlying model was trained to handle best. The program gives you a graphical interface where you can build a queue of videos or images from individual files or entire folders, switch between video and image modes, and choose practical render settings based on a quick benchmark of your own graphics card. If a video render gets interrupted partway through, the app can often resume it instead of starting over. Once processing finishes, you can open the result folder directly from the app, and the interface is available in English, Russian, German, Japanese, and Chinese. Video processing relies on a separate tool called FFmpeg for reading and writing video files. This app does not include FFmpeg itself. Instead, it can point to an existing FFmpeg installation on your computer, or download and install one automatically after you confirm. Image only upscaling does not need FFmpeg at all. This is built with C# as a Windows desktop app, requires a graphics card that supports Vulkan for the upscaling engine to run, and needs the .NET 8 desktop runtime unless you use the fully self-contained portable build. The project's own code is released under the MIT license, though the FFmpeg component it can install keeps its own separate license terms.
A Windows app for batch upscaling videos and images with the RealESRGAN AI model, tuned especially for anime-style content.
Mainly C#. The stack also includes C#, .NET, Vulkan.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice. FFmpeg, if installed alongside it, keeps its own separate license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.