Re: [FFmpeg-devel] [PATCH] doc/formats.texi: document max_interlave_delta muxing option

2015-06-01 Thread Michael Niedermayer
On Mon, Jun 01, 2015 at 05:16:50PM +0200, Stefano Sabatini wrote:
 The option was added in commit d9ae1031f5edbd25c8526b4cb51aba66d3bee931
 but it was never document.
 ---
  doc/formats.texi | 19 +++
  1 file changed, 19 insertions(+)

sounds correct to me

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc/formats.texi: document max_interlave_delta muxing option

2015-06-01 Thread Stefano Sabatini
The option was added in commit d9ae1031f5edbd25c8526b4cb51aba66d3bee931
but it was never document.
---
 doc/formats.texi | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/doc/formats.texi b/doc/formats.texi
index aa39d4b..617cda5 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -127,6 +127,25 @@ Consider all spec non compliancies as errors.
 Consider things that a sane encoder should not do as an error.
 @end table
 
+@item max_interleave_delta @var{integer} (@emph{output})
+Set maximum buffering duration for interleaving. The duration is
+expressed in microseconds, and defaults to 100 (1 second).
+
+To ensure all the streams are interleaved correctly, libavformat will
+wait until it has at least one packet for each stream before actually
+writing any packets to the output file. When some streams are
+sparse (i.e. there are large gaps between successive packets), this
+can result in excessive buffering.
+
+This field specifies the maximum difference between the timestamps of the
+first and the last packet in the muxing queue, above which libavformat
+will output a packet regardless of whether it has queued a packet for all
+the streams.
+
+If set to 0, libavformat will continue buffering packets until it has
+a packet for each stream, regardless of the maximum timestamp
+difference between the buffered packets.
+
 @item use_wallclock_as_timestamps @var{integer} (@emph{input})
 Use wallclock as timestamps.
 
-- 
1.9.1

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc/formats.texi: document max_interlave_delta muxing option

2015-06-01 Thread Stefano Sabatini
On date Monday 2015-06-01 17:38:37 +0200, Michael Niedermayer encoded:
 On Mon, Jun 01, 2015 at 05:16:50PM +0200, Stefano Sabatini wrote:
  The option was added in commit d9ae1031f5edbd25c8526b4cb51aba66d3bee931
  but it was never document.
  ---
   doc/formats.texi | 19 +++
   1 file changed, 19 insertions(+)
 
 sounds correct to me

Applied, thanks.
-- 
FFmpeg = Fundamentalist  Fabulous MultiPurpose Extroverse Game
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel