]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: segmentation at the configured segment duration rate
authorVishwanath Dixit <vdixit@akamai.com>
Wed, 11 Apr 2018 07:00:18 +0000 (12:30 +0530)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Tue, 17 Apr 2018 09:01:22 +0000 (14:31 +0530)
commitab789e184c20bd32e50b083a8731ba9b34088d66
treefbabf8c2beb235d46791615e6e619dde074f9d18
parent01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8
avformat/dashenc: segmentation at the configured segment duration rate

When use_template is enabled and use_timeline is disabled, typically
it is required to generate the segments at the configured segment duration
rate on an average. This commit is particularly needed to handle the
segmentation when video frame rates are fractional like 29.97 or 59.94 fps.
doc/muxers.texi
libavformat/dashenc.c