diff options
-rw-r--r-- | 2022/organizers-notebook.md | 4 | ||||
-rw-r--r-- | 2022/organizers-notebook/index.org | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index a7935493..5da0d4c2 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -2314,7 +2314,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" There’s no need to customize the libopus export information; the default is more than enough for human-speech. @@ -2832,7 +2832,7 @@ Probably focus on grabbing the audio first and seeing what’s worth keeping Make a table of the form -<table id="org2e1586d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="orgef3b05a" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> 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 |