Skip to content

Modified realesrgan-ncnn-vulkan upscaler to be faster for video rendering on macos

Notifications You must be signed in to change notification settings

JustinButler700/realesrgan-video-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This script speeds up video upscaling for Real-ESRGAN
First, download a portable executable for Real-ESRGAN here https://github.com/xinntao/Real-ESRGAN
Drop this script into the same directory as the executable.
then run it with :
python3 myScript.py -i VIDEO_TITLE.mp4

If it doesn't work or produces python errors. Install all necessary dependencies:
pip3 install Pillow
pip3 install shutil

and allow access to my script
chmod +x myScript.py 

# If you encounter the problem that *macOS cannot verify that this app is free from Malware*, you have two options to try:
# 1. Choose *Apple menu* > go to *System Preferences* > choose *Security & Privacy* > tap the General tab > click the *Open Anyway* button.
# 2. OR run command:  `sudo spctl --master-disable`  to disable Gatekeeper.

About

Modified realesrgan-ncnn-vulkan upscaler to be faster for video rendering on macos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages