Merge pull request #87 from psyke83/hevc_forced_idr

Force IDR frames for libx265 encoder
This commit is contained in:
loki-47-6F-64 2021-05-20 09:27:14 +02:00 committed by GitHub
commit 29674b8ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,6 +315,7 @@ static encoder_t software {
// It also looks like gop_size isn't passed on to x265, so we have to set
// 'keyint=-1' in the parameters ourselves.
{
{ "forced-idr"s, 1 },
{ "x265-params"s, "info=0:keyint=-1"s },
{ "preset"s, &config::video.sw.preset },
{ "tune"s, &config::video.sw.tune } },