stream: add genpts fflags
parent
029d3bf1cb
commit
0223d5f6ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue