Skip to content
K4YT3X edited this page Oct 14, 2024 · 5 revisions

This page covers the basics of using Video2X's command line interface.

Basic Upscale Example

You can use the following command to upscale a video by 4x with RealESRGAN:

video2x -i data/input.mp4 -o data/output.mp4 -f realesrgan -r 4 -m realesr-animevideov3

You can use the following command to upscale a video to with libplacebo+Anime4Kv4:

video2x -i data/input.mp4 -o data/output.mp4 -f libplacebo -w 3840 -h 2160 -s anime4k-mode-a

For help with more options available, run Video2X with the --help argument.

Clone this wiki locally