yt-dlp depends on mutagen for embedding of thumbnails of specific types, notably for the conversion of webp to png, as I noticed. Reproduce: yt-dlp lYBUbBu4W08 -x --embed-thumbnail ... [ThumbnailsConvertor] Converting thumbnail "Never Gonna Give You Up [lYBUbBu4W08].webp" to png ERROR: Postprocessing: module mutagen was not found. Please install using `python -m pip install mutagen`
It's advertised as an optional feature every time you emerge it assuming neither mutagen nor the alternative (atomicparsley) are already installed. * Messages for package net-misc/yt-dlp-2023.10.07: * Log file: /var/log/portage/net-misc:yt-dlp-2023.10.07:20231010-222058.log.gz * Install additional packages for optional runtime features: * media-libs/mutagen for embedding metadata thumbnails in MP4/M4A files
Alright, sorry