mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-10-31 00:48:10 +01:00 
			
		
		
		
	typos in "WAV to MP3"
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user