openai-whisper
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWhisper (CLI)
Whisper (CLI)
Use to transcribe audio locally.
whisperQuick start
whisper /path/audio.mp3 --model medium --output_format txt --output_dir .whisper /path/audio.m4a --task translate --output_format srt
Notes
- Models download to on first run.
~/.cache/whisper - defaults to
--modelon this install.turbo - Use smaller models for speed, larger for accuracy.
使用在本地转录音频。
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 - 使用较小的模型可提升速度,较大的模型可提高准确率。