Skip to content

Commit fddfd7b

Browse files
authored
Merge pull request #740 from sally-baolian/VideoTranslaitonAPI-New
Video translation API docs update
2 parents 5632d1b + f6dc135 commit fddfd7b

File tree

8 files changed

+364
-32
lines changed

8 files changed

+364
-32
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,11 @@
484484
"source_path_from_root": "/articles/ai-services/language-service/summarization/custom/quickstart.md",
485485
"redirect_url": "/azure/ai-services//language-service/summarization/overview",
486486
"redirect_document_id": false
487-
}
487+
},
488+
{
489+
"source_path_from_root": "/articles/ai-services/speech-service/video-translation-studio.md",
490+
"redirect_url": "/azure/ai-services/speech-service/video-translation-get-started",
491+
"redirect_document_id": true
492+
}
488493
]
489-
}
494+
}

articles/ai-services/speech-service/includes/how-to/video-translation/rest.md

Lines changed: 302 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
---
2-
title: How to use video translation in the studio
3-
titleSuffix: Azure AI services
4-
description: With Azure AI Speech video translation, you can seamlessly translate and generate videos in multiple languages automatically.
5-
manager: nitinme
2+
title: include file
3+
description: include file
4+
author: sally-baolian
5+
ms.author: v-baolianzou
66
ms.service: azure-ai-speech
7-
ms.topic: how-to
8-
ms.date: 9/24/2024
9-
ms.reviewer: sally-baolian
10-
ms.author: eur
11-
author: eric-urban
12-
ms.custom: references_regions
13-
#Customer intent: As a developer, I want to learn how to use video translation in the studio.
7+
ms.topic: include
8+
ms.date: 10/11/2024
9+
ms.custom: include
1410
---
1511

16-
# Video translation in the studio
17-
18-
[!INCLUDE [Feature preview](../includes/preview-feature.md)]
12+
[!INCLUDE [Feature preview](../../../../includes/preview-feature.md)]
1913

2014
In this article, you learn how to use Azure AI Speech video translation in the studio.
2115

