stream: add genpts fflags

monorepo
Varun Patil 2023-10-24 19:06:55 -07:00
parent 029d3bf1cb
commit 0223d5f6ef
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ func (s *Stream) transcodeArgs(startAt float64, isHls bool) []string {
args = append(args, []string{
"-i", s.m.path, // Input file
"-copyts", // So the "-to" refers to the original TS
"-fflags", "+genpts",
}...)
// Filters