diff --git a/backend/services/ytdlp.py b/backend/services/ytdlp.py index f1e8dd7..3a4a250 100644 --- a/backend/services/ytdlp.py +++ b/backend/services/ytdlp.py @@ -642,7 +642,7 @@ def start_download( "yt-dlp", url, "-f", fmt, "--merge-output-format", "mp4", - "--postprocessor-args", "Merger+ffmpeg:-movflags +faststart", + "--embed-metadata", "--embed-thumbnail", "--no-part", "--no-mtime", "-o", output_template, "--newline", "--progress", "--no-colors",