profile property

  1. @TagNumber.new(17)
String get profile

Enforces the specified codec profile. The following profiles are supported:

  • 8-bit profiles
    • main (default)
    • main-intra
    • mainstillpicture
  • 10-bit profiles
    • main10 (default)
    • main10-intra
    • main422-10
    • main422-10-intra
    • main444-10
    • main444-10-intra
  • 12-bit profiles
    • main12 (default)
    • main12-intra
    • main422-12
    • main422-12-intra
    • main444-12
    • main444-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);
  1. @TagNumber.new(17)
set profile (String v)

Implementation

@$pb.TagNumber(17)
set profile($core.String v) { $_setString(16, v); }