[FFmpeg-devel] [PATCH] doc/muxers: fix default value for image2 option start_number.
Nicolas George
george at nsup.org
Mon Apr 3 13:14:45 EEST 2017
Signed-off-by: Nicolas George <george at nsup.org>
---
doc/muxers.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
In principle I would rather fix the default value, but that may break a lot
of users' workflow.
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
--
2.11.0
More information about the ffmpeg-devel
mailing list