Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Created May 28, 2023 08:39
Show Gist options
  • Save jpcaparas/f42b529be7543125f04d3cdfb391cca0 to your computer and use it in GitHub Desktop.
Save jpcaparas/f42b529be7543125f04d3cdfb391cca0 to your computer and use it in GitHub Desktop.
Running video2x as a container to convert a video to 4K
# Change arguments as needed
docker run --rm -it --name video2x_container -v $PWD/video2x:/tmp ghcr.io/k4yt3x/video2x:5.0.0-beta6 -i /tmp/to_upscale.mp4 -o /tmp/upscaled.mp4 -l=debug upscale -h=2160 -w=3840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment