sylviiu / ezytdl

Advanced electron-based frontend for yt-dlp
GNU General Public License v3.0
528 stars 21 forks source link

Feature Request: Add Resolution Options #224

Open DilukshanN7 opened 2 months ago

DilukshanN7 commented 2 months ago

It would be highly beneficial to include resolution options. Currently, there is only Best option, but giving options with resolutions like 1920x1080, 360p would be great.

Thank you for you amazing work!! It works amazing compared to other GUIs!

sylviiu commented 2 months ago

thank you so much! i'd have to rethink the ui layout to add a quality picker that will need to download multiple sources like the "best quality" option would with ffmpeg, but it appears to be a fairly popular request so i'll look into it whenever i get the chance!

as of now, you can definitely download separate resolutions in the app and merge them together via ffmpeg with something like: ffmpeg -i {audio file path} -i {video file path} -c copy -map 0:a -map 1:v {output path}