mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-09 20:54:51 +01:00
pushover notifiction after ffmpeg script by default
This commit is contained in:
parent
0f3778ba72
commit
b9fce71df9
@ -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 ✔"
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user