ffmpeg-effect: increase relative volume of sexy music - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 75200c58007f711a328ffc36b0bbecf2147a5f45 DIR parent 00e482bd33d000856d185900f0121649b1b7eef7 HTML Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 3 Jun 2021 19:07:09 +0200 ffmpeg-effect: increase relative volume of sexy music Signed-off-by: Annna Robert-Houdin <annna@bitreich.org> Diffstat: M ffmpeg-effect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/ffmpeg-effect b/ffmpeg-effect @@ -54,7 +54,7 @@ process_filter() { sexify) $ffmpeg_common -i "$2" \ -i "${mediadir}/careless_whisper.mp3" \ - -filter_complex "amix=inputs=2:duration=shortest:weights=3 1" \ + -filter_complex "amix=inputs=2:duration=shortest:weights=3 2" \ "$3" </dev/null;; *) usage;; esac