vidscaler

Video upscaler (cli/gui)


Keywords
esrgan, gui, realesrgan, upscaling, video, upscaler, real-esrgan, video-upscaling, vidscaler
License
MIT
Install
pip install vidscaler==2024.4.15

Documentation

video-upscaler

upscale (x2/x4/x8) a video or a directory of videos using the command line

dependencies

how to ..

.. install

# from pypi
pip install vidscaler

# from git repo
pip install git+https://github.com/nbdy/vidscaler

# or download a release from https://github.com/nbdy/vidscaler/releases

.. run

.. gui

vidscaler-gui
# or
vidscaler --gui

cli

vidscaler --help
usage: vidscaler [-h] -i INPUT -o OUTPUT [-c] [-s SCALE]
                   [-m MODEL_DIRECTORY] [-g] [-p]

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input directory or file
  -o OUTPUT, --output OUTPUT
                        Output directory or file
  -c, --cpu             Use CPU mode
  -s SCALE, --scale SCALE
                        Upscaling factor
  -m MODEL_DIRECTORY, --model-directory MODEL_DIRECTORY
  -g, --gui             Run the GUI
  -p, --preview         Enable live preview