https://github.com/x-cod3r/video_audio_transcriber
Use this GUI supported python to transcribe videos and audios of 4 languages : English, Arabic, German, French
https://github.com/x-cod3r/video_audio_transcriber
Last synced: 10 months ago
JSON representation
Use this GUI supported python to transcribe videos and audios of 4 languages : English, Arabic, German, French
- Host: GitHub
- URL: https://github.com/x-cod3r/video_audio_transcriber
- Owner: x-cod3r
- Created: 2023-07-15T11:36:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T11:43:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T20:44:25.415Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video_Audio_transcriber
Use this GUI supported python to transcribe videos and audios of 4 languages : English, Arabic, German, French
tested on wondows environment using python10
ffmpeg : https://ffmpeg.org/download.html#build-windows
speechrecognition : pip install SpeechRecognition
tkinter : pip install tk-tools