Skip to content

Adding Whisper audio transcription capabilities to MPV

Notifications You must be signed in to change notification settings

alexkoay/mpv-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPV-Whisper

Adding Whisper audio transcription capabilities to MPV

Installing

Simply run the following to get started:

pip install mpv-whisper

To use the GPU, ensure that the appropriate version of PyTorch is installed.

Configuration

mpv-whisper searches for configuration in two places, and defaults back to the package-provided default if not found:

  • ./mpv-whisper.toml
  • ~/.config/mpv-whisper/config.toml
  • package provided config.toml

Refer to the default config.toml for accepted configuration values.

Roadmap

  • Using dump_cache or something similar to extract audio instead of running FFmpeg separately

Credits

About

Adding Whisper audio transcription capabilities to MPV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages