Drop unsupported reset_timestamps flag
This commit is contained in:
parent
14712f7785
commit
4a09626e28
2
main.go
2
main.go
|
|
@ -3370,7 +3370,7 @@ func (s *appState) executeMergeJob(ctx context.Context, job *queue.Job, progress
|
|||
"-loglevel", "error",
|
||||
}
|
||||
if format == "mkv-copy" {
|
||||
args = append(args, "-fflags", "+genpts", "-reset_timestamps", "1")
|
||||
args = append(args, "-fflags", "+genpts")
|
||||
}
|
||||
args = append(args,
|
||||
"-f", "concat",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user