add dutchapprove effect - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c7a54141a36ff7827ac0dff99c8c579d9d8e154c | |
parent 83fffc2e97b8e39609c96a306ff9fec20032544c | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 14 Jun 2022 14:31:54 +0200 | |
add dutchapprove effect | |
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 | |
@@ -835,6 +835,7 @@ case "${text}" in | |
"${botname}, please daybowbow #"*|\ | |
"${botname}, please dontdoit #"*|\ | |
"${botname}, please doomify #"*|\ | |
+"${botname}, please dutchapprove #"*|\ | |
"${botname}, please imam #"*|\ | |
"${botname}, please loop #"*|\ | |
"${botname}, please mow #"*|\ | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -91,6 +91,8 @@ process_filter() { | |
mix_audio "${mediadir}/dontdoit.mp3" "$2" "$3";; | |
doomify) | |
mix_audio "${mediadir}/doom.mp3" "$2" "$3";; | |
+ dutchapprove) | |
+ mix_audio_video "${mediadir}/krul.mkv" "$2" "$3" 524 4… | |
imam) | |
mix_audio "${mediadir}/imam.mp3" "$2" "$3";; | |
loop) |