summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2013-05-24 16:50:36 +0300
committerMichael Niedermayer <michaelni@gmx.at>2013-05-25 11:42:28 +0200
commit70fbfd75c39bdb6bfc197348b29ce40c57042925 (patch)
tree6544096e8b92dda83cce920a1d65d2c045cc1662 /doc
parent2c2e69b3a2b99a27e998e115649149ae6a23dccd (diff)
img2dec: Add ts_from_file option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/demuxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index c75e1abd8d..9cfa954bc4 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -210,6 +210,10 @@ to read from. Default value is 0.
Set the index interval range to check when looking for the first image
file in the sequence, starting from @var{start_number}. Default value
is 5.
+@item ts_from_file
+If set to 1, will set frame timestamp to modification time of image file. Note
+that monotonity of timestamps is not provided: images go in the same order as
+without this option. Default value is 0.
@item video_size
Set the video size of the images to read. If not specified the video
size is guessed from the first image file in the sequence.