JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

option to download/embed thumbnail

Lunarequest opened this issue · comments

commented

youtube-dl has an option to download and embed a thumbnail in the file. this is exposed with the --embed-thumbnail flag. it would be nice if this could be exposed to the user as a toggle

I'm thinking about the best way to implement this. I don't want my app to have too many toggles. I want to keep it simple. I may just include it as default if it doesn't have adverse effects for people who don't care about thumbnails.

commented

it makes downloads a bit longer but it doesn't make a big difference

Unfortunately, the problem is that it's only supported by two file formats: mp4 and mp3.
I get the error ERROR: Only mp3 and m4a/mp4 are supported for thumbnail embedding for now for other formats.
I will include that option by default for mp3 and mp4 though.

I tried it out, and I can only enable it for audio and specifically mp3 format. My app prioritizes video resolution and not file format so I can't only select mp4. It does work reliably with mp3 and I have that set for default in beta branch.