[FFmpeg-cvslog] doc/muxers: fix default value for image2 option start_number.

Nicolas George git at videolan.org
Tue Apr 4 10:16:20 EEST 2017


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Mon Apr  3 12:13:30 2017 +0200| [0c20f9fcab41fe7468a898919d2e3cf7bb6b432a] | committer: Nicolas George

doc/muxers: fix default value for image2 option start_number.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c20f9fcab41fe7468a898919d2e3cf7bb6b432a
---

 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 166c929..844bbce 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



More information about the ffmpeg-cvslog mailing list