Skip to content

Commit 392c5eb

Browse files
Create video-translation-service-studio.md
1 parent a0760f0 commit 392c5eb

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: How to use video translation service in the studio
3+
titleSuffix: Azure AI services
4+
description: With Azure AI Speech video translation service, you can seamlessly translate and generate videos in multiple languages automatically.
5+
manager: nitinme
6+
ms.service: azure-ai-speech
7+
ms.topic: how-to
8+
ms.date: 5/21/2024
9+
ms.reviewer: sally-baolian
10+
ms.author: eur
11+
author: eric-urban
12+
ms.custom: references_regions
13+
---
14+
15+
# Video translation service in the studio
16+
17+
[!INCLUDE [Feature preview](../includes/preview-feature.md)]
18+
19+
In this article, you learn how to use Azure AI Speech video translation service in the studio.
20+
21+
All it takes to get started is an original video. See if video translation service supports your [language](language-support.md?tabs=speech-translation#video-translation-service) and [region](video-translation-service-overview.md#supported-regions-and-languages).
22+
23+
## Create a video translation service project
24+
25+
To create a video translation service project, follow these steps:
26+
27+
1. Sign in to the [Speech Studio](https://aka.ms/speechstudio).
28+
29+
1. Select the subscription and Speech resource to work with.
30+
31+
1. Select **Video translation service**.
32+
33+
1. On the **Create and manage the projects** page, select **Upload file**.
34+
35+
1. On the **Video file** page, upload your video file by dragging and dropping the video file or selecting the file manually.
36+
37+
Ensure the video is in .mp4 format, less than 500 MB, and shorter than 60 minutes.
38+
39+
1. Provide the **File name**, **Description**, and select the **Language of the video**, **Translate to** language, and **Voice type**.
40+
41+
You can select **Personal voice** or **Prebuilt neural voice** for **Voice type**. For prebuilt neural voice, the system automatically matches the voice that most closely matches the tone of the video. For personal voice, the system provides the latest model with superior voice cloning similarity.
42+
43+
:::image type="content" source="media/video-translation-service/upload-video-file.png" alt-text="Screenshot of uploading your video file on the video file page.":::
44+
45+
1. After reviewing the pricing information and copyright statement, then proceed to create the project.
46+
47+
When processing the video file, you can check the processing status on the project tab.
48+
49+
Once the upload is complete, the project is created. You can then select the project to review detailed settings and make adjustments according to your preferences.
50+
51+
## Check and adjust voice settings
52+
53+
On the project details page, the project offers two tabs **Translated** and **Original** under **Video**, allowing you to compare them side by side.
54+
55+
On the right side of the video, you can view both the original script and the translated script. Hovering over each part of the original script triggers the video to automatically jump to the corresponding segment of the original video, while hovering over each part of the translated script triggers the video to jump to the corresponding translated segment.
56+
57+
You can also add or remove segments as needed. When you want to add a segment, ensure that the new segment timestamp doesn't overlap with the previous and next segment, and the segment end time should be larger than the start time. The correct format of timestamp should be `hh:mm:ss.ms`. Otherwise, you can't apply the changes.
58+
59+
If you encounter segments with an "unidentified" voice name, it might be because the system couldn't accurately detect the voice, especially in situations where speaker voices overlap. In such cases, it's advisable to manually change the voice name.
60+
61+
:::image type="content" source="media/video-translation-service/voice-unidentified.png" alt-text="Screenshot of one segment with unidentified voice name.":::
62+
63+
If you want to adjust the voice, select **Voice settings** to make some changes. On the **Voice settings** page, you can adjust the voice type, gender, and the voice. Select the voice sample on the right of **Voice** to determine your voice selection. If you find there's missing voice, you can add the new voice name by selecting **Add speaker**. After changing the settings, select **Update**.
64+
65+
:::image type="content" source="media/video-translation-service/voice-settings.png" alt-text="Screenshot of adjusting voice settings on the voice settings page.":::
66+
67+
If you make changes multiple times but haven't finished, you only need to save the changes you've made by selecting **Save**. After making all changes, select **Apply changes** to apply them to the video. You'll be charged only after you select **Apply changes**.
68+
69+
:::image type="content" source="media/video-translation-service/apply-changes.png" alt-text="Screenshot of selecting apply changes button after making all changes.":::
70+
71+
You can translate the original video into a new language by selecting **New language**. On the **Translate** page, you can choose a new translated language and voice type. Once the video file has been translated, a new project is automatically created.
72+
73+
## Related content
74+
75+
- [Video translation service overview](video-translation-service-overview.md)

0 commit comments

Comments
 (0)