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/audio-effects-detection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ audioEffects: [{
82
82
83
83
## How to index audio effects
84
84
85
-
In order to set the index process to include the detection of audio effects, the user should chose one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
85
+
In order to set the index process to include the detection of audio effects, select one of the **Advanced** presets under **Video + audio indexing** menu as can be seen below.
@@ -107,7 +107,7 @@ Audio Effects in closed captions file will be retrieved with the following logic
107
107
108
108
## Adding audio effects in closed caption files
109
109
110
-
Audio effects can be added to the closed captions files supported by Azure Video Indexer via the [Get video captions API](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Video-Captions) by choosing true in the `includeAudioEffects` parameter or via the video.ai portal experience by selecting **Download** -> **Closed Captions** -> **Include Audio Effects**.
110
+
Audio effects can be added to the closed captions files supported by Azure Video Indexer via the [Get video captions API](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Video-Captions) by choosing true in the `includeAudioEffects` parameter or via the video.ai website experience by selecting **Download** -> **Closed Captions** -> **Include Audio Effects**.
111
111
112
112
> [!div class="mx-imgBorder"]
113
113
> :::image type="content" source="./media/audio-effects-detection/close-caption.jpg" alt-text="Audio Effects in CC":::
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/clapperboard-metadata.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ ms.author: juliako
10
10
11
11
# Enable and view a clapperboard with extracted metadata (preview)
12
12
13
-
The clapperboard insight is used to detect clapper board instances and information written on each. For example, *head* or *tail* (the board is upside-down), *production*, *roll*, *scene*, *take*, etc. A[clapperboard](https://en.wikipedia.org/wiki/Clapperboard)'s extracted metadata is most useful to customers involved in the movie post-production process.
13
+
A clapperboard insight is used to detect clapperboard instances and information written on each. For example, *head* or *tail* (the board is upside-down), *production*, *roll*, *scene*, *take*, *date*, etc. The[clapperboard](https://en.wikipedia.org/wiki/Clapperboard)'s extracted metadata is most useful to customers involved in the movie post-production process.
14
14
15
-
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.
15
+
When the movie is being edited, a clapperboard is removed from the scene; however, the information that was written on the clapperboard is important. Azure Video Indexer extracts the data from clapperboards, preserves, and presents the metadata.
16
+
17
+
This article shows how to enable the post-production insight and view clapperboard instances with extracted metadata.
16
18
17
19
## View the insight
18
20
@@ -47,7 +49,7 @@ In the following example the board contains the following fields:
47
49
|date|FILTER (in this case the board contains no date)|
48
50
|director|John|
49
51
|production|Prod name|
50
-
|scene|FPS|
52
+
|scene|1|
51
53
|take|99|
52
54
53
55
#### View the insight
@@ -61,7 +63,7 @@ To see the instances on the website, select **Insights** and scroll to **Clapper
61
63
62
64
If you checked the **Post-production** insight, You can also find the clapperboard instance and its timeline (includes time, fields' values) on the **Timeline** tab.
63
65
64
-
#### Vew JSON
66
+
#### View JSON
65
67
66
68
To display the JSON file:
67
69
@@ -87,7 +89,7 @@ The following table describes fields found in json:
87
89
- Handwritten text or digital digits may not be correctly identified by the fields detection algorithm.
88
90
- The algorithm is optimized to identify fields categories that appear horizontally.
89
91
- The clapper board may not be detected if the frame is blurred or that the text written on it can't be identified by the human eye.
90
-
- Empty fields’ values may lead to to wrong fields categories.
92
+
- Empty fields’ values may lead to wrong fields categories.
91
93
<!-- If a part of a clapper board is hidden a value with the highest confidence is shown. -->
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/video-indexer-embed-widgets.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ You can use the Editor widget to create new projects and manage a video's insigh
60
60
61
61
## Embed videos
62
62
63
-
This section discusses embedding videos by [using the portal](#the-portal-experience) or by [assembling the URL manually](#assemble-the-url-manually) into apps.
63
+
This section discusses embedding videos by [using the website](#the-website-experience) or by [assembling the URL manually](#assemble-the-url-manually) into apps.
64
64
65
65
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. For example: `https://www.videoindexer.ai/accounts/00000000-0000-0000-0000-000000000000/videos/b2b2c74b8e/?location=trial`.
66
66
67
-
### The portal experience
67
+
### The website experience
68
68
69
-
To embed a video, use the portal as described below:
69
+
To embed a video, use the website as described below:
70
70
71
71
1. Sign in to the [Azure Video Indexer](https://www.videoindexer.ai/) website.
72
72
1. Select the video that you want to work with and press **Play**.
0 commit comments