driver1998
driver1998
use `/` or `\\` instead of `\` maybe?
Can you try running cmd.exe inside MSYS2 and then run ffmpeg there? The MSYS2 bash did some special handing to the command line. Of course, use Windows path when you...
To properly support both ARM64 and x64 apps, the virtualcam DLL will need to be ARM64X (or a ARM64X redirector that redirects to either ARM64 or x64 DLL). Because both...
Is dx12 va-api in msys2 now?
yeah, libva and also the VaOn12 va-api driver in mesa. https://devblogs.microsoft.com/directx/video-acceleration-api-va-api-now-available-on-windows/ > Since [libva 2.17](https://github.com/intel/libva/releases/tag/2.17.0) a new libva-win32 node was added to enable support on Windows platforms and provide VA-API...
It might work with the Windows VA-API driver mentioned above. I don't think this is tested by anybody though.