diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-17 03:38:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-17 03:38:47 +0200 |
commit | 52673ab18a8f241e37aea83236ffe0fa84b78655 (patch) | |
tree | 64581b987853d985a747e0a1f0ec02f2b19ef9c0 /doc | |
parent | 266172aaf968bb71713490cdc64ae4929ad08b8b (diff) | |
parent | 13c99587511bfc35acf3b9427ef4d48ae5aec312 (diff) | |
download | ffmpeg-streaming-52673ab18a8f241e37aea83236ffe0fa84b78655.zip ffmpeg-streaming-52673ab18a8f241e37aea83236ffe0fa84b78655.tar.gz |
Merge remote-tracking branch 'luzero/segment'
* luzero/segment:
segment: extend options
segment: basic pattern support and playlist output
segment: introduce segmented chain muxer
output-example: extend duration
ratecontrol: estimate twice the qscale values
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/muxing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index fee987f..d681438 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -40,7 +40,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 */ |