02:05
I want to use the GPU to accelerate video transcoding time by using FFmpeg on the virtual machine, VMware Workstation.
When I use the command lspci | grep VGA, the output is
00:0f.0 VGA compatible controller: VMware SVGA II Adapter
It seems that I only can use its own Graphic Card on VMware, right?
How can I use my host computer's GPU, NVIDIA Quadro K2000, from a program running in a guest VM?
Or is there another solution that can solve the problem mentioned in the (...)