Introduction
Introduction Statistics Contact Development Disclaimer Help
ffmpeg-effect: use amerge instead of amix ffmpeg filter - annna - Annna the nic…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit add54ddd2d5bd41f9f35f56043dd561d6f8248f4
parent 1282bf31a4795703c93c269a0340b97f9f766387
Author: Anders Damsgaard <[email protected]>
Date: Sat, 12 Jun 2021 19:58:18 +0200
ffmpeg-effect: use amerge instead of amix ffmpeg filter
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M ffmpeg-effect | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -54,12 +54,12 @@ process_filter() {
sexify)
$ffmpeg_common -i "$2" \
-i "${mediadir}/careless_whisper.mp3" \
- -filter_complex "amix=inputs=2:duration=shorte…
+ -filter_complex "amerge=inputs=2" \
"$3" </dev/null;;
scrollify)
$ffmpeg_common -i "$2" \
-i "${mediadir}/elder_scrolls.mp3" \
- -filter_complex "amix=inputs=2:duration=shorte…
+ -filter_complex "amerge=inputs=2" \
"$3" </dev/null;;
sendtohell|amsterdamify)
$ffmpeg_common -i "$2" \
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.