我正在运行 oneVPL 示例之一 - hello-vpp。我已经从 oneAPI 示例存储库下载了示例源代码-
https://github.com/oneapi-src/oneAPI-samples.git
我的操作系统是 Ubuntu 18.04。构建后,我尝试了以下命令来获取输出。
./hello-vpp ../content/input.i420 640 480
我得到了以下错误。
Could not create output file
Processed 0 frames
我的命令中有任何更正吗?预期的输出是什么?