本文介绍智能媒体服务截图模板参数和对应模板示例。

名称类型必填描述示例值
Typestring截图类型。取值:
  • Cover:封面截图。
  • Normal:普通截图。
  • Sprite:雪碧截图。
Sprite
FrameTypestring帧类型。默认值intra。取值:
  • 普通帧:normal。
  • I帧:intra。
intra
TimeLong截图开始时间。单位:毫秒。1000
CountLong截图数量。5
IntervalLong截图间隔时间。单位:秒。10
Widthinteger输出图片宽度。720
Heightinteger输出图片高度。480
BlackLevelinteger多帧截图针对首帧过滤黑屏图片判定阈值。30
PixelBlackThresholdinteger判断像素点是否为黑色点的阈值。70
SpriteSnapshotConfigSpriteSnapshotConfig雪碧图配置。详细示例请参见SpriteSnapshotConfig
IsSptFragbooleanWebvtt截图配置是否拼合输出。取值:
  • true:拼合。
  • false:不拼合。
true

SpriteSnapshotConfig

名称类型必填描述示例值
CellWidthinteger单图片宽度。单位px,默认为截图输出分辨率宽度。720
CellHeightinteger单图片高度。单位px,默认为截图输出分辨率高度。480
Paddinginteger图片间距,默认0,单位px。20
Margininteger外框宽度,默认0,单位px。20
Columnsinteger图片拼合列数。20
Linesinteger图片拼合行数。20
Colorstring背景颜色。#000000

模板示例

{
  "Type": "Normal",
  "FrameType": "normal",
  "Time": 10000,
  "Count": 8,
  "Interval": 3
}