diff options
author | Nicolas George <george@nsup.org> | 2017-04-03 12:13:30 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-04-04 09:15:01 +0200 |
commit | 0c20f9fcab41fe7468a898919d2e3cf7bb6b432a (patch) | |
tree | 22e7bd92b4fbe61d1c835adfd164d14b729721a0 | |
parent | 2a88ebd096f3c748a2d99ed1b60b22879b3c567c (diff) | |
download | ffmpeg-0c20f9fcab41fe7468a898919d2e3cf7bb6b432a.tar.gz |
doc/muxers: fix default value for image2 option start_number.
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 166c929369..844bbce990 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -794,7 +794,7 @@ ffmpeg -f v4l2 -r 1 -i /dev/video0 -f image2 -strftime 1 "%Y-%m-%d_%H-%M-%S.jpg" @table @option @item start_number -Start the sequence from the specified number. Default value is 0. +Start the sequence from the specified number. Default value is 1. @item update If set to 1, the filename will always be interpreted as just a |