openai-whisper

openai-whisper

熱門

本機語音轉文字,使用 Whisper CLI(無需 API 金鑰)。

38萬星標
8.1萬分支
更新於 2026/7/19
SKILL.md
readonlyread-only
name
openai-whisper
description

本機語音轉文字,使用 Whisper CLI(無需 API 金鑰)。

Whisper(CLI)

使用 whisper 在本機進行語音轉文字。

快速開始

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

備註

  • 模型會在首次執行時下載至 ~/.cache/whisper
  • 在此安裝中,--model 預設為 turbo
  • 使用較小模型可提升速度,較大模型則可提升準確度。