This commit is contained in:
Devdatt Bhatt 2026-04-15 10:30:35 +00:00
parent eea7394836
commit f678075d8b
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ function update_service($which_service)
$input .= ' -vf "' . $vf_input . '"'; $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 . " -b:v " . $common_backend_data_rate
. " -maxrate " . $common_backend_data_rate . " -maxrate " . $common_backend_data_rate
. " -bufsize 1M "; . " -bufsize 1M ";