Update video.bash

This commit is contained in:
RandomNinjaAtk 2023-07-06 20:24:50 -04:00 committed by GitHub
parent 9ea33e74e0
commit cba34c526d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,9 +181,6 @@ VideoSmaProcess (){
smaProcessComplete="true"
}
InstallRequirements
function Main {
SECONDS=0
error=0
@ -207,6 +204,7 @@ function Main {
echo "Post Processing Completed in $(($duration / 60 )) minutes and $(($duration % 60 )) seconds!"
}
InstallRequirements
Main "$@"
exit $?