diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-01-19 12:19:11 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-01-19 12:20:10 +0100 |
commit | 529573591a4837a851660fb0f89e76c533b18e41 (patch) | |
tree | ef1fb9e153bfbbc7996b2f99613c776b0ea1e7fd /doc | |
parent | 3dc494f8b94bc89884ce8aee96b485b963094aa6 (diff) | |
download | ffmpeg-529573591a4837a851660fb0f89e76c533b18e41.tar.gz |
doc/muxers/segment: fix formula for computing the segment_time_delta value
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index f369df5ab9..b83c55779e 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -837,7 +837,7 @@ In particular may be used in combination with the @file{ffmpeg} option @var{force_key_frames} may not be set accurately because of rounding issues, with the consequence that a key frame time may result set just before the specified time. For constant frame rate videos a value of -1/2*@var{frame_rate} should address the worst case mismatch between +1/(2*@var{frame_rate}) should address the worst case mismatch between the specified time and the time set by @var{force_key_frames}. @item segment_times @var{times} |