I am running one of the oneVPL samples- hello-vpp. I've downloaded the samples source code from oneAPI samples repository-
https://github.com/oneapi-src/oneAPI-samples.git
My OS is Ubuntu 18.04.
After build, I tried the below command to get the output.
./hello-vpp ../content/input.i420 640 480
and I got the below error.
Could not create output file
Processed 0 frames
Any corrections in my command? What would be the expected output?