[FFmpeg-cvslog] doc/muxers: document new break_non_keyframes option

Rodger Combs git at videolan.org
Tue Jun 9 17:19:53 CEST 2015


ffmpeg | branch: master | Rodger Combs <rodger.combs at gmail.com> | Tue Jun  9 06:44:51 2015 -0500| [4b082bc2419d70333c4240e6cfad1ce11f36ae2a] | committer: Michael Niedermayer

doc/muxers: document new break_non_keyframes option

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b082bc2419d70333c4240e6cfad1ce11f36ae2a
---

 doc/muxers.texi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index ddd7c7a..95cdb8f 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1030,6 +1030,12 @@ segments to write. If this is selected, the output segment name must
 contain a @code{strftime} function template. Default value is
 @code{0}.
 
+ at item break_non_keyframes @var{1|0}
+If enabled, allow segments to start on frames other than keyframes. This
+improves behavior on some players when the time between keyframes is
+inconsistent, but may make things worse on others, and can cause some oddities
+during seeking. Defaults to @code{0}.
+
 @item reset_timestamps @var{1|0}
 Reset timestamps at the begin of each segment, so that each segment
 will start with near-zero timestamps. It is meant to ease the playback



More information about the ffmpeg-cvslog mailing list