Skip to content

How to use to transcribe specific audio files #2387

Closed Answered by glangford
Soeroah asked this question in Q&A
Discussion options

You must be logged in to vote

You can change to the directory of your audio files using the cd command. Then run whisper. Or you can specify the path to your files, as suggested here

If you have a number of files of the same type (eg. .wav or .mp3) you can just list them one by one on the command line, or you can process all the files of one type like this

whisper *.mp3 --language en --verbose True --output_format txt

To see the different options, use

whisper --help

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@glangford
Comment options

@Soeroah
Comment options

@Soeroah
Comment options

@glangford
Comment options

@Soeroah
Comment options

Answer selected by Soeroah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants