Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行此命令: docker run --rm -v $(pwd):/input shadelesscookie/vmaf yuv420p 1920 1080 /input/file1.yuv /input/file2.yuv --out-fmt json
但我不明白如何将存储在我计算机上的文件用于: - /input/file1.yuv - /input/file2.yuv