mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
feat(video): force closed gops
This commit is contained in:
@ -200,6 +200,7 @@ func (t *Transcoder) getString() string {
|
||||
"-loglevel warning",
|
||||
t.codec.GlobalFlags(),
|
||||
"-fflags +genpts", // Generate presentation time stamp if missing
|
||||
"-flags +cgop", // Force closed GOPs
|
||||
"-i ", t.input,
|
||||
|
||||
t.getVariantsString(),
|
||||
|
||||
Reference in New Issue
Block a user