profile property
Enforces the specified codec profile. The following profiles are supported:
- 8-bit profiles
main(default)main-intramainstillpicture
- 10-bit profiles
main10(default)main10-intramain422-10main422-10-intramain444-10main444-10-intra
- 12-bit profiles
main12(default)main12-intramain422-12main422-12-intramain444-12main444-12-intra
The available options are
FFmpeg-compatible.
Note that certain values for this field may cause the
transcoder to override other fields you set in the H265CodecSettings
message.
Implementation
@$pb.TagNumber(17)
$core.String get profile => $_getSZ(16);
Implementation
@$pb.TagNumber(17)
set profile($core.String v) { $_setString(16, v); }