S

openai-whisper

openai-whisper

已认证
AI v1.0.0 · 小杨
下载 ZIP
📥 下载 203 次 📦 0.8KB 📅 2026-05-25

Whisper (CLI)

Use whisper to transcribe audio locally.

Quick start

  • whisper /path/audio.mp3 --model medium --output_format txt --output_dir .
  • whisper /path/audio.m4a --task translate --output_format srt

Notes

  • 本机已下载模型路径 C:\Users\Administrator\.cache\whisper\base.pt
  • --model defaults to base on this install.
  • Use smaller models for speed, larger for accuracy.

💡 安装方法

下载 ZIP 解压到 skills/ 目录即可使用