Skip to content

Commit 2e00429

Browse files
authored
Merge pull request #213208 from Juliako/patch-27
Update video-indexer-overview.md
2 parents 88301b4 + 8fb4ef7 commit 2e00429

File tree

3 files changed

+40
-44
lines changed

3 files changed

+40
-44
lines changed

articles/azure-video-indexer/video-indexer-embed-widgets.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ A Cognitive Insights widget includes all visual insights that were extracted fro
2626
|`language`|A short language code (language name)|Controls insights language.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?language=es-es` <br/>or `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?language=spanish`|
2727
|`locale` | A short language code | Controls the language of the UI. The default value is `en`. <br/>Example: `locale=de`.|
2828
|`tab` | The default selected tab | Controls the **Insights** tab that's rendered by default. <br/>Example: `tab=timeline` renders the insights with the **Timeline** tab selected.|
29-
|`search` | String | Allows you to control the initial search term.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?search=azure` renders the insights filtered by the word “azure”. |
30-
|`sort` | Strings separated by comma | Allows you to control the sorting of an insight.<br/>Each sort consists of 3 values: widget name, property and order, connected with '_' `sort=name_property_order`<br/>Available options:<br/>widgets: keywords, audioEffects, labels, sentiments, emotions, keyframes, scenes, namedEntities and spokenLanguage.<br/>property: startTime, endTime, seenDuration, name and id.<br/>order: asc and desc.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?sort=labels_id_asc,keywords_name_desc` renders the labels sorted by id in ascending order and keywords sorted by name in descending order.|
29+
|`search` | String | Allows you to control the initial search term.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?search=azure` renders the insights filtered by the word "Azure". |
30+
|`sort` | Strings separated by comma | Allows you to control the sorting of an insight.<br/>Each sort consists of 3 values: widget name, property and order, connected with '_' `sort=name_property_order`<br/>Available options:<br/>widgets: keywords, audioEffects, labels, sentiments, emotions, keyframes, scenes, namedEntities and spokenLanguage.<br/>property: startTime, endTime, seenDuration, name and ID.<br/>order: asc and desc.<br/>Example: `https://www.videoindexer.ai/embed/insights/<accountId>/<videoId>/?sort=labels_id_asc,keywords_name_desc` renders the labels sorted by ID in ascending order and keywords sorted by name in descending order.|
3131
|`location` ||The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the `trial` should be used for the location value. `trial` is the default value for the `location` parameter.|
3232

