查询ffmpeg的DASH混合器,并在MPEG-DASH媒体表示描述(MPD)文件中设置timeShiftBufferDepth值

时间:2019-02-17 02:43:30

标签: ffmpeg mpeg-dash

webm_dash_manifest混合器的文档中提到了time_shift_buffer_depth选项,该选项定义为“保证可以使用任何表示形式的最短时间(以秒为单位)的移位缓冲区。”

dash多路复用器(如果已实现)中的相同选项/设置是什么?

Documentation for the webm_dash_manifest muxer

1 个答案:

答案 0 :(得分:1)

当使用-window_size <num_segments>时,

timeShiftBufferDepth乘以最后一段持续时间似乎设置为SegmentTemplate

来源:https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/dashenc.c#L922