From 334808c1d14590a527bb8d431888965f46a87975 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Tue, 1 Nov 2022 20:31:57 +0100 Subject: Fix script --- 2022/organizers-notebook/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022/organizers-notebook/index.org') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index e746dda8..f3dd6aa8 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -1680,7 +1680,7 @@ Make sure to modify the ~DENOISER~ variable and adapt input/output. DENOISER="/path/to/audio-denoiser-model-mp.rnnn" input="original.opus" output="denoised.opus" -ffmpeg -i "$input" -af "$DENOISER" "$output" +ffmpeg -i "$input" -af "arnndn=m=$DENOISER" "$output" #+end_src There’s no need to customize the libopus export information; the default -- cgit v1.2.3