whisper
Japanese translation¶
source: https://github.com/openai/whisper/discussions/2151
# Where $FNAME is name of the file, output will be ${FNAME}.srt
whisper "$FNAME" --patience 2 --suppress_tokens "" --word_timestamps True --model large-v2 --output_format srt --language ja --model large-v2
Chinese¶
source: https://github.com/openai/whisper/discussions/277