added Python and shell examples

This commit is contained in:
k4yt3x
2022-02-15 00:52:21 +00:00
parent b32e0ec132
commit 5d7a53a2fc
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -euxo pipefail
sudo podman run \
-it --rm --gpus all -v /dev/dri:/dev/dri \
-v $PWD/data:/host \
ghcr.io/k4yt3x/video2x:5.0.0-beta2-cuda \
-i input.mp4 -o output.mp4 \
interpolate