From f678075d8bf9b93c5e5d35cbdc45e349e934e605 Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Wed, 15 Apr 2026 10:30:35 +0000 Subject: [PATCH] update --- encoder/static.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder/static.php b/encoder/static.php index b7215db..a3de55d 100755 --- a/encoder/static.php +++ b/encoder/static.php @@ -456,7 +456,7 @@ function update_service($which_service) $input .= ' -vf "' . $vf_input . '"'; } - $input .= " -c:v h264_qsv -profile:v high -level:v 3.1 -global_quality 20 " + $input .= " -c:v h264_qsv -profile:v high -level:v 4.0 -global_quality 20 " . " -b:v " . $common_backend_data_rate . " -maxrate " . $common_backend_data_rate . " -bufsize 1M ";