Browse code

doc/muxers: document new break_non_keyframes option

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

Rodger Combs authored on 2015/06/09 20:44:51
Showing 1 changed files
... ...
@@ -1030,6 +1030,12 @@ segments to write. If this is selected, the output segment name must
1030 1030
 contain a @code{strftime} function template. Default value is
1031 1031
 @code{0}.
1032 1032
 
1033
+@item break_non_keyframes @var{1|0}
1034
+If enabled, allow segments to start on frames other than keyframes. This
1035
+improves behavior on some players when the time between keyframes is
1036
+inconsistent, but may make things worse on others, and can cause some oddities
1037
+during seeking. Defaults to @code{0}.
1038
+
1033 1039
 @item reset_timestamps @var{1|0}
1034 1040
 Reset timestamps at the begin of each segment, so that each segment
1035 1041
 will start with near-zero timestamps. It is meant to ease the playback