Skip to content

Commit

Permalink
fix incorrect order of inputs in libvmaf_cuda filter
Browse files Browse the repository at this point in the history
  • Loading branch information
guyoun authored and nilfm99 committed Jul 5, 2024
1 parent b0c3433 commit 5a48363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ docker run --gpus all -e NVIDIA_DRIVER_CAPABILITIES=compute,video --entrypoint=b
```

For 420 video format we will have to convert from NV12 to 420 as well:
`-filter_complex [0:v]scale_cuda=format=yuv420p[ref];[1:v]scale_cuda=format=yuv420p[dist];[ref][dist]libvmaf_cuda`

`-filter_complex [0:v]scale_cuda=format=yuv420p[ref];[1:v]scale_cuda=format=yuv420p[dist];[dist][ref]libvmaf_cuda`

0 comments on commit 5a48363

Please sign in to comment.