Skip to content

Commit 0a24f6c

Browse files
authored
Merge pull request #197008 from Juliako/avinewtopic
edit transcript lines
2 parents 010ea04 + b8c99cb commit 0a24f6c

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Insert or remove transcript lines in Azure Video Indexer portal
3+
description: This article explains how to insert or remove a transcript line in Azure Video Indexer portal.
4+
ms.author: itnorman
5+
ms.topic: how-to
6+
ms.date: 05/03/2022
7+
---
8+
9+
# Insert or remove transcript lines in Video Indexer portal
10+
11+
This article explains how to insert or remove a transcript line in Azure Video Indexer portal.
12+
13+
## Add new line to the transcript timeline
14+
15+
While in the edit mode, hover between two transcription lines. You'll find a gap between **ending time** of the **transcript line** and the beginning of the following transcript line, user should see the following **add new transcription line** option.
16+
17+
:::image type="content" alt-text="Screenshot of how to add new transcription." source="./media/edit-transcript-lines-portal/add-new-transcription-line.png":::
18+
19+
After clicking the add new transcription line, there will be an option to add the new text and the time stamp for the new line. Enter the text, choose the time stamp for the new line, and select **save**. Default timestamp is the gap between the previous and next transcript line.
20+
21+
:::image type="content" alt-text="Screenshot of a new transcript time stamp line." source="./media/edit-transcript-lines-portal/transcript-time-stamp.png":::
22+
23+
If there isn’t an option to add a new line, you can adjust the end/start time of the relevant transcript lines to fit a new line in your desired place.
24+
25+
Choose an existing line in the transcript line, click the **three dots** icon, select edit and change the time stamp accordingly.
26+
27+
> [!NOTE]
28+
> New lines will not appear as part of the **From transcript edits** in the **Content model customization** under languages.
29+
>
30+
> While using the API, when adding a new line, **Speaker name** can be added using free text. For example, *Speaker 1* can now become *Adam*.
31+
32+
## Edit existing line
33+
34+
While in the edit mode, select the three dots icon. The editing options were enhanced, they now contain not just the text but also the timestamp with accuracy of milliseconds.
35+
36+
## Delete line
37+
38+
Lines can now be deleted through the same three dots icon.
39+
40+
## Example how and when to use this feature
41+
42+
To consolidate two lines which you believe should appear as one.
43+
44+
1. Go to line number 2, select edit.
45+
1. Copy the text
46+
1. Delete the line
47+
1. Go to line 1, edit, paste the text and save.
48+
49+
## Next steps
50+
51+
For updating transcript lines and text using API visit [Azure Video Indexer Developer portal](https://aka.ms/avam-dev-portal)
44.2 KB
Loading
72.3 KB
Loading

articles/azure-video-indexer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
href: network-security.md
9595
- name: Disaster recovery
9696
href: video-indexer-disaster-recovery.md
97+
- name: Insert or remove transcript lines
98+
href: edit-transcript-lines-portal.md
9799
- name: Customize content models
98100
items:
99101
- name: Animated characters

0 commit comments

Comments
 (0)