From 4a09626e28a8aaf0c3c9c9c0feb355c05922b246 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Wed, 24 Dec 2025 01:31:33 -0500 Subject: [PATCH] Drop unsupported reset_timestamps flag --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7f5fc98..f83e143 100644 --- a/main.go +++ b/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",