Use ImageResizer to process videos.
⚠️ WIP, do not expect a working program
- XBR
- HQX
- LQX
- NearestNeighbor
- and others... (see ImageResizer wiki)
- Clone the repository
git clone https://github.com/Z1xus/xbr-video-upscaler
- Install dependencies
pip install -r .\requirements.txt
- Change config.ini
[upscaler]
magnification_factor = 2
algorithm = XBR
[ffmpeg]
args = -c:v libx264 -preset slow -crf 15 -aq-mode 3
[output]
container = mp4
scale_factor = 200
[imageresizer]
path = .\ImageResizer.exe
- Run it
python3 main.py [-h] -i INPUT [-v]