Created
May 28, 2023 08:39
-
-
Save jpcaparas/f42b529be7543125f04d3cdfb391cca0 to your computer and use it in GitHub Desktop.
Running video2x as a container to convert a video to 4K
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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