diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2013-05-24 16:50:36 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-25 11:42:28 +0200 |
commit | 70fbfd75c39bdb6bfc197348b29ce40c57042925 (patch) | |
tree | 6544096e8b92dda83cce920a1d65d2c045cc1662 /doc/demuxers.texi | |
parent | 2c2e69b3a2b99a27e998e115649149ae6a23dccd (diff) | |
download | ffmpeg-70fbfd75c39bdb6bfc197348b29ce40c57042925.tar.gz |
img2dec: Add ts_from_file option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 4 |
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. |