<p><ahref="https://www.ffmpeg.org/">ffmpeg</a> is a framework to convert among different audio and video file formats.</p>
<p><ahref="https://www.ffmpeg.org/">ffmpeg</a> is a framework to convert among different audio and video file formats. Use <code>ffmpeg</code> if you want to convert WAV to MP3.</p>
</div>
</div>
...
...
@@ -12462,6 +12462,17 @@ sox in.wav out.wav trim 75 30</code></pre>
"[ffmpeg](https://www.ffmpeg.org/) is a framework to convert among different audio and video file formats."
"[ffmpeg](https://www.ffmpeg.org/) is a framework to convert among different audio and video file formats. Use `ffmpeg` if you want to convert WAV to MP3."
]
},
{
...
...
@@ -633,6 +633,15 @@
" ffmpeg -i in.wav out.mp3 "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Down-mix all input channels to mono with a bitrate of 128k:\n",