From d566a085d1830606a025841fcc0a692e22eae3b3 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Wed, 24 Dec 2025 03:05:35 -0500 Subject: [PATCH] Use per-file output base for batch convert --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index defc1d9..281f3c4 100644 --- a/main.go +++ b/main.go @@ -2008,7 +2008,7 @@ func (s *appState) addAllConvertToQueue() (int, error) { } func (s *appState) addConvertToQueueForSourceWithOutputs(src *videoSource, used map[string]struct{}) error { - outputBase := s.resolveOutputBase(src, true) + outputBase := s.resolveOutputBase(src, false) cfg := s.convert cfg.OutputBase = outputBase