An open API service indexing awesome lists of open source software.

https://github.com/thee-unruly/ai-powered-video-translation-convert-speech-while-retaining-original-voice

This script extracts audio, transcribes it, translates it into multiple languages chosen, generates speech, and merges it back into the video.
https://github.com/thee-unruly/ai-powered-video-translation-convert-speech-while-retaining-original-voice

Last synced: 3 months ago
JSON representation

This script extracts audio, transcribes it, translates it into multiple languages chosen, generates speech, and merges it back into the video.

Awesome Lists containing this project

README

        

# ๐ŸŽฅ AI-Powered Video Translation ๐ŸŽ™๏ธ๐Ÿ”๐Ÿ‡ฎ๐Ÿ‡ณ

## ๐Ÿ“Œ Overview
This project enables **automatic speech translation** from any language to **Hindi** while preserving the original speakerโ€™s voice. It processes a **video**, extracts the **audio**, translates the speech, and **generates a new video** with the translated audio while keeping the original tone and style.

## ๐Ÿš€ Features
โœ… **Speech Recognition:** Detects spoken language in the video
โœ… **Language Translation:** Converts speech to **Hindi**
โœ… **Voice Cloning:** Maintains the speaker's original voice
โœ… **Video Processing:** Outputs a new video with the translated audio

## ๐Ÿ› ๏ธ Technologies Used
- ๐ŸŽค **Whisper** (for speech recognition)
- ๐ŸŒ **OpenAI / Google Translate API** (for translation)
- ๐Ÿ—ฃ๏ธ **ElevenLabs / Coqui TTS** (for voice cloning)
- ๐ŸŽฅ **FFmpeg** (for video/audio processing)