https://github.com/m0rf30/shisper
A quick & dirty script to generate and view subtitles and transcriptions for your multimedia files using ggerganov/whisper.cpp
https://github.com/m0rf30/shisper
asr bash shisper whisper whispercpp
Last synced: 5 months ago
JSON representation
A quick & dirty script to generate and view subtitles and transcriptions for your multimedia files using ggerganov/whisper.cpp
- Host: GitHub
- URL: https://github.com/m0rf30/shisper
- Owner: M0Rf30
- License: gpl-3.0
- Created: 2023-03-10T10:35:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T08:41:58.000Z (10 months ago)
- Last Synced: 2025-04-21T09:37:26.901Z (10 months ago)
- Topics: asr, bash, shisper, whisper, whispercpp
- Language: Shell
- Homepage:
- Size: 99.6 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shisper

## Description
A quick & dirty script to generate subs for your multimedia files.
## Instructions
### Required runtime dependencies
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
- ffmpeg
- mpv
### From sources
Type:
`./shisper -h for details`
and follow the help guidelines
### For Arch Linux users
You can find shisper on AUR
Type:
`yay -S shisper-git`
for latest development changes
and that's all!
## PR
- Fork it
- Modify it
- TEST it
- Do a Pull Request
Any suggestions are welcome