[FFmpeg-cvslog] output-example: extend duration
Luca Barbato
git at videolan.org
Mon Oct 17 03:49:03 CEST 2011
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sun Oct 2 23:05:07 2011 +0200| [8d80f3cb877b890889b1673029387229648901ed] | committer: Luca Barbato
output-example: extend duration
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d80f3cb877b890889b1673029387229648901ed
---
libavformat/output-example.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/output-example.c b/libavformat/output-example.c
index 3b28b7c..cb90f60 100644
--- a/libavformat/output-example.c
+++ b/libavformat/output-example.c
@@ -41,7 +41,7 @@
#undef exit
/* 5 seconds stream duration */
-#define STREAM_DURATION 5.0
+#define STREAM_DURATION 200.0
#define STREAM_FRAME_RATE 25 /* 25 images/s */
#define STREAM_NB_FRAMES ((int)(STREAM_DURATION * STREAM_FRAME_RATE))
#define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */
More information about the ffmpeg-cvslog
mailing list