Gstreamer Pipeline - 2023.1 English

H.264/H.265 Video Codec Unit v1.2 Solutions LogiCORE IP Product Guide (PG252)

Document ID
PG252
Release Date
2023-05-16
Version
2023.1 English
gst-launch-1.0 filesrc location=/mnt/gst_src/FIFA_4Kp60_nv12.yuv ! videoparse width=3840 height=2160 format=nv12 framerate=60/1 ! omxh264enc target-bitrate=1000 control-rate=constant num-slices=8 gop-mode=basic gop-length=60 prefetch-buffer=TRUE skip-frame=true ! video/x-h264, profile=high, alignment=au ! filesink location=4k60_nv12.avc 
gst-launch-1.0 filesrc location=/mnt/gst_src/FIFA_4Kp60_nv12.yuv ! videoparse width=3840 height=2160 format=nv12 framerate=60/1 ! omxh265enc target-bitrate=1000 control-rate=constant num-slices=8 gop-mode=basic gop-length=60 prefetch-buffer=TRUE skip-frame=true ! video/x-h265, profile=main, alignment=au ! filesink location=4k60_nv12.hevc
gst-launch-1.0 filesrc location=/mnt/gst_src/FIFA_4Kp60_nv12.yuv !
videoparse width=3840 height=2160 format=nv12 framerate=60/1 ! omxh264enc
target-bitrate=1000 control-rate=constant num-slices=8 gop-mode=basic goplength=
60 prefetch-buffer=TRUE skip-frame=true max-consecutive-skip=5 ! video/x-h264,
profile=high, alignment=au ! filesink location=4k60_nv12.avc
gst-launch-1.0 filesrc location=/mnt/gst_src/FIFA_4Kp60_nv12.yuv !
videoparse width=3840 height=2160 format=nv12 framerate=60/1 ! omxh265enc
target-bitrate=1000 control-rate=constant num-slices=8 gop-mode=basic goplength=
60 prefetch-buffer=TRUE skip-frame=true max-consecutive-skip=5 ! video/x-h265,
profile=main, alignment=au ! filesink location=4k60_nv12.hevc