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

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

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.