カスタム Blive トランスコードプロファイルのフィールド

このトピックでは、Blive トランスコードプロファイルで使用されるフィールドのリファレンスを提供します。

Blive レンディション フィールド

Blive フィールド タイプ 説明
outputs.video.labelStringビデオ出力のラベル(例:"1080p")。
outputs.video.heightIntegerビデオ出力の高さ。
outputs.video.widthIntegerビデオ出力の幅。
outputs.video.bitrateIntegerビデオ出力のビットレート。
outputs.video.codecStringビデオ出力のコーデック。現在サポートされているのは H264 のみ。
outputs.video.codec_options.profileStringビデオ出力のコーデックプロファイル。
outputs.video.codec_options.levelStringビデオ出力のコーデックレベル。
outputs.video.framerateStringビデオ出力のフレームレート(例:0.5 または 1)。
outputs.video.sample_aspect_ratioStringビデオ出力のサンプル アスペクト比、デフォルト値は1:1.
outputs.video.decoder_buffer_sizeIntegerビデオ出力のデコーダ バッファサイズ。
outputs.video.max_bitrateIntegerビデオ出力の最大ビットレート。
outputs.video.num_b_framesIntegerB フレームの数。
outputs.video.num_reference_framesInteger参照フレームの数。
outputs.video.keyframe_rateFloatキーフレームレート/IDR間隔。
outputs.video.rate_control_modeStringビットレート制御モード(CBR/VBR)。
outputs.video.keyframe_rate_unitsStringkeyframe_rateに基づいて Blive で識別されます。
outputs.audio.labelStringオーディオ出力のラベル。
outputs.audio.input_selector_nameStringオーディオ出力の入力セレクタ名 - マルチオーディオに必要。
outputs.audio.language_codeStringオーディオ出力の言語コード(3文字)。
outputs.audio.codecStringオーディオ出力のコーデック。
outputs.audio.bitrateIntegerオーディオ出力のビットレート。
outputs.audio.sample_rateIntegerオーディオ出力のサンプルレート。

マニフェスト フィールド

Blive フィールド 説明
manifest.nameStringプレイリスト マニフェストの名前。デフォルトはplaylist.
manifest.hls.startover_window_secondsIntegerHLS の巻き戻し再生ウィンドウの長さ(秒)。
manifest.dvr.playlist_window_secondsIntegerDVR プレイリスト ウィンドウの長さ(秒)。
manifest.dashオブジェクトタイプのパラメータで DASH 再生を有効にします。
manifest.segment_duration_secondsIntegerセグメントの長さ(秒)。
manifest.playlist_window_secondsIntegerプレイリスト ウィンドウの長さ(秒)。
manifest.segment_container_formatStringセグメントコンテナのフォーマット(CMAF または TS)。デフォルトは CMAF
manifest.low_latency定義されている場合、HLS 再生において低遅延を有効にします。
manifest.playlist_groups.nameStringカスタムプレイリスト名。
manifest.playlist_groups.video_height.minIntegerカスタムプレイリストでの最小ビデオ高さフィルター。
manifest.playlist_groups.video_height.maxIntegerカスタムプレイリストでの最大ビデオ高さフィルター。