IINA plugin that extracts the current video's audio, sends it to Groq Whisper, and loads the generated SRT subtitle automatically.
Before using the plugin, install the required command line tools with Homebrew:
brew install ffmpeg curlThe plugin currently depends on:
ffmpegto extract audio from the current videocurlto upload the audio file to Groq Whisper
You also need a Groq API key, which can be configured in the plugin preferences page inside IINA.
npm install
npm run buildiina-plugin link .