Skip to content

Commit 5300200

Browse files
committed
Update cognitive services to speech, remove demo video references until video uploaded to learn
1 parent e55bdc0 commit 5300200

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

samples/agent-catalog/msft-agent-samples/semantic-kernel-sdk/video-translation-agent/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
## Summary
44

5-
This code sample supports building agents for multilingual video localization with translation, subtitles, and speech generation. It leverages Azure AI Foundry, Azure AI Cognitive Services, and Azure Blob Storage to provide high-quality video translations between languages with customizable speech and subtitle options.
6-
7-
## Demo
8-
9-
<p align="center">
10-
<video src="./assets/demo.mp4" poster="./assets/video-thumbnail.png" controls></video>
11-
</p>
12-
13-
You can find the demo video at `./assets/demo.mp4` in the repository.
5+
This code sample supports building agents for multilingual video localization with translation, subtitles, and speech generation. It leverages Azure AI Foundry, Azure AI Speech, and Azure Blob Storage to provide high-quality video translations between languages with customizable speech and subtitle options.
146

157
## Use Cases
168

@@ -25,7 +17,7 @@ You can find the demo video at `./assets/demo.mp4` in the repository.
2517
The Video Translation Agent uses:
2618
- **Azure AI Agents** - For conversation management and orchestration
2719
- **Semantic Kernel** - For creating the AI Agent and managing plugins
28-
- **Azure AI's Cognitive Services Video Translation API** - For the core video translation functionality
20+
- **Azure AI Speech's Video Translation API** - For the core video translation functionality
2921
- **Azure Blob Storage** - For secure file storage and retrieval
3022

3123
<div align="center">
-190 KB
Loading

0 commit comments

Comments
 (0)