whisper

오디오 파일을 txt, vtt, srt, tsv, json으로 변환. 더 많은 정보: https://github.com/openai/whisper.

whisper {{경로/대상/오디오.mp3}}

whisper {{경로/대상/오디오.mp3}} --output_format {{txt}}

whisper {{경로/대상/오디오.mp3}} --model {{tiny.en,tiny,base.en,base,small.en,small,medium.en,medium,large-v1,large-v2,large}}

whisper {{경로/대상/오디오.mp3}} --language {{english}}

whisper {{경로/대상/오디오.mp3}} --output_dir "{{경로/대상/출력}}"

whisper {{경로/대상/오디오.mp3}} --verbose {{False}}