Thanks for reaching out to us, the input is as below -
There is no chance for Media Service and AVI for the formation. There is a good list for recommendations of the input.
If you're planning to upload a video, it's recommended to place the file in some public network location (for example, an Azure Blob Storage account). Get the link to the video and provide the URL as the upload file param. The URL provided to Azure AI Video Indexer must point to a media (audio or video) file. An easy verification for the URL (or SAS URL) is to paste it into a browser, if the file starts playing/downloading, it's likely a good URL. If the browser is rendering some visualization, it's likely not a link to a file but to an HTML page. When you're uploading videos by using the API, you have the following options:
- Upload your video from a URL (preferred).
- Send the video file as a byte array in the request body.
- Use existing an Azure Media Services asset by providing the asset ID. This option is supported in paid accounts only.
- There is an API request limit of 10 requests per second and up to 120 requests per minute.
I hope this helps! Let me know if you have any other questions.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.