简体   繁体   中英

Encoding MOV video using windows azure media services

I am trying to encode .mov video using windows azure media services. I am getting "File type or codec not supported" error. I tried all presets, but none of them are working.

There is a easier fix for this. We don't accept files with .mov, however, if it is H.264, you could change extension to .Mp4, and rerun the encoding present. It should just work.

Azure media services now supports .mov. I followed this example and the orientation for the encodings was correct.

https://github.com/Azure/azure-content/blob/master/articles/media-services/media-services-dotnet-encode-with-media-encoder-standard.md

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM