We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11295a2 commit 46067deCopy full SHA for 46067de
pkg/encoder/h264/x264.go
@@ -91,6 +91,7 @@ func NewEncoder(w, h int, th int, opts *Options) (encoder *H264, err error) {
91
param.i_width = C.int(w)
92
param.i_height = C.int(h)
93
param.i_log_level = C.int(opts.LogLevel)
94
+ param.i_keyint_max = 120
95
param.i_sync_lookahead = 0
96
param.i_threads = C.int(th)
97
if th != 1 {
0 commit comments