diff --git a/index.html b/index.html index 22417bc..66d7689 100644 --- a/index.html +++ b/index.html @@ -69,24 +69,22 @@ Change the above data-target field, the button text, and the below div class (th @@ -106,7 +104,7 @@ Change the above data-target field, the button text, and the below div class (th
ffmpeg
starts the command
-i input file
path, name and extension of the input file
-sample_fmt s16p
sample format. This will give you 16 bit audio (To see a list of supported sample formats, type: ffmpeg -sample_fmts)
-
-ar 44100
Sets the audio sampling frequency to 44.1 kHz (CD quality).
+
-ar 44100
Sets the audio sampling frequency to 44.1 kHz (CD quality). This can be omitted to use the same sampling frequency as the input
output file
path, name and extension of the output file
@@ -122,11 +120,11 @@ Change the above data-target field, the button text, and the below div class (th