From 5a48363d5ea0948f30b80907c3e4c9146286e81f Mon Sep 17 00:00:00 2001 From: Gu Youn Date: Sat, 6 Jul 2024 01:36:30 +0900 Subject: [PATCH] fix incorrect order of inputs in libvmaf_cuda filter --- resource/doc/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/doc/docker.md b/resource/doc/docker.md index 0a0e4d8ea..c02c64685 100644 --- a/resource/doc/docker.md +++ b/resource/doc/docker.md @@ -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` - \ No newline at end of file +`-filter_complex [0:v]scale_cuda=format=yuv420p[ref];[1:v]scale_cuda=format=yuv420p[dist];[dist][ref]libvmaf_cuda` +