From 4541559f47044f3f0c1a90270b777193ad8fa179 Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 6 Mar 2026 19:40:11 -0500 Subject: [PATCH] remove RecodeVideo, too resource intensive --- app/ytdlp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ytdlp.go b/app/ytdlp.go index 9c21fbc..761d9a3 100644 --- a/app/ytdlp.go +++ b/app/ytdlp.go @@ -154,7 +154,6 @@ func DownloadVideo(out_dir, temp_dir, url string, opts DownloadOptions, progress SetExecutable(ytdlpBinary). Paths(homePath). Paths(tempPath). - RecodeVideo("mp4"). ProgressFunc(100*time.Millisecond, func(prog ytdlp.ProgressUpdate) { if prog.Status == ytdlp.ProgressStatusFinished || prog.Status == ytdlp.ProgressStatusStarting ||