From 21367749a475bc3feb75c8cc02dec8c310eaa48f Mon Sep 17 00:00:00 2001 From: "Pavel A. Tomskikh" Date: Thu, 5 Sep 2024 12:17:03 +0700 Subject: [PATCH] #809 HEVC encoding bug (DS 7.0) --- samples/issue-809/module.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/samples/issue-809/module.yml b/samples/issue-809/module.yml index f6414e2d..2acb3533 100644 --- a/samples/issue-809/module.yml +++ b/samples/issue-809/module.yml @@ -8,8 +8,11 @@ parameters: output_frame: codec: hevc encoder_params: - # 100 Mbps - module works normally + # 4.7 Mbps - module works normally on DS 7.0 + bitrate: 4700000 + + # 100 Mbps - module works normally on DS 6.4, hangs on DS 7.0 #bitrate: 100000000 # 200 Mbps - module hangs after processing 150 frames - bitrate: 200000000 + #bitrate: 200000000