summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook/index.org
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2022-11-01 20:31:57 +0100
committerLeo Vivier <zaeph@zaeph.net>2022-11-01 20:31:57 +0100
commit334808c1d14590a527bb8d431888965f46a87975 (patch)
tree070e2004de7a2e9939ea684396e9c7afc9c81813 /2022/organizers-notebook/index.org
parentc4ab006e27a59f544d8559ac1ef5c2e612b99dea (diff)
downloademacsconf-wiki-334808c1d14590a527bb8d431888965f46a87975.tar.xz
emacsconf-wiki-334808c1d14590a527bb8d431888965f46a87975.zip
Fix script
Diffstat (limited to '')
-rw-r--r--2022/organizers-notebook/index.org2
1 files changed, 1 insertions, 1 deletions
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