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 ||