add slavify effect - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9d6ffea2426f6a4d9bbdb8e8e1d7d26423107e8d | |
parent 411eafa664b63b078d3bc816486fdcd3aff7671f | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 28 Feb 2022 22:07:36 +0100 | |
add slavify 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 | |
@@ -822,6 +822,7 @@ case "${text}" in | |
"${botname}, please scrollify #"*|\ | |
"${botname}, please sendtohell #"*|\ | |
"${botname}, please sexify #"*|\ | |
+"${botname}, please slavify #"*|\ | |
"${botname}, please slowdown #"*|\ | |
"${botname}, please speedup #"*|\ | |
"${botname}, please techno #"*|\ | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -115,6 +115,8 @@ process_filter() { | |
mix_audio_video "${mediadir}/hell.mkv" "$2" "$3" 1920 … | |
sexify) | |
mix_audio "${mediadir}/careless_whisper.mp3" "$2" "$3"… | |
+ slavify) | |
+ replace_audio "${mediadir}/remove-kebab.opus" "$2" "$3… | |
slowdown) | |
$ffmpeg_common -i "$2" \ | |
-filter_complex "[0:v]setpts=2.0*PTS[v];[0:a]a… |