From 071d57f6c8754d6d4fc4604a101677a97522cd9e Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Sun, 12 Oct 2025 23:55:24 +0300 Subject: [PATCH] videoconvert module optimisations --- autotest-conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autotest-conf.yaml b/autotest-conf.yaml index 07679fa..ce92323 100644 --- a/autotest-conf.yaml +++ b/autotest-conf.yaml @@ -50,9 +50,9 @@ profiles: - main videoconvert: - nvv4l2h264enc: "nvvideoconvert" - nvh264enc: "videoconvert" - x264enc: "videoconvert" + nvv4l2h264enc: "nvvideoconvert bl-output=true contiguous-buffers=true output-buffers=1" + nvh264enc: "videoconvert n-threads=4" + x264enc: "videoconvert n-threads=4" video_info: video1: "-video_size 1920x1080 -framerate 23.98"