We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker examples in documentation are outdated and use old parameters https://docs.video2x.org/running/container.html
e.g.: docker run --gpus all -it --rm -v $PWD:/host ghcr.io/k4yt3x/video2x:$TAG -i standard-test.mp4 -o output.mp4 -f realesrgan -r 4 -m realesr-animevideov3
-f -r -m
These throw [2025-02-03 10:59:47] [critical] Error parsing arguments: unrecognised option
The text was updated successfully, but these errors were encountered:
docs(book): update command arguments in the container usages (#1323)
3e987b9
Signed-off-by: k4yt3x <i@k4yt3x.com>
Thanks for pointing that out. Fixed.
Sorry, something went wrong.
No branches or pull requests
Docker examples in documentation are outdated and use old parameters
https://docs.video2x.org/running/container.html
e.g.: docker run --gpus all -it --rm -v $PWD:/host ghcr.io/k4yt3x/video2x:$TAG -i standard-test.mp4 -o output.mp4 -f realesrgan -r 4 -m realesr-animevideov3
-f
-r
-m
These throw [2025-02-03 10:59:47] [critical] Error parsing arguments: unrecognised option
The text was updated successfully, but these errors were encountered: