简体   繁体   English

Azure媒体服务/ MES是否可以从存储在Azure Blob存储中的视频文件生成缩略图?

[英]Can Azure Media Services/MES generate thumbnail image from video file which stored in Azure Blob storage ?

Recently I was trying to create Web API to upload video file to Azure Blob storage and generating thumbnail image by using ffmpeg, and upload to Azure Blob as well (different container). 最近,我试图创建Web API,以将视频文件上传到Azure Blob存储并通过使用ffmpeg生成缩略图,然后还上传到Azure Blob(不同的容器)。 The whole process running well. 整个过程运行良好。

But I was researching on whether the Video thumbnail image can be generated itself automatically upon the video file uploaded to the specified Azure Blob container ? 但是我正在研究是否可以在将视频文件上传到指定的Azure Blob容器时自动自动生成视频缩略图? Just like Azure Function -> Image Resizer. 就像Azure Function-> Image Resizer。 (But Azure Function Image Resizer used to resize image file to smaller image file only. Cannot process video file to generate thumbnail). (但是Azure Function Image Resizer仅用于将图像文件调整为较小的图像文件。无法处理视频文件以生成缩略图)。

I was looking at Azure Media Services as well. 我也在看Azure Media Services。 May I know whether Azure Media Services are only able to process local video file to generate video thumbnail image ? 我是否可以知道Azure媒体服务是否只能处理本地视频文件以生成视频缩略图?

If all you want are thumbnail images from uploaded videos, I would recommend this . 如果您想要的只是上传视频的缩略图,我建议这样做 If you want further processing of the video, then the v3 APIs in Media Services allow you to process files in blob storage via a SAS URL . 如果您想进一步处理视频,则可以使用Media Services中的v3 API 通过SAS URL处理blob存储中的文件 You can customize the processing that you want performed on that video by designing a custom Transform . 您可以通过设计自定义Transform来定制要对该视频执行的处理。

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

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