Spaces:
Sleeping
Sleeping
yt-wsp.sh : fix usage instruction + comment
Browse files- examples/yt-wsp.sh +2 -2
examples/yt-wsp.sh
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
# Small shell script to more easily automatically download and transcribe live stream VODs.
|
| 4 |
# This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp
|
| 5 |
-
# Use `./
|
| 6 |
|
| 7 |
# MIT License
|
| 8 |
|
|
@@ -43,7 +43,7 @@ cleanup() {
|
|
| 43 |
}
|
| 44 |
|
| 45 |
print_help() {
|
| 46 |
-
echo "Usage: ./
|
| 47 |
echo "See configurable env variables in the script"
|
| 48 |
echo "This will produce an MP4 muxed file called res.mp4 in the working directory"
|
| 49 |
echo "Requirements: ffmpeg yt-dlp whisper"
|
|
|
|
| 2 |
|
| 3 |
# Small shell script to more easily automatically download and transcribe live stream VODs.
|
| 4 |
# This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp
|
| 5 |
+
# Use `./yt-wsp help` to print help info.
|
| 6 |
|
| 7 |
# MIT License
|
| 8 |
|
|
|
|
| 43 |
}
|
| 44 |
|
| 45 |
print_help() {
|
| 46 |
+
echo "Usage: ./yt-wsp <video_url>"
|
| 47 |
echo "See configurable env variables in the script"
|
| 48 |
echo "This will produce an MP4 muxed file called res.mp4 in the working directory"
|
| 49 |
echo "Requirements: ffmpeg yt-dlp whisper"
|