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
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.
0 commit comments