Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (11 loc) · 522 Bytes

ChannelTranscodeH264.md

File metadata and controls

26 lines (11 loc) · 522 Bytes

Isp.ChannelTranscodeH264

Properties

Name Type Description Notes
profile String H.264 video profile, which defines various encoder features and settings. See https://en.wikipedia.org/wiki/Advanced_Video_Coding#Profiles for details. [optional]

Enum: ProfileEnum

  • BASELINE (value: "BASELINE")

  • MAIN (value: "MAIN")

  • HIGH (value: "HIGH")

  • HIGH_10 (value: "HIGH_10")

  • HIGH_422 (value: "HIGH_422")