Skip to content

Commit bee59d5

Browse files
committed
continue updates
1 parent b5a654c commit bee59d5

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
lines changed

articles/azure-video-indexer/clapperboard-metadata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ The clapperboard insight is used to detect clapper board instances and informati
1414

1515
When the movie is being edited, the slate is removed from the scene but a metadata with what's on the clapper board is important. Azure Video Indexer extracts the data from clapperboards, preserves and presents the metadata as described in this article.
1616

17+
This insight is most useful to customers involved in the movie post-production process.
18+
1719
## View the insight
1820

1921
### View post-production insights
2022

21-
In order to set the index process to include the slate metadata, the user should chose one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
23+
In order to set the index process to include the slate metadata, the user should chose the **Video + audio indexing** -> **Advanced** presets.
2224

2325
> [!div class="mx-imgBorder"]
2426
> :::image type="content" source="./media/slate-detection-process/advanced-setting.png" alt-text="This image shows the advanced setting in order to view post-production clapperboards insights.":::

articles/azure-video-indexer/digital-patterns-color-bars.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ You can view the names of the specific digital patterns. <!-- They are searchabl
1717
- Color bars
1818
- Test cards
1919

20+
This insight is most useful to customers involved in the movie post-production process.
21+
2022
## View post-production insights
2123

22-
In order to set the index process to include the slate metadata, the user should chose one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
24+
In order to set the index process to include the slate metadata, the user should chose the **Video + audio indexing** -> **Advanced** presets.
2325

2426
> [!div class="mx-imgBorder"]
2527
> :::image type="content" source="./media/slate-detection-process/advanced-setting.png" alt-text="This image shows the advanced setting in order to view post-production clapperboards insights.":::

articles/azure-video-indexer/release-notes.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,18 @@ In order to upload a video from a URL, change your code to send nu
4141
var uploadRequestResult = await client.PostAsync($"{apiUrl}/{accountInfo.Location}/Accounts/{accountInfo.Id}/Videos?{queryParams}"null);
4242
```
4343

44-
## October 2022
44+
## September 2022
45+
46+
### General availability of ARM-based accounts
47+
48+
With an Azure Resource Management (ARM) based [paid (unlimited)](accounts-overview.md) account you are able to use:
49+
50+
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
51+
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
52+
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
53+
- [Create logic apps connector for ARM-based accounts](logic-apps-connector-arm-accounts.md).
54+
55+
To create an ARM-based account, see [create an account](create-account-portal.md).
4556

4657
### Slate detection insights (preview)
4758

@@ -53,23 +64,27 @@ The following slate detection (a movie post-production) insights are automatical
5364

5465
For details, see [Slate detection](slate-detection-insight.md).
5566

56-
## September 2022
67+
### New source languages support for STT, translation, and search
5768

58-
### General availability of Azure Resource Management (ARM)
69+
Now supporting source languages for STT (speech-to-text), translation, and search in Ukraine and Vietnamese. It means transcription, translation, and search features are also supported for these languages in Azure Video Indexer web applications, widgets and APIs.
5970

60-
With the ARM-based [paid (unlimited)](accounts-overview.md) account you are able to use:
71+
For more information, see [supported languages](language-support.md).
6172

62-
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
63-
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
64-
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
65-
66-
To create an ARM-based account, see [create an account](create-account-portal.md).
73+
### Edit the name speakers in the transcription
6774

68-
### New source languages support for STT, translation, and search
75+
You can now use the [Azure Video Indexer website](https://www.videoindexer.ai/) to edit the name of the speakers in the transcription.
6976

70-
Now supporting source languages for STT (speech-to-text), translation, and search in Ukraine and Vietnamese. It means transcription, translation, and search features are also supported for these languages in Azure Video Indexer web applications, widgets and APIs.
77+
### Word level time annotation with confidence score
7178

72-
For more information, see [supported languages](language-support.md).
79+
An annotation is any type of additional information that is added to an already existing text, be it a transcription of an audio file or an original text file.
80+
81+
Now supporting word level time annotation with confidence score.
82+
83+
### Azure Monitor integration enabling indexing logs
84+
85+
The new set of logs, described below, enables you to better monitor your indexing pipeline.
86+
87+
Azure Video Indexer now supports Diagnostics settings for indexing events. You can now export logs monitoring upload, and re-indexing of media files through diagnostics settings to Azure Log Analytics, Storage, Event Hubs, or a third-party solution.
7388

7489
## August 2022
7590

articles/azure-video-indexer/slate-detection-insight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following slate detection insights (listed below) are automatically identifi
2020

2121
### The Insight tab
2222

23-
In order to set the index process to include the slate metadata, the user should chose one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
23+
In order to set the index process to include the slate metadata, the user should chose the**Video + audio indexing** -> **Advanced** presets.
2424

2525
> [!div class="mx-imgBorder"]
2626
> :::image type="content" source="./media/slate-detection-process/advanced-setting.png" alt-text="This image shows the advanced setting in order to view post-production insights.":::

articles/azure-video-indexer/textless-slate-scene-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.author: juliako
1212

1313
This article shows how to enable and view a textless slate with matching scene (preview).
1414

15-
This insight is most useful to customers involved in the movie post-production process.
15+
This insight is most useful to customers involved in the movie post-production process.
1616

1717
## View post-production insights
1818

19-
In order to set the index process to include the slate metadata, the user should chose one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
19+
In order to set the index process to include the slate metadata, the user should chose the **Video + audio indexing** -> **Advanced** presets.
2020

2121
> [!div class="mx-imgBorder"]
2222
> :::image type="content" source="./media/slate-detection-process/advanced-setting.png" alt-text="This image shows the advanced setting in order to view post-production clapperboards insights.":::

0 commit comments

Comments
 (0)