[FFmpeg-cvslog] doc/filters: fix outpad labels in libvmaf_cuda example

ha7sh17 git at videolan.org
Mon Jul 22 12:48:36 EEST 2024


ffmpeg | branch: master | ha7sh17 <ha7sh17 at gmail.com> | Mon Jul 22 16:11:56 2024 +0900| [172da370e70a24c8528efead0b24053fc74e5648] | committer: Gyan Doshi

doc/filters: fix outpad labels in libvmaf_cuda example

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=172da370e70a24c8528efead0b24053fc74e5648
---

 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index a43e4b8055..2585d818ff 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17071,8 +17071,8 @@ ffmpeg \
     -hwaccel cuda -hwaccel_output_format cuda -codec:v av1_cuvid -i dis.obu \
     -hwaccel cuda -hwaccel_output_format cuda -codec:v av1_cuvid -i ref.obu \
     -filter_complex "
-        [0:v]scale_cuda=format=yuv420p[ref]; \
-        [1:v]scale_cuda=format=yuv420p[dis]; \
+        [0:v]scale_cuda=format=yuv420p[dis]; \
+        [1:v]scale_cuda=format=yuv420p[ref]; \
         [dis][ref]libvmaf_cuda=log_fmt=json:log_path=output.json
     " \
     -f null -



More information about the ffmpeg-cvslog mailing list