# video_width

# 说明

配置视频输出画面宽度(分辨率宽度)

# 类型

数据类型 是否必填 默认值
无符号整型 720

# 示例




 

version: "1.1.0"
player:
  encode:
    video_width: 1440
1
2
3
4