diff --git a/index.html b/index.html
index 987f0dc..4f1cd44 100644
--- a/index.html
+++ b/index.html
@@ -352,9 +352,9 @@
ffmpegstarts the command
-f image2forces input or output file format. image2
specifies the image file demuxer.
-framerate 9sets framerate to 9 frames per second
- -pattern_type globtells ffmpeg that the following mapping should "interpret like a glob"
+ -pattern_type globtells ffmpeg that the following mapping should "interpret like a glob" (a "global command" function that relies on the * as a wildcard and finds everything that matches
-i "input_image_*.jpg"maps all files in the directory that start with input_image_, for example input_image_001.jpg, input_image_002.jpg, input_image_003.jpg... etc.
- (The quotation marks are necessary!)
+ (The quotation marks are necessary for the above "glob" pattern!)
-vf scale=250x250filter the video to scale it to 250x250; -vf is an alias for -filter:v
output_file.gifpath and name of the output file