22-
All it takes to get started is an original video. See if video translation supports your [language](language-support.md?tabs=speech-translation#video-translation) and [region](video-translation-overview.md#supported-regions-and-languages).
16+
All it takes to get started is an original video. See if video translation supports your [language](../../../language-support.md?tabs=speech-translation#video-translation) and [region](../../../video-translation-overview.md#supported-regions-and-languages).
2317

2418
## Create a video translation project
2519

@@ -35,25 +29,27 @@ To create a video translation project, follow these steps:
3529

3630
1. On the **New project** page, select **Voice type**.
3731

38-
:::image type="content" source="media/video-translation/select-voice-type.png" alt-text="Screenshot of selecting voice type on the new project page.":::
32+
:::image type="content" source="../../../media/video-translation/select-voice-type.png" alt-text="Screenshot of selecting voice type on the new project page.":::
3933

4034
You can select **Prebuilt neural voice** or **Personal voice** for **Voice type**. For prebuilt neural voice, the system automatically
41-
selects the most suitable prebuilt voice by matching the speaker's voice in the video with prebuilt voices. For personal voice, the
42-
system provides the model with superior voice cloning similarity. To use personal voice, you need to apply for [access](https://aka.ms/customneural).
35+
selects the most suitable prebuilt voice by matching the speaker's voice in the video with prebuilt voices. For personal voice, the system offers a model that generates high-quality voice replication in a few seconds.
36+
37+
>[!NOTE]
38+
> To use personal voice, you need to apply for [access](https://aka.ms/customneural).
4339
4440
1. Upload your video file by dragging and dropping the video file or selecting the file manually.
4541

46-
:::image type="content" source="media/video-translation/upload-video-file.png" alt-text="Screenshot of uploading your video file on the new project page.":::
42+
:::image type="content" source="../../../media/video-translation/upload-video-file.png" alt-text="Screenshot of uploading your video file on the new project page.":::
4743

4844
Ensure the video is in .mp4 format, less than 500 MB, and shorter than 60 minutes.
4945

5046
1. Provide **Project name**, and select **Number of speakers**, **Language of the video**, **Translate to** language.
5147

52-
:::image type="content" source="media/video-translation/provide-video-information.png" alt-text="Screenshot of providing video information on the new project page.":::
48+
:::image type="content" source="../../../media/video-translation/provide-video-information.png" alt-text="Screenshot of providing video information on the new project page.":::
5349

5450
If you want to use your own subtitle files, select **Add subtitle file**. You can choose to upload either the source subtitle file or the target subtitle file. The subtitle file can be in WebVTT or JSON format. You can download a sample VTT file for your reference by selecting **Download sample VTT file**.
5551

56-
:::image type="content" source="media/video-translation/add-subtitle-file.png" alt-text="Screenshot of adding subtitle file on the new project page.":::
52+
:::image type="content" source="../../../media/video-translation/add-subtitle-file.png" alt-text="Screenshot of adding subtitle file on the new project page.":::
5753

5854
1. After reviewing the pricing information and code of conduct, then proceed to create the project.
5955

@@ -73,18 +69,18 @@ You can adjust the time frame of the scripts directly using the audio waveform b
7369

7470
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.
7571

76-
:::image type="content" source="media/video-translation/voice-unidentified.png" alt-text="Screenshot of one segment with unidentified voice name.":::
72+
:::image type="content" source="../../../media/video-translation/voice-unidentified.png" alt-text="Screenshot of one segment with unidentified voice name.":::
7773

7874
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 is missing voice, you can add the new voice name by selecting **Add speaker**. After changing the settings, select **Update**.
7975

80-
:::image type="content" source="media/video-translation/voice-settings.png" alt-text="Screenshot of adjusting voice settings on the voice settings page.":::
76+
:::image type="content" source="../../../media/video-translation/voice-settings.png" alt-text="Screenshot of adjusting voice settings on the voice settings page.":::
8177

8278
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**.
8379

84-
:::image type="content" source="media/video-translation/apply-changes.png" alt-text="Screenshot of selecting apply changes button after making all changes.":::
80+
:::image type="content" source="../../../media/video-translation/apply-changes.png" alt-text="Screenshot of selecting apply changes button after making all changes.":::
8581

8682
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.
8783

8884
## Related content
8985

90-
- [Video translation overview](video-translation-overview.md)
86+
- [Video translation overview](../../../video-translation-overview.md)

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ ms.date: 7/12/2024
66
ms.author: eur
77
---
88

9+
### October 2024 release
10+
11+
#### Video translation (Preview)
12+
13+
The video translation API is now available in public preview. For more information, see the [How to use video translation](../../video-translation-get-started.md?pivots=rest-api).
14+
915
### September 2024 release
1016

1117
#### Fast transcription (Preview)
103 KB
Loading

articles/ai-services/speech-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ items:
232232
items:
233233
- name: Video translation overview
234234
href: video-translation-overview.md
235-
- name: Video translation in the studio
236-
href: video-translation-studio.md
235+
- name: How to use video translation
236+
href: video-translation-get-started.md
237237
- name: Intent recognition
238238
items:
239239
- name: Intent recognition overview
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: How to use video translation - Speech service
3+
titleSuffix: Azure AI services
4+
description: Learn about how to use video translation.
5+
author: sally-baolian
6+
manager: nitinme
7+
ms.service: azure-ai-speech
8+
ms.topic: how-to
9+
ms.date: 10/11/2024
10+
ms.author: v-baolianzou
11+
zone_pivot_groups: speech-studio-rest
12+
#Customer intent: As a developer, I want to learn how to use video translation.
13+
---
14+
15+
# How to use video translation
16+
17+
::: zone pivot="speech-studio"
18+
[!INCLUDE [Speech Studio include](./includes/how-to/video-translation/speech-studio.md)]
19+
::: zone-end
20+
21+
::: zone pivot="rest-api"
22+
[!INCLUDE [REST API include](./includes/how-to/video-translation/rest.md)]
23+
::: zone-end

articles/ai-services/speech-service/video-translation-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ We support video translation between various languages, enabling you to tailor y
6363

6464
## Get started
6565

66-
To get started with video translation, refer to [video translation in the studio](video-translation-studio.md). The video translation API will be available soon.
66+
To get started with video translation, refer to [How to use video translation](video-translation-get-started.md).
6767

6868
## Price
6969

7070
For pricing details on video translation, see [Speech service pricing](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/). Note that video translation pricing will only be visible for [service regions](#supported-regions-and-languages) where the feature is available.
7171

7272
## Related content
7373

74-
* Try the [video translation in the studio](video-translation-studio.md)
75-
74+
* Try the [video translation](video-translation-get-started.md)
75+

0 commit comments

Comments
 (0)