简体   繁体   English

Azure媒体服务编码-不支持编解码器

[英]Azure media services Encoding - Codec not supported

I am trying to convert 3gp2 file - to "H264 Broadband 720p" and this result into UserInput : File type or codec not supported. 我正在尝试将3gp2文件转换为"H264 Broadband 720p"并将此结果转换为UserInput : File type or codec not supported. I have used VLC to understand of what kind of codecs are in this media - there are 我已经使用VLC来了解这种媒体中的编解码器类型-

Stream 0:
Type Video
Codec: MPEG-4 Video (mp4v)
resolution 170x160
number of frames 25
decoded formate: Planar 4:2:0 YUV
Stream 1: 
Type: Audio
Codec: MPEG AAC Audio (mp4a)
Chennels: Stereo
Frequency of detalization: 44100 Hz

I have looked to https://azure.microsoft.com/en-us/documentation/articles/media-services-azure-media-encoder-formats/ both of mp4v and aac are supported. 我查看了https://azure.microsoft.com/zh-cn/documentation/articles/media-services-azure-media-encoder-formats/ mp4vaac均受支持。 Perhaps anyone have had the same problem with 3gp2? 也许有人对3gp2有同样的问题?

Are you uploading via the Azure Portal, or using Azure Media Explorer tool, or code? 您是通过Azure门户上传,还是使用Azure Media Explorer工具或代码上传?

Which encoder are you using? 您使用的是哪种编码器? If Portal, it would be our older encoder which does not support all 3gp2 file formats. 如果是Portal,它将是我们的旧编码器,不支持所有3gp2文件格式。 Likely a container bug that we wont fix in the older encoder 我们可能无法在较旧的编码器中修复的容器错误

The portal is being updated to use our latest encoder - Media Encoder Standard this week. 该门户网站本周将更新为使用我们最新的编码器-媒体编码器标准。

My recommendation is to use the Media Encoder Standard encoder via http://aka.ms/amse tool or through code. 我的建议是通过http://aka.ms/amse工具或通过代码使用Media Encoder Standard编码器。 Or wait a few days and use the portal again if you prefer that route. 或者,等待几天,然后根据需要选择再次使用门户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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