ffmpeg-effect: increase relative volume of sexy music - annna - Annna the nice … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 75200c58007f711a328ffc36b0bbecf2147a5f45 | |
parent 00e482bd33d000856d185900f0121649b1b7eef7 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Thu, 3 Jun 2021 19:07:09 +0200 | |
ffmpeg-effect: increase relative volume of sexy music | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M ffmpeg-effect | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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=shorte… | |
+ -filter_complex "amix=inputs=2:duration=shorte… | |
"$3" </dev/null;; | |
*) usage;; | |
esac |