track + upscale

This commit is contained in:
√(noham)²
2024-07-23 22:30:12 +02:00
parent 587d0f74a0
commit ce40bc2683
62 changed files with 895 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
Doc :
```bash
docker run -it --rm --device=/dev/dri -v $PWD:/host ghcr.io/k4yt3x/video2x:$TAG -i input.mp4 -o output.mp4 -p3 upscale -h 720 -a waifu2x -n3
```
Command :
```bash
docker run -it --rm --device=/dev/dri -v $PWD:/host ghcr.io/k4yt3x/video2x:latest -i 400m.mp4 -o 400m_480p.mp4 -p3 upscale -h 480p -a waifu2x -n3
```