FFmpeg DASH muxer参数说明

DASH:简介及使用方法
DASH:FFmpeg muxer参数说明(本文)


  • window_size —— — 默认值:int:0取值范围:[0, int_max]
    maximum number of segments kept in the manifest
    # mpd中记录的最大分片数)
  • extra_window_size默认值:int:5取值范围:[0, int_max]
    maximum number of segments kept outside of the manifest before removing from disk
  • min_seg_duration默认值:int64:5000000 取值范围:[0, int_max]
    minimum segment duration (in microseconds)
    # 最小分片时长(微秒) 默认值:5s
  • remove_at_exit —- 默认值:bool:0取值范围:[0, 1]
    remove all segments when finished
  • use_template —— 默认值:bool:1取值范围:[0, 1]
    Use SegmentTemplate instead of SegmentList
    # 如single_file:1 会被置0
  • use_timeline —— 默认值:bool:1取值范围:[0, 1]
    Use SegmentTimeline in SegmentTemplate
    # manifest中startNumber、timescale与之相关
  • single_file —— — 默认值:bool:0取值范围:[0, 1]
    Store all segments in one file, accessed using byte ranges
    # 以单一文件存储:以byte range表示
  • single_file_name
    DASH-templated name to be used for baseURL. Implies single_file set to “1”.
  • init_seg_name
    DASH-templated name to used for the initialization segment. Default is “init-stream$RepresentationID$.m4s
  • media_seg_name
    DASH-templated name to used for the media segments. Default is “chunk-stream$RepresentationID$-$Number%05d$.m4s
  • streaming streaming
    chunk streaming mode of output. In chunk streaming mode, each frame will be a moof fragment which forms a chunk.
  • adaptation_sets
    Assign streams to AdaptationSets. Syntax is “id=x,streams=a,b,c id=y,streams=d,e” with x and y being the IDs of the adaptation sets and a,b,c,d and e are the indices of the mapped streams.
    To map all video (or audio) streams to an AdaptationSet, “v” (or “a”) can be used as stream identifier instead of IDs.
    When no assignment is defined, this defaults to an AdaptationSet for each stream.
  • timeout
    Set timeout for socket I/O operations. Applicable only for HTTP output.
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值