From dd8c03dfb57f7ccc9d91768e86c6fbcb33aeb77e Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 5 Sep 2025 19:12:49 +0300 Subject: [PATCH] profile=Baseline --- container/nvfull.sh | 2 +- nvfull.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/nvfull.sh b/container/nvfull.sh index f42edc9..d20f624 100755 --- a/container/nvfull.sh +++ b/container/nvfull.sh @@ -11,7 +11,7 @@ GST_DEBUG_COLOR_MODE=off \ videoconvert ! \ nvvideoconvert ! \ capsfilter caps="video/x-raw(memory:NVMM)" ! \ - nvv4l2h264enc bitrate=10000000 control-rate=1 idrinterval=1 tuning-info-id=3 preset-id=3 profile=2 ! \ + nvv4l2h264enc bitrate=10000000 control-rate=1 idrinterval=1 tuning-info-id=3 preset-id=3 profile=0 maxperf-enable=true ! \ video/x-h264, profile=main ! \ h264parse config-interval=1 ! \ mpegtsmux ! \ diff --git a/nvfull.sh b/nvfull.sh index f9f99a2..94b5b5e 100755 --- a/nvfull.sh +++ b/nvfull.sh @@ -7,7 +7,7 @@ GST_DEBUG_COLOR_MODE=off \ capsfilter caps="video/x-raw,format=(string)UYVY" ! \ nvvideoconvert ! \ capsfilter caps="video/x-raw(memory:NVMM),format=Y444,width=1920,height=1080" ! \ - nvv4l2h264enc bitrate=10000000 control-rate=1 idrinterval=1 tuning-info-id=3 preset-id=3 profile=2 ! \ + nvv4l2h264enc bitrate=10000000 control-rate=1 idrinterval=1 tuning-info-id=3 preset-id=1 profile=0 ! \ h264parse config-interval=1 ! \ mpegtsmux ! \ rtpmp2tpay ! \