What's Changed
- Create LICENSE by @viraatdas in #1
- Working executable version of this project. by @OneProblemAtATime in #8
New Contributors
- @viraatdas made their first contribution in #1
- @OneProblemAtATime made their first contribution in #8 (thanks to him!)
Full Changelog: https://github.com/viraatdas/video-super-resolution/commits/v0-alpha
These are the notes from @OneProblemAtATime release that has been copy/pasted here
This executable was built with pyinstaller in python-3.7.9-amd64, and it worked on a Windows10-64bit machine.
A gpu is not required, but an internet connection is required to download the upscaling model for the first run.
ffmpeg also must be installed and added to the windows environment path variable.
As there is no progress bar, look in the upscaled folder created after the executable starts up to see the frames that have been processed.
Be patient, the upscaler could take a long time depending on your hardware and the settings used. It took me about 10 min to process 1 sec. of the original video into 3x zoom with the remove_noise option set to true.
See the README for commands or type "enhance -h" in the directory of the executable to show the help menu.