Sha256: 649f05c209e5fba855af43fd891e5288159e9dda42238de8a2aec9ebc2ecd929
Contents?: true
Size: 610 Bytes
Versions: 7
Compression:
Stored size: 610 Bytes
Contents
module Bitmovin::Encoding::CodecConfigurations class H265Configuration < Bitmovin::ConfigurationResource init 'encoding/configurations/video/h265' attr_accessor :id, :name, :description, :created_at, :modified_at attr_accessor :width, :height attr_accessor :name, :description, :bitrate, :rate, :profile, :bframes, :ref_frames, :qp, :max_bitrate, :min_bitrate, :bufsize, :min_gop, :max_gop, :level, :rc_lookahead, :b_adapt, :max_ctu_size, :tu_intra_depth, :tu_inter_depth, :motion_search, :sub_me, :motion_search_range, :weight_prediction_on_p_slice, :weight_prediction_on_b_slice, :sao end end
Version data entries
7 entries across 7 versions & 1 rubygems