Skip to content

Instantly share code, notes, and snippets.

@lmmx
Created October 1, 2022 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmmx/a9f0d3000d37b273eefbe1feb3e77ce1 to your computer and use it in GitHub Desktop.
Save lmmx/a9f0d3000d37b273eefbe1feb3e77ce1 to your computer and use it in GitHub Desktop.
extract audio from an OBS Studio recording and transcribe with Whisper
recfile="2022-10-01 19-44-24"; ffmpeg -i "$recfile.mkv" -q:a 0 -map a "$recfile.mp3"; whisper --model large --language en "$recfile.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment