BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merge format

BKSalman opened this issue · comments

currently if yt-dlp downloads the video and audio separately (that happens automatically) it merges it with a default format. so this needs to be specified by using --merge-output-format $format and --remux-video $format with the same format the user chose

UPDATE:
apparently there is this issue with ffmpeg >v3.0.1

yt-dlp/yt-dlp#871

will see what I can do to solve it :)