From cca72771468fc6fe928d2b31cb0869dab6981aa6 Mon Sep 17 00:00:00 2001 From: esche Date: Thu, 18 May 2023 16:06:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eto=5Fopus.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit readability --- to_opus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_opus.sh b/to_opus.sh index d17aa99..f4f2253 100644 --- a/to_opus.sh +++ b/to_opus.sh @@ -45,7 +45,7 @@ for file in **/*.@($extension); do }') - is_video=$(ffprobe -i Hair.m4v -v 0 -select_streams V -show_entries stream=codec_type) + is_video=$(ffprobe -i Hair.m4v -v fatal -select_streams V -show_entries stream=codec_type) if [[ -n "$is_video" ]]; then echo "$file is a video file and will not be converted" else