add scrollify filter effect - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 935f59bbb722d5c8cb7690631803b44e861feea1
(DIR) parent 75124307cfd6b328826b6e1d33f5fb4e50173497
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 7 Jun 2021 22:55:56 +0200
add scrollify filter effect
Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
Diffstat:
M annna-message-common | 1 +
M ffmpeg-effect | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/annna-message-common b/annna-message-common
@@ -673,6 +673,7 @@ case "${text}" in
"${botname}, please loop #"*|\
"${botname}, please bounce #"*|\
"${botname}, please sexify #"*|\
+"${botname}, please scrollify #"*|\
"${botname}, please sendtohell #"*|\
"${botname}, please amsterdamify #"*)
hashtag="$(printf "%s\n" "${text}" | sed 's/.*#//' )"
(DIR) diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -56,6 +56,11 @@ process_filter() {
-i "${mediadir}/careless_whisper.mp3" \
-filter_complex "amix=inputs=2:duration=shortest:weights=3 2" \
"$3" </dev/null;;
+ scrollify)
+ $ffmpeg_common -i "$2" \
+ -i "${mediadir}/elder_scrolls.mp3" \
+ -filter_complex "amix=inputs=2:duration=shortest:weights=3 2" \
+ "$3" </dev/null;;
sendtohell|amsterdamify)
$ffmpeg_common -i "$2" \
-i "${mediadir}/hell.mkv" \