[FFmpeg-cvslog] doc/muxers: Document problems of omitting nut syncpoints as well as alternatives
Michael Niedermayer
git at videolan.org
Tue Jun 3 18:47:17 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 29 03:59:25 2014 +0200| [8d4d12a490b1ecd4de74ad8305d6f474023eafa1] | committer: Michael Niedermayer
doc/muxers: Document problems of omitting nut syncpoints as well as alternatives
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d4d12a490b1ecd4de74ad8305d6f474023eafa1
---
doc/muxers.texi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index ce9d110..67ad9da 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -714,6 +714,11 @@ Change the syncpoint usage in nut:
@table @option
@item @var{default} use the normal low-overhead seeking aids.
@item @var{none} do not use the syncpoints at all, reducing the overhead but making the stream non-seekable;
+ Use of this option is not recommanded, as the resulting files are very damage
+ sensitive and seeking is not possible. Also in general the overhead from
+ syncpoints is negligible. Note, - at code{write_index} 0 can be used to disable
+ all growing data tables, allowing to mux endless streams with limited memory
+ and wihout these disadvantages.
@item @var{timestamped} extend the syncpoint with a wallclock field.
@end table
The @var{none} and @var{timestamped} flags are experimental.
More information about the ffmpeg-cvslog
mailing list