We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1d0c1 commit 51bf364Copy full SHA for 51bf364
whisperGUI.py
@@ -21,8 +21,8 @@ def main():
21
22
parser.add_argument(
23
'--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',
+ metavar='File to transcribe',
+ help='supports all file types supported by FFMPEG',
26
widget='FileChooser')
27
28
0 commit comments