3333
### Player widget
@@ -306,9 +306,10 @@ See the [code samples](https://github.com/Azure-Samples/media-services-video-ind
306306
307307
## Supported browsers
308308
309-
For more information, see [supported browsers](video-indexer-overview.md#supported-browsers).
309+
For more information, see [supported browsers](video-indexer-get-started.md#supported-browsers).
310310
311311
## Embed and customize Azure Video Indexer widgets in your app using npm package
312+
312313
Using our [@azure/video-analyzer-for-media-widgets](https://www.npmjs.com/package/@azure/video-analyzer-for-media-widgets) NPM package, you can add the insights widgets to your app and customize it according to your needs.
313314
314315
Instead of adding an iframe element to embed the insights widget, with this new package you can easily embed & communicate between our widgets. Customizing your widget is only supported in this package - all in one place.

articles/azure-video-indexer/video-indexer-get-started.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ ms.custom: mode-other
1313

1414
[!INCLUDE [Gate notice](./includes/face-limited-access.md)]
1515

16-
This quickstart shows you how to sign in to the Azure Video Indexer [website](https://www.videoindexer.ai/) and how to upload your first video.
16+
You can access Azure Video Indexer capabilities in three ways:
17+
18+
* Azure Video Indexer portal: An easy-to-use solution that lets you evaluate the product, manage the account, and customize models (as described in this article).
19+
* API integration: All of Azure Video Indexer's capabilities are available through a REST API, which lets you integrate the solution into your apps and infrastructure. To get started, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
20+
* Embeddable widget: Lets you embed the Azure Video Indexer insights, player, and editor experiences into your app. For more information, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
21+
22+
If you're using the website, the insights are added as metadata and are visible in the portal. If you're using APIs, the insights are available as a JSON file. This quickstart shows you how to sign in to the Azure Video Indexer [website](https://www.videoindexer.ai/) and how to upload your first video.
1723

1824
[!INCLUDE [accounts](./includes/create-accounts-intro.md)]
1925

@@ -22,6 +28,18 @@ This quickstart shows you how to sign in to the Azure Video Indexer [website](ht
2228
To start developing with Azure Video Indexer, browse to the [Azure Video Indexer](https://www.videoindexer.ai/) website and sign up.
2329

2430
Once you start using Azure Video Indexer, all your stored data and uploaded content are encrypted at rest with a Microsoft managed key.
31+
You can access Azure Video Indexer capabilities in three ways:
32+
33+
* Azure Video Indexer portal: An easy-to-use solution that lets you evaluate the product, manage the account, and customize models.
34+
35+
For more information about the portal, see [Get started with the Azure Video Indexer website](video-indexer-get-started.md).
36+
* API integration: All of Azure Video Indexer's capabilities are available through a REST API, which lets you integrate the solution into your apps and infrastructure.
37+
38+
To get started as a developer, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
39+
* Embeddable widget: Lets you embed the Azure Video Indexer insights, player, and editor experiences into your app.
40+
41+
For more information, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
42+
If you're using the website, the insights are added as metadata and are visible in the portal. If you're using APIs, the insights are available as a JSON file.
2543

2644
> [!NOTE]
2745
> Review [planned Azure Video Indexer website authenticatication changes](./release-notes.md#planned-azure-video-indexer-website-authenticatication-changes).
@@ -30,7 +48,18 @@ Once you start using Azure Video Indexer, all your stored data and uploaded cont
3048

3149
### Supported browsers
3250

33-
For more information, see [supported browsers](video-indexer-overview.md#supported-browsers).
51+
The following list shows the supported browsers that you can use for the Azure Video Indexer website and for your apps that embed the widgets. The list also shows the minimum supported browser version:
52+
53+
- Edge, version: 16
54+
- Firefox, version: 54
55+
- Chrome, version: 58
56+
- Safari, version: 11
57+
- Opera, version: 44
58+
- Opera Mobile, version: 59
59+
- Android Browser, version: 81
60+
- Samsung Browser, version: 7
61+
- Chrome for Android, version: 87
62+
- Firefox for Android, version: 83
3463

3564
### Supported file formats for Azure Video Indexer
3665

@@ -69,6 +98,8 @@ To start using the APIs, see [use APIs](video-indexer-use-apis.md)
6998

7099
## Next steps
71100

72-
For detailed introduction please visit our [introduction lab](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/IntroToVideoIndexer.md).
101+
* For the API integration, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
102+
* To embed widgets, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
103+
* For detailed introduction, visit our [introduction lab](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/IntroToVideoIndexer.md).
73104

74-
At the end of the workshop, you'll have a good understanding of the kind of information that can be extracted from video and audio content, you'll be more prepared to identify opportunities related to content intelligence, pitch video AI on Azure, and demo several scenarios on Azure Video Indexer.
105+
At the end of the workshop, you'll have a good understanding of the kind of information that can be extracted from video and audio content, you'll be more prepared to identify opportunities related to content intelligence, pitch video AI on Azure, and demo several scenarios on Azure Video Indexer.

articles/azure-video-indexer/video-indexer-overview.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -106,43 +106,7 @@ When indexing by one channel, partial result for those models will be available.
106106

107107
## How can I get started with Azure Video Indexer?
108108

109-
### Prerequisite
110-
111-
Before creating a new account, review [Account types](accounts-overview.md).
112-
113-
### Supported browsers
114-
115-
The following list shows the supported browsers that you can use for the Azure Video Indexer website and for your apps that embed the widgets. The list also shows the minimum supported browser version:
116-
117-
- Edge, version: 16
118-
- Firefox, version: 54
119-
- Chrome, version: 58
120-
- Safari, version: 11
121-
- Opera, version: 44
122-
- Opera Mobile, version: 59
123-
- Android Browser, version: 81
124-
- Samsung Browser, version: 7
125-
- Chrome for Android, version: 87
126-
- Firefox for Android, version: 83
127-
128-
### Supported file formats
129-
130-
See the [input container/file formats](/azure/media-services/latest/encode-media-encoder-standard-formats-reference) article for a list of file formats that you can use with Azure Video Indexer.
131-
132-
### Start using Azure Video Indexer
133-
134-
You can access Azure Video Indexer capabilities in three ways:
135-
136-
* Azure Video Indexer portal: An easy-to-use solution that lets you evaluate the product, manage the account, and customize models.
137-
138-
For more information about the portal, see [Get started with the Azure Video Indexer website](video-indexer-get-started.md).
139-
* API integration: All of Azure Video Indexer's capabilities are available through a REST API, which lets you integrate the solution into your apps and infrastructure.
140-
141-
To get started as a developer, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
142-
* Embeddable widget: Lets you embed the Azure Video Indexer insights, player, and editor experiences into your app.
143-
144-
For more information, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
145-
If you're using the website, the insights are added as metadata and are visible in the portal. If you're using APIs, the insights are available as a JSON file.
109+
Learn how to [get started with Azure Video Indexer](video-indexer-get-started.md).
146110

147111
## Next steps
148112

0 commit comments

Comments
 (0)