From e69f69f4262c40363bed8b1a4384b2096c702b88 Mon Sep 17 00:00:00 2001 From: Vianney PETIT Date: Sat, 23 Apr 2022 12:17:50 +0200 Subject: [PATCH] Fix vmaf command invokation --- vmaf-gui/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmaf-gui/Form1.cs b/vmaf-gui/Form1.cs index e5d483b..c9bcf11 100644 --- a/vmaf-gui/Form1.cs +++ b/vmaf-gui/Form1.cs @@ -202,7 +202,7 @@ void vmaf(string resolution,string model,bool psnr,bool ssim) //string args = "yuv420p "+ resolution +" ./temp/source.yuv ./temp/compressed.yuv .\\model\\"+ model +" --log log.xml"; Array res = resolution.Split(' '); - string args = $"--threads 4 --reference ./temp/source.y4m --distorted ./temp/source.y4m -o log.xml"; + string args = $"--threads 4 --reference ./temp/source.y4m --distorted ./temp/compressed.y4m -o log.xml"; /* if (chkPSNR.Checked) {