mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-04 14:25:23 +01:00
typos in "WAV to MP3"
This commit is contained in:
parent
8e53187fe1
commit
f52ca6c850
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user