Questions tagged [azure-video-indexer]

Use this tag for all questions related to Microsoft Azure Video Analyzer for Media - Video Indexer

Microsoft Azure Video Analyzer for Media (formerly known as Video Indexer) - videoindexer.ai

65 questions
3
votes
1 answer

Video Indexer API INVALID_INPUT - indexing preset 'DefaultWithNoiseReduction' is invalid

I have been using Video Indexer API to upload video from my application for some time now, and since yesterday I start encountering the INVALID_INPUT error. Here's how I am calling the POST upload API in Python: vi_location =…
Bk Lim
  • 1,436
  • 1
  • 10
  • 7
3
votes
1 answer

How to upload a video file using python in video indexer api?

I am trying to upload a video in Video Indexer API using Python: import http.client, urllib.request, urllib.parse, urllib.error, base64 headers = { # Request headers 'Content-Type': 'multipart/form-data', 'Ocp-Apim-Subscription-Key':…
2
votes
0 answers

How to upload video as a multipart/form body content in Python for Video Indexer API?

I am trying to upload a video file from local machine using VideoIndexer API in Python. I am expected to upload video as a multipart/form body content. Following is my code (Variable values like accountID, name, location are not pasted below), #…
2
votes
0 answers

How to display JPEG images pulled from an API call on web? - returns as symbols

I am calling an API on Azure, that itself is calling a thumbnail (Jpeg) using this API: https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Thumbnail/console However, the results come out like below: ����Lavc58.18.100��C…
1
vote
1 answer

why I get an 401 error when i upload a file to video indexer

I've created a logic app that uploads a video file from OneDrive to VideoIndexer for processing. Im getting an 401 error. { "ErrorType": "USER_NOT_ALLOWED", "Message": "Access token does not have 'Contributor' permission. Trace id:…
1
vote
1 answer

Managed identity Azure

How i can implement managed identity (azure) to access to video indexer services in AZURE? Now the access to video indexer is handled with accessToken. Thank for collaborating. I try to understand the use of managed identity but is not clear for…
1
vote
1 answer

Cannot to ARM Azure Video Indexer as a daemon app

I have troubles acquiring an azure video indexer (ARM based) token as a deamon app. (I am able to upload a video using the portal generated token ). So I started by creating a registered App with with a client_secret I will use to request a token on…
Leonardo
  • 13
  • 4
1
vote
1 answer

What Azure RBAC API to use for getting roles for a specific user?

Does the service offer a specific API for getting a role assignments for a user and not for a resources group/resource? In a previous question that was asked here,are there any plans to make the CLI response and the API similar regarding getting…
Moris
  • 135
  • 11
1
vote
2 answers

Azure Video Analyzer for Media - ARM_ACCOUNT_MUST_BE_MANAGED_BY_ARM

I have followed this tutorial to create an unlimited account: https://learn.microsoft.com/es-es/azure/azure-video-analyzer/video-analyzer-for-media-docs/create-video-analyzer-for-media-account Now, I have 4 new resources in my Azure Portal: Managed…
Diego
  • 183
  • 2
  • 11
1
vote
1 answer

Detecting PII and redacting using Video Indexer and Media Services

I am trying to create a custom transform to detect and replace Pii information in videos using video indexer and media services, but I am not able to find the correct workflow to use the services? video indexer detects insights (OCR)-> text…
Anass Kartit
  • 2,017
  • 15
  • 22
1
vote
1 answer

Video Indexer [Update connection to Azure Media Services]

In the Video Indexer, I am having trouble connecting it with Azure Media Service. In the image below, I have type my Account Subscription ID, the Resource Group Name, for the Application ID and Application key I am not very sure because it was not…
1
vote
1 answer

Unable to upload videos using web API portal, unauthorized 401 error Azure Video Indexer

I was trying to upload a video using the "Try It" feature under Upload Video API . I created a trial account and the product key and account number from the developer portal is verified to be correct. I am getting the following message: Response…
1
vote
1 answer

Logic Apps Video Indexer Connector

I have been working on creating a logic app for indexing videos. I followed the documentation, creating a blob storage, the 2 flows etc.. When I run the flow, I get an error at the Get Video Indexer Token connector. I have tried creating the api…
mbal
  • 13
  • 5
1
vote
1 answer

Blocked: In Azure Logic app, how can you add group of checkboxes for each of the languages for a user to choose for caption translation option?

I have created a logic app, to pull the Video Transcript(VTT) caption file, once the videos have been indexed. I want the user to have the ability to choose which language they would like the captions to be translated in ( For e.g English, Spanish,…
Peter
  • 71
  • 1
  • 10
1
vote
1 answer

Large file upload to Video Indexer through python

I'm trying to upload a large video (around 1.5 GB) through Video Indexer API. My machine however takes up lot of RAM to do so. The deployment system has quite a small amount of RAM. I want to use the API so that the video is uploaded in multiple…
1
2 3 4 5