https://github.com/kota-midorikawa/whisper-srt
CLI to transcribe audio/video into SubRip (.srt) and timestamped .txt using Faster-Whisper.
https://github.com/kota-midorikawa/whisper-srt
cli faster-whisper python srt stt subtitle transcription whisper
Last synced: 15 days ago
JSON representation
CLI to transcribe audio/video into SubRip (.srt) and timestamped .txt using Faster-Whisper.
- Host: GitHub
- URL: https://github.com/kota-midorikawa/whisper-srt
- Owner: kota-midorikawa
- License: mit
- Created: 2025-09-19T08:10:28.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2025-09-20T16:43:26.000Z (27 days ago)
- Last Synced: 2025-09-20T18:28:10.230Z (27 days ago)
- Topics: cli, faster-whisper, python, srt, stt, subtitle, transcription, whisper
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whisper-srt
Audio/Video → SubRip (.srt) & time-tagged .txt via faster-whisper.## Usage
pip install faster-whisper
# ffmpeg must be in PATHpython src/transcribe_srt.py --media sample.mp4 --device auto --language ja