mirror of
https://github.com/NohamR/Stage-2024.git
synced 2026-01-11 16:58:23 +00:00
track + upscale
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user