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
- Host: GitHub
- URL: https://github.com/pandas9/esrgan-upscale-video
- Owner: pandas9
- Created: 2021-11-09T15:06:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T13:30:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T23:32:56.973Z (6 months ago)
- Topics: esrgan, upscale, upscale-video
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esrgan-upscale-video
upscale video with esrgan# usage
`main.py`
`python main.py`
```
from main import ScaleVideosettings = {
'input': './test.mp4',
'output': './test_upscaled.mp4',
'netscale': 4,
'outscale': 4
}
ScaleVideo(settings)
```# reference
https://github.com/xinntao/Real-ESRGAN