pushover notifiction after ffmpeg script by default

This commit is contained in:
Jan Jastrow 2024-08-10 00:53:03 +02:00
parent 0f3778ba72
commit b9fce71df9

View File

@ -94,6 +94,7 @@ ff-av1-scale720p() {
fi
fi
done
pushover "FFmpeg done ✔"
}
# Recompress input MP4 to 540p AV1 MP4 (copy audio)
@ -112,6 +113,7 @@ ff-av1-scale540p() {
fi
fi
done
pushover "FFmpeg done ✔"
}
#