From f52ca6c85058d85a5045dd5a0445cc2e227258c6 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Sun, 20 Dec 2015 13:59:17 +0100 Subject: [PATCH] typos in "WAV to MP3" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a2fb333..9d52e35 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@ Change the above data-target field, the button text, and the below div class (th

WAV to MP3

ffmpeg -i input_file.wav -sample_fmt s16p -ar 44100 output_file.mp3

-

This will convert your wav files to mp3s.

+

This will convert your WAV files to MP3s.

ffmpeg
starts the command
-i input_file
path and name of the input file