Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 311 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 311 Bytes

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