Update script/script.sh
Deploy / Deploy (push) Successful in 22s
Details
Deploy / Deploy (push) Successful in 22s
Details
This commit is contained in:
parent
7a317b9b8d
commit
da5cbe7170
|
@ -125,10 +125,10 @@ process_video () {
|
||||||
# Creating the credits clip
|
# Creating the credits clip
|
||||||
# ####################################
|
# ####################################
|
||||||
if test ${TMP}/tmp-credits.mkv -ot ${SCRIPT}/credits.svg ; then
|
if test ${TMP}/tmp-credits.mkv -ot ${SCRIPT}/credits.svg ; then
|
||||||
echo "########################################"
|
echo "########################################"
|
||||||
echo "# Gerando o tmp-credits.mkv"
|
echo "# Gerando o tmp-credits.mkv"
|
||||||
echo "########################################"
|
echo "########################################"
|
||||||
ffmpeg -y -loop 1 -i ${SCRIPT}/credits.svg -i ${SCRIPT}/credits.wav -shortest ${TMP}/tmp-credits.mkv
|
ffmpeg -y -loop 1 -i ${SCRIPT}/credits.svg -i ${SCRIPT}/credits.wav -shortest ${TMP}/tmp-credits.mkv
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ####################################
|
# ####################################
|
||||||
|
|
Loading…
Reference in New Issue