BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust
GNU General Public License v3.0
222 stars 10 forks source link

merge format #9

Closed BKSalman closed 1 year ago

BKSalman commented 1 year ago

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

https://github.com/yt-dlp/yt-dlp/issues/871

will see what I can do to solve it :)

BKSalman commented 1 year ago

6c43d74