What is the best input for video indexer

Dan Ishutin 80 Reputation points
2024-01-31T20:28:42.68+00:00

I am new to video indexer api, I want to leverage this api for one of my app development. My question is which format is working the best for this api to make the best result? Best result with the smaller size is the best

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,068 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 53,716 Reputation points
    2024-02-01T01:22:28.3533333+00:00

    @Dan Ishutin

    Thanks for reaching out to us, the input is as below -

    https://zcusa.951200.xyz/en-us/azure/media-services/latest/encode-media-encoder-standard-formats-reference

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.