feat(video): force closed gops

This commit is contained in:
Gabe Kangas
2023-05-11 16:56:07 -07:00
parent bbb6815fa4
commit d253081452
6 changed files with 6 additions and 5 deletions

View File

@ -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(),