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
0
votes
2 answers

How do you migrate trial content from Video Indexer to a Paid account?

I have a number of videos in my Video Indexer Trial account that I would like to move over to a Paid account. I tried following the instructions in…
Luke
  • 3
  • 1
0
votes
1 answer

Azure Video Indexer stalls when uploading MP4s with NodeJS API calls

I'm using NodeJS to upload a directory of mp4s one-by-one to Azure. For some reason, the video indexing stalls about 20% of the time. I'm not clear as to why. There are no errors displayed by the API call. When trying to load data for the video, I…
0
votes
1 answer

Issue with using a video file on Google Cloud Storage as Input to Microsoft video Indexer

I use MicroSoft Video indexer to run Video intelligence and extract useful features/contents from user video inputs. I've been using the web interface, but now I'm needing to automate this by using the Rest API. There are 2 approaches to specifying…
0
votes
1 answer

Searching for content in the original language returns no results, English works fine

When I search for a keyword in the original language of an uploaded video, I get no results, whereas if I use the translated keyword in English, results are returned correctly. Here are the steps I used: Logged into Azure Video Indexer. Uploaded a…
Hovsep
  • 1
0
votes
2 answers

'Origin is not allowed by Access-Control-Allow-Origin' since 2021

For a school project, my mate and I are using a webpage using Microsoft Azure Video Indexer's API, since last week everything was working well but now I have this error every time.. I thought it was because of the new year because it stopped working…
Samsoum41
  • 3
  • 1
0
votes
1 answer

How to update thumbnail in Azure Video Indexer?

Is there a way to update the thumbnail for a video in Azure Video Indexer? It looks like it randomly assigns a default thumbnail for the video that is uploaded - Looking for a way to update it either from Video Indexer UI or via an API. Thanks!
Binu
  • 145
  • 7
0
votes
2 answers

Provide a videoUrl to the videoindexer with query parameters in it

We're in the process of implementing the videoindexer. To upload videos, we'd like to use the videoUrl method instead of uploading the video file. For this we're using url's of videos on our blob storage. These require a SAS token to be served, so…
Dyte
  • 259
  • 3
  • 13
0
votes
0 answers

Comparing JSON files from Microsoft Azure Video Indexer with Python

I'm using Microsoft Azure's video indexer API to process MP4 videos. Some of the videos are very similar (same shots, but perhaps a different voice-over). Ideally, I'd like to group the videos together in my output, which is a CSV file. I'm using…
shackleton
  • 701
  • 1
  • 12
  • 27
0
votes
1 answer

In Azure Logic App ,how to create a file name that has Video Title and Video ID in the (Create File action step)?

I have created a 1st Logic app : that allows a user to upload a .mp4 media file into a folder on OneDrive, and the logic app checks to see if there is new file on that OneDrive folder. If there is new file, it will trigger the logic app and Index…
0
votes
1 answer

Is Microsoft Video indexer expected to detect text shown while presenting a document in a meeting?

We are exploring Microsoft Indexer for compliance and uploaded a video of a user sharing a spreadsheet with creditcard numbers expecting the Azure service to perform OCR for the numbers. This is what i read:"Visual text recognition (OCR): Extracts…
0
votes
1 answer

How to save binary video data to azure blob?

I am currently using this code to select a file from local disk to my api: