]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
yt-wsp.sh : fix usage instruction + comment
authorGeorgi Gerganov <redacted>
Wed, 7 Dec 2022 19:12:55 +0000 (21:12 +0200)
committerGeorgi Gerganov <redacted>
Wed, 7 Dec 2022 19:12:55 +0000 (21:12 +0200)
examples/yt-wsp.sh

index 0e41b1cf8ff3839b060afc163a53a62fe6342498..784175c60b24006738a0c3dc6bcf7b2ffcb05d1b 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Small shell script to more easily automatically download and transcribe live stream VODs.
 # This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp
-# Use `./transcribe-vod help` to print help info.
+# Use `./yt-wsp help` to print help info.
 
 # MIT License
 
@@ -43,7 +43,7 @@ cleanup() {
 }
 
 print_help() {
-    echo "Usage: ./transcribe-vod <video_url>"
+    echo "Usage: ./yt-wsp <video_url>"
     echo "See configurable env variables in the script"
     echo "This will produce an MP4 muxed file called res.mp4 in the working directory"
     echo "Requirements: ffmpeg yt-dlp whisper"