typos in "WAV to MP3"

This commit is contained in:
Reto Kromer 2015-12-20 13:59:17 +01:00
parent 8e53187fe1
commit f52ca6c850

View File

@ -97,7 +97,7 @@ Change the above data-target field, the button text, and the below div class (th
<div class="well">
<h3>WAV to MP3</h3>
<p><code>ffmpeg -i <i>input_file</i>.wav -sample_fmt s16p -ar 44100 <i>output_file</i>.mp3</code></p>
<p>This will convert your wav files to mp3s.</p>
<p>This will convert your WAV files to MP3s.</p>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>
<dt>-i <i>input_file</i></dt><dd>path and name of the input file</dd>