Skip to main content

Crate shiguredo_aom

Crate shiguredo_aom 

Source
Expand description

libaom (AV1) エンコーダーとデコーダーの Rust バインディング

Structs§

AomRational
タイムベース (aom_rational)
CodecInfo
コーデック対応情報
DecodedFrame
デコードされた映像フレーム
Decoder
AV1 デコーダー
DecoderConfig
デコーダーに指定する設定
DecodingInfo
デコード対応情報
EncodeOptions
エンコード時のオプション
EncodedFrame
エンコードされた映像フレーム
Encoder
AV1 エンコーダー
EncoderConfig
エンコーダーに指定する設定
EncodingInfo
エンコード対応情報
Error
エラー

Enums§

Av1EncodingProfile
AV1 エンコーディングプロファイル
ContentType
コンテンツタイプ (AV1E_SET_TUNE_CONTENT)
EncodingPass
マルチパスエンコーディングモード (g_pass)
EncodingProfiles
コーデック固有のエンコードプロファイル情報
ImageData
エンコーダーに渡す画像データ
ImageFormat
エンコーダーの入力画像フォーマット
KeyframeMode
キーフレーム配置モード (kf_mode)
RateControlMode
レート制御モード (rc_end_usage)
SuperblockSize
スーパーブロックサイズ (AV1E_SET_SUPERBLOCK_SIZE)
Usage
エンコーダーの利用モード (g_usage)
VideoCodecType
コーデック種別

Constants§

BUILD_REPOSITORY
ビルド時に参照したリポジトリ URL
BUILD_VERSION
ビルド時に参照したリポジトリのバージョン(タグ)

Functions§

supported_codecs
利用可能な AV1 コーデックの対応情報を返す