StefanLobbenmeier / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Audio/Video Multistreams

trzyglow opened this issue · comments

Describe the solution you'd like:
It would be practical to include a multistream download option for videos which have multiplexed video/audio streams.

Additional context:
it generally works in yt-dlp with the parameters:

--audio-multistreams
--video-multistreams
and
--no-audio-multistreams
--no-video-multistreams

for their respective states.

it would need a selection submenu for the related parameters (similar to what like the subtitles parameters have).

example for multiplexed audio from online video (otherwise it will default to whatever the first audiostream is):
-f ba[language=en]+ba[language=de]+ba[language=fr]+ba[language=pl] etc.

Yeah this is something that does not work very well with the current design. I imagine in a better UI we can change the dropdown into a multi select and then pass the correct options to yt-dlp

But it is definetly something that I want to do in the rework 😄