diff --git a/index.html b/index.html
index ff27a41..91328f7 100644
--- a/index.html
+++ b/index.html
@@ -728,7 +728,8 @@
ffplay -framerate 5 input_file_%06d.ext
- ffplay
- starts the command
- - -framerate 5
- plays image sequence at rate of 5 images per second
+ - -framerate 5
- plays image sequence at rate of 5 images per second
+ Note: this low framerate will produce a slideshow effect.
- -i input_file
- path, name and extension of the input file
This must match the naming convention used! The regex %06d matches six-digit-long numbers, possibly with leading zeroes. This allows the full sequence to be read in ascending order, one image after the other.
The extension for TIFF files is .tif or maybe .tiff; the extension for DPX files is .dpx (or even .cin for old files). Screenshots are often in .png format.