From 3c75c88be68c66c3906d6d74f48b2a9e1f82daae Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Mon, 16 Dec 2024 13:10:37 -0500 Subject: [PATCH] hide --- examples/whisper/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/whisper/cmd.sh b/examples/whisper/cmd.sh index 2b656a4..3504a2f 100755 --- a/examples/whisper/cmd.sh +++ b/examples/whisper/cmd.sh @@ -10,7 +10,7 @@ output_file="${input_temp}_16khz.wav" # replace relative *.ts URLs with the absolute URL to them cat | sed 's|^\([^#].*\)|'"$BASE_URL"'/\1|' \ - | ffmpeg -protocol_whitelist https,fd,tls,tcp,pipe -f hls -i - -vn -acodec pcm_s16le -ar 16000 -ac 2 "$output_file" > /dev/null 2>&1 + | ffmpeg -hide_banner -loglevel error -protocol_whitelist https,fd,tls,tcp,pipe -f hls -i - -vn -acodec pcm_s16le -ar 16000 -ac 2 "$output_file" > /dev/null 2>&1 # generate the VTT file /app/main \