# video_height

# 说明

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

# 类型

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

# 示例




 

version: "1.0"
player:
  encode:
    video_height: 900
1
2
3
4