https://github.com/melvynx/videos-and-audio-to-txt
speech-to-text
https://github.com/melvynx/videos-and-audio-to-txt
Last synced: about 1 month ago
JSON representation
speech-to-text
- Host: GitHub
- URL: https://github.com/melvynx/videos-and-audio-to-txt
- Owner: Melvynx
- Created: 2023-09-03T00:47:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T01:54:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T04:52:45.928Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video and audios to TXT
You need to install [ffmpeg](https://ffmpeg.org/) on your computer to run the script.
## Usage
```bash
python3 script.py
```It will take all videos from `videos` and transform them into `mp3` files. Then, it will take all audios from `audios` and transform them into `mp3` files. Finally, it will take all `mp3` files and transform them into `txt` files.