我在Unity Assets文件夹中导入了H264 .mp4视频。每次我选择视频 我收到这个错误:
Initializing Microsoft Media Foundation failed. It seems that the Microsoft Media Foundation is not installed on this machine or a newer version of Microsoft Media Foundation is required. To install the necessary libraries please install the Media Feature Pack from https://www.microsoft.com/en-us/search/result.aspx?q=Media+Feature+Pack for your version of Windows.
我安装了Media Foundation以及Media Feature Pack并重新启动了Windows但我仍然遇到此错误。请有人帮帮我
答案 0 :(得分:0)
我在Windows 10 N安装过程中偶然发现了同样的问题。
我在Unity的搜索链接后找到的链接并没有为我完成这项工作:
https://www.microsoft.com/en-us/download/details.aspx?id=48231(无效)
然后我用谷歌手动搜索,找到了另一个指向64位安装程序的链接(这是一个完全不同的安装程序)。
https://www.microsoft.com/en-us/software-download/mediafeaturepack(为我工作)
那个不起作用的那个和那个有效的那个之间的一个值得注意的区别就是那个有效的,请我重新启动我的电脑。重新启动后,我毫无问题地导入了我的视频。