diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-06-09 06:44:51 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-09 17:08:35 +0200 |
commit | 4b082bc2419d70333c4240e6cfad1ce11f36ae2a (patch) | |
tree | b866133de32beb49aa927e6288ea0ff2a5821e25 /doc/muxers.texi | |
parent | 44327cbc9a8c8f766e7e3f567b647b68c89d16bd (diff) | |
download | ffmpeg-4b082bc2419d70333c4240e6cfad1ce11f36ae2a.tar.gz |
doc/muxers: document new break_non_keyframes option
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index ddd7c7aa10..95cdb8faea 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}. +@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 |