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
- Host: GitHub
- URL: https://github.com/dyphire/mpv-sub-fastwhisper
- Owner: dyphire
- License: mit
- Created: 2025-01-11T07:16:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-07-22T10:18:28.000Z (3 months ago)
- Last Synced: 2025-07-22T12:22:32.495Z (3 months ago)
- Topics: faster-whisper, lua, mpv, mpv-script, mpv-scripts, subtitles, whisper
- Language: Lua
- Homepage:
- Size: 27.3 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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