mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.34k stars 102 forks source link

Video codec priority for playlist #354

Closed trimechee closed 2 months ago

trimechee commented 6 months ago

Hello, i find this issue in another downloader github page..... i copy past the issue, may be it can be added to Media-downloader :

" With the rise of AV1 encoded videos on youtube i think there should be a "video codec priority" option for playlist download, this will help device that can't decode hardware av1 (most phones/tablets/non-recent gpu|igpu).

How this option should look like in interface: https://codepen.io/dsenneff/pen/JjNPJer/b2bc0298b73dd5605f45828df3b61dd4 "

mhogomchungu commented 2 months ago

Default behavior for youtube.com is to prefer avc video codec and users are expected to add their own preset if they want another codec to get first priority.

trimechee commented 2 months ago

Instructive ! Thank you so much :) 👍