Skip to content

Commit 51bf364

Browse files
authored
fixed description of input file
1 parent ee1d0c1 commit 51bf364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whisperGUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def main():
2121

2222
parser.add_argument(
2323
'--file',
24-
metavar='WAV file to transcribe',
25-
help='convert with: ffmpeg -i input.mp3 -ar 16000 -ac 1 -c:a pcm_s16le output.wav',
24+
metavar='File to transcribe',
25+
help='supports all file types supported by FFMPEG',
2626
widget='FileChooser')
2727

2828
parser.add_argument(

0 commit comments

Comments
 (0)