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.
我正在以编程方式在 azure 上上传视频(.wmv)。我收到错误 “Windows Azure 媒体编码器检测到源 videoname.wmv 上的媒体错误:不支持文件类型”和“ErrorExecutingTaskUnsupportedFormat”
到此问题结束时,Azure 媒体服务支持 WMV 作为输入格式 - 很可能您没有正确上传文件。以下快速入门使用 Azure 媒体服务 .NET SDK 扩展上传 wmv 文件并将其编码为 H264 自适应比特率 MP4 集.
http://msdn.microsoft.com/en-us/library/dn569319.aspx。