user3747179
user3747179

Reputation: 1

Windows Azure Media services

I am uploading video(.wmv) on azure programmatically .I am getting error "Windows Azure Media Encoder detected media errors on source videoname.wmv:File type isn't supported" and "ErrorExecutingTaskUnsupportedFormat"

Upvotes: 0

Views: 318

Answers (1)

Mingfei Yan
Mingfei Yan

Reputation: 645

To the close on this question, Azure Media Services supports WMV as input format - very likely you are not uploading file correctly.The following quickstart uses Azure Media Services .NET SDK Extensions to upload a wmv file and encode it to H264 adaptive bitrate MP4 set.

http://msdn.microsoft.com/en-us/library/dn569319.aspx .

Upvotes: 1

Related Questions