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

https://github.com/dyphire/mpv-sub-fastwhisper

Generate srt subtitles through voice transcription using faster-whisper
https://github.com/dyphire/mpv-sub-fastwhisper

faster-whisper lua mpv mpv-script mpv-scripts subtitles whisper

Last synced: 20 days ago
JSON representation

Generate srt subtitles through voice transcription using faster-whisper

Awesome Lists containing this project

README

          

# mpv-sub-fastwhisper

### AI subtitle generation

Generate srt subtitles through voice transcription using faster-whisper.

After the subtitles are generated the script will automatically try to call the GPT API* to translate the subtitles.

- GPT API related configuration needs to be set in the script or script options by yourself

Dependency:

- [faster-whisper](https://github.com/Purfview/whisper-standalone-win)
- FFmpeg