whisper Command Examples

Convert audio files to txt, vtt, srt, tsv and json. More information: https://github.com/openai/whisper.

whisper {{path/to/audio.mp3}}

whisper {{path/to/audio.mp3}} --output_format {{txt}}

whisper {{path/to/audio.mp3}} --model {{tiny.en,tiny,base.en,base,small.en,small,medium.en,medium,large-v1,large-v2,large}}

whisper {{path/to/audio.mp3}} --language {{english}}

whisper {{path/to/audio.mp3}} --output_dir "{{path/to/output}}"

whisper {{path/to/audio.mp3}} --verbose {{False}}