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" \