シリアル処理されたパイプライン

マルチメディア ユーザー ガイド (UG1449)

Document ID
UG1449
Release Date
2022-04-21
Revision
1.4 日本語

入力ソース デバイスからビデオ ストリームをキャプチャして、シリアル処理されたパイプラインを再生するには、次のパイプラインを使用します。

gst-launch-1.0 v4l2src device=/dev/videoX io-mode=4 ! video/x-raw, \
width=3840, height=2160, format=NV12, framerate=60/1 ! xilinxscd io-mode=5 \
! omxh265enc qp-mode=auto gop-mode=basic gop-length=60 b-frames=0 \
target-bitrate=60000 num-slices=8 control-rate=constant \
prefetch-buffer=true \
low-bandwidth=false filler-data=true cpb-size=1000 initial-delay=500 \
! video/x-h265, profile=main, alignment=au ! queue \
! omxh265dec internal-entropy-buffers=5 low-latency=0 \
! queue max-size-bytes=0 ! kmssink bus-id="a0070000.v_mix"

上記の例で、ライブ ソース デバイス リンクは /dev ディレクトリにあります。ビデオ ストリームの解像度は 4kp 60fps です。ビデオ ストリームのカラー フォーマットは NV12 です。

詳細は、 『H.264/H.265 Video Codec Unit LogiCORE IP 製品ガイド』 (PG252) および HDMI Video Capture and Display (英語) を参照してください。