简体   繁体   中英

How to extract images from video as part of encoding in Azure Media Services v3?

Here is what I am trying to do.

I am analyzing videos and based on my analysis I know at certain time intervals I need to capture a screenshot. I want this to be taken care of as part of encoding but I don't see any documentation that lets me achieve it in v3. Is this even possible in v3?

This feature (key frames) is available on Video Indexer. More info in here:

https://docs.microsoft.com/en-us/azure/media-services/video-indexer/scenes-shots-keyframes

You can use the v3 APIs to generate thumbnails at fixed intervals. In the sample here , you can see how the PngImage and PngFormat elements are used. You can also output JPEG images - the schema details are here .

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