thumbnails for mp4
abayochocoball opened this issue · 2 comments
abayochocoball commented
youtube-dl
supports embedding with AtomicParsley
and the --embed-thumbnail
flag. Unfortunately youtube-dl
is downloading the .webp
version of the thumbnail and there is no way to specify it to download a .png
or .jpeg
.
AtomicParsley
cannot use a .webp
directly for embedding into an .mp4
and youtube-dl doesn't do a conversion of the .webp
thumbnail into a usable format.
Current idea is to use --exec
to add post processing to do it.
abayochocoball commented
youtube-dl
is working on some fixes
ytdl-org/youtube-dl#25717
ytdl-org/youtube-dl#24882
abayochocoball commented
ytdl-org/youtube-dl#25717 fixes the issue and is part of release 2020.09.20