From 283dddc1a175f9b177d6e0384073519cbaa11b56 Mon Sep 17 00:00:00 2001 From: kfrn Date: Sat, 14 May 2016 20:20:58 +1200 Subject: [PATCH] add minor clarification --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.