Browse Source

Forgot to have the prefix infront of a command, fixed

master
Ryan Beck 1 year ago
parent
commit
fe5564fbc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      transcode.sh

+ 1
- 1
transcode.sh View File

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

Loading…
Cancel
Save