Updates
This commit is contained in:
parent
1fe29b8b1a
commit
c0f8a61b95
14 changed files with 179 additions and 161 deletions
|
@ -46,7 +46,10 @@
|
|||
href="https://webmention.io/joshua.seigler.net/webmention"
|
||||
/>
|
||||
<title>FFmpeg audio cleanup - joshua.seigler.net</title>
|
||||
<meta name="description" content="" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A script to apply dynamic compression and noise reduction to audio files"
|
||||
/>
|
||||
<meta name="keywords" content="posts, technical, ffmpeg" />
|
||||
<meta property="og:title" content="FFmpeg audio cleanup" />
|
||||
<meta property="og:type" content="" />
|
||||
|
@ -55,7 +58,10 @@
|
|||
content="https://joshua.seigler.net/posts/ffmpeg-audio-cleanup/"
|
||||
/>
|
||||
<meta name="twitter:title" content="FFmpeg audio cleanup" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A script to apply dynamic compression and noise reduction to audio files"
|
||||
/>
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="generator" content="Eleventy v3.1.0" />
|
||||
|
@ -100,7 +106,7 @@
|
|||
|
||||
<main data-pagefind-body="data-pagefind-body">
|
||||
<p>
|
||||
I recently needed to process 20+ phone audio recordings. The audio is
|
||||
I recently needed to process 20+ phone audio recordings. The files are
|
||||
mp3 recordings in stereo, made in an environment with echoes and noise
|
||||
from fans/heaters.
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue