Introduction
Introduction Statistics Contact Development Disclaimer Help
add scrollify filter effect - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 935f59bbb722d5c8cb7690631803b44e861feea1
parent 75124307cfd6b328826b6e1d33f5fb4e50173497
Author: Anders Damsgaard <[email protected]>
Date: Mon, 7 Jun 2021 22:55:56 +0200
add scrollify filter effect
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M annna-message-common | 1 +
M ffmpeg-effect | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
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/.*#//' )"
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=shorte…
"$3" </dev/null;;
+ scrollify)
+ $ffmpeg_common -i "$2" \
+ -i "${mediadir}/elder_scrolls.mp3" \
+ -filter_complex "amix=inputs=2:duration=shorte…
+ "$3" </dev/null;;
sendtohell|amsterdamify)
$ffmpeg_common -i "$2" \
-i "${mediadir}/hell.mkv" \
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.