Drop unsupported reset_timestamps flag

This commit is contained in:
Stu Leak 2025-12-24 01:31:33 -05:00
parent 14712f7785
commit 4a09626e28

View File

@ -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",