You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/video-indexer-embed-widgets.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ A Cognitive Insights widget includes all visual insights that were extracted fro
26
26
|`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`|
27
27
|`locale`| A short language code | Controls the language of the UI. The default value is `en`. <br/>Example: `locale=de`.|
28
28
|`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.|
31
31
|`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.|
32
32
33
33
### Player widget
@@ -306,9 +306,10 @@ See the [code samples](https://github.com/Azure-Samples/media-services-video-ind
306
306
307
307
## Supported browsers
308
308
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).
310
310
311
311
## Embed and customize Azure Video Indexer widgets in your app using npm package
312
+
312
313
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.
313
314
314
315
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.
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.
@@ -22,6 +28,18 @@ This quickstart shows you how to sign in to the Azure Video Indexer [website](ht
22
28
To start developing with Azure Video Indexer, browse to the [Azure Video Indexer](https://www.videoindexer.ai/) website and sign up.
23
29
24
30
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.
25
43
26
44
> [!NOTE]
27
45
> 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
30
48
31
49
### Supported browsers
32
50
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
34
63
35
64
### Supported file formats for Azure Video Indexer
36
65
@@ -69,6 +98,8 @@ To start using the APIs, see [use APIs](video-indexer-use-apis.md)
69
98
70
99
## Next steps
71
100
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).
73
104
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.
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/video-indexer-overview.md
+1-37Lines changed: 1 addition & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,43 +106,7 @@ When indexing by one channel, partial result for those models will be available.
106
106
107
107
## How can I get started with Azure Video Indexer?
108
108
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).
0 commit comments