whisper audio.mp3 --model medium --output_format txt --output_dir ./transcripts
Save transcripts to a folder
Transcribes audio.mp3 with the medium model and writes only plain-text transcripts into ./transcripts, keeping your working directory clean. --output_format picks between txt, vtt, srt, tsv, json, jsonl, or all. The output filename mirrors the input name, so audio.mp3 becomes audio.txt.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.