简体   繁体   中英

Clip video with Azure Media Services without encoding and download clip

I would like to create a clip from an existing video asset using Azure Media Services without encoding

This can be done using a Dynamic Manifest

https://docs.microsoft.com/en-us/azure/media-services/previous/media-services-dotnet-dynamic-manifest

It works but I also want to download the clip using the manifest. Is this possible somehow ?

Or only if it is re-encoded ? like this https://docs.microsoft.com/en-au/azure/media-services/previous/media-services-azure-media-clipper-submit-job#submitting-encoding-job-to-create-video

You are correct - do download the clip, you would need to re-encode. You can submit a clipping Job directly - see this for more information

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