From c21c2722127a8881c105f74aff3e2020496427a2 Mon Sep 17 00:00:00 2001 From: Vamsee Narapareddi Date: Thu, 12 Feb 2026 09:45:01 +0530 Subject: [PATCH] Minor fix for h264/h265 Encoder This commit will fix the issue with h264 and h265 Encoder json files Signed-off-by: Vamsee Narapareddi --- .../Video/Video_V4L2_Runner/h264Encoder.json | 10 ++++++---- .../Video/Video_V4L2_Runner/h265Encoder.json | 7 ++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json index a8a2d945..e09dd6ad 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h264Encoder.json @@ -11,7 +11,7 @@ "PixelFormat": "NV12", "Width": 256, "Height": 144, - "Outputpath": "", + "Outputpath": "", "_Outputpath_original": "./Output_Animation_144p.h264", "InputBufferCount": 32, "OutputBufferCount": 32, @@ -23,9 +23,11 @@ {"Id": "FrameRC", "Vtype": "Int", "Value": 1}, {"Id": "BitRate", "Vtype": "Int", "Value": 18000000}, {"Id": "BitRateMode", "Vtype": "String", "Value": "CBR"}, - {"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"} - ] + {"Id": "PrefixHeaderMode", "Vtype": "String", "Value": "JOINED"}, + ], + "DynamicControls": [], + "MemoryType": "MMAP" } } ] -} +} \ No newline at end of file diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json index 997d7f6e..1a785747 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json @@ -12,7 +12,7 @@ "PixelFormat": "NV12", "Width": 256, "Height": 144, - "Outputpath": "", + "Outputpath": "", "_Outputpath_original": "./Output_Animation_144p.265", "UseMinBufferCtrl": false, "InputBufferCount": 32, @@ -61,8 +61,9 @@ "Value": 59 } ], - "DynamicControls": [] + "DynamicControls": [], + "MemoryType": "MMAP" } } ] -} +} \ No newline at end of file