On my Windows 10 Home x64 machine, I noticed an unknown instance of dllhost.exe using a high amount of CPU. Upon further inspection, I noticed that it had one thread using most of its CPU time. Here's the thread stack:
Based on some more digging this specific DLL is a microsoft signed DLL called "Media Foundation MKV Media Source and Sink DLL". If I look at the process's file handles, it has an open file handle to a video file in my user directory, specifically a .webm video capture of one of my virtual machines.
Is this some sort of malware hiding behind legitimate Windows DLLs using some kind of COM interfaces? Or is this a legitimate Windows function? If so, what is it doing with my video files?

