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