使用Whisper CLI转录音频 | AI生成和翻译

Home 2026.05

文件和 whisper CLI 均已存在。基本命令:

whisper "meeting_01 2.mp4" --model small --output_format txt --output_dir .

实用调整:

适用于 CPU 的示例:

whisper "meeting_01 2.mp4" --model small --language en --fp16 False --output_format txt --output_dir .

这会在当前目录下生成 meeting_01 2.txt(其他格式使用相同基本文件名)。需要我运行它吗?


Back Donate