From fe5564fbc2a7342e849ff2b4a5cf2bdd4092e476 Mon Sep 17 00:00:00 2001 From: use Date: Fri, 14 Apr 2023 13:38:52 -0700 Subject: [PATCH] Forgot to have the prefix infront of a command, fixed --- transcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcode.sh b/transcode.sh index e502cb1..34268a2 100644 --- a/transcode.sh +++ b/transcode.sh @@ -33,7 +33,7 @@ function burnSubs { local track=$4 #EVIDTNELY NECESSARY SO THAT FILES AREN'T 198+ HRS IN LEN. AT THE END - local DURATION=$( ffprobe -loglevel error -show_entries format=duration \ + local DURATION=$( $FFBIN/ffprobe -loglevel error -show_entries format=duration \ -of default=noprint_wrappers=1:nokey=1 "$inFL" ) $FFBIN/ffmpeg -hide_banner -loglevel error -stats -i "$inFL" \