add trumpapprove filter - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 6ece34d5cccaaec6b636c095d3f0d221efc80a1d | |
parent f57e2824b0ae506add21575193e1dbb06a24424b | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 15 Jan 2022 21:05:36 +0100 | |
add trumpapprove filter | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 1 + | |
M ffmpeg-effect | 2 ++ | |
2 files changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -828,6 +828,7 @@ case "${text}" in | |
"${botname}, please technodrugs #"*|\ | |
"${botname}, please thin #"*|\ | |
"${botname}, please torture #"*|\ | |
+"${botname}, please trumpapprove #"*|\ | |
"${botname}, please imam #"*|\ | |
"${botname}, please widen #"*|\ | |
"${botname}, please ww1 #"*) | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -136,6 +136,8 @@ process_filter() { | |
"$3" </dev/null;; | |
torture) | |
side_by_side "${mediadir}/clockworkorange.mkv" "$2" "$… | |
+ trumpapprove) | |
+ mix_audio "${mediadir}/trump-approves.opus" "$2" "$3";; | |
imam) | |
mix_audio "${mediadir}/imam.mp3" "$2" "$3";; | |
wide|widen) |