An open API service indexing awesome lists of open source software.

https://github.com/pandas9/esrgan-upscale-video

upscale video with esrgan
https://github.com/pandas9/esrgan-upscale-video

esrgan upscale upscale-video

Last synced: 6 months ago
JSON representation

upscale video with esrgan

Awesome Lists containing this project

README

          

# esrgan-upscale-video
upscale video with esrgan

# usage
`main.py`
`python main.py`
```
from main import ScaleVideo

settings = {
'input': './test.mp4',
'output': './test_upscaled.mp4',
'netscale': 4,
'outscale': 4
}
ScaleVideo(settings)
```

# reference
https://github.com/xinntao/Real-ESRGAN