You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a tech-savvy here, can anyone guide me how can i have square thumbnails for the music.
While doing directly with yt-dlp command, yt-dlp -x --audio-format mp3 --embed-thumbnail -v --convert-thumbnail jpg --ppa "EmbedThumbnail+ffmpeg_o:-c:v mjpeg -vf crop=\"'if(gt(ih,iw),iw,ih)':'if(gt(iw,ih),ih,iw)'\"" --exec ffprobe
seems to work, but don't know how to convert it in json. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
By Default, metube embeds the thumbnail, however it does that in 1280 × 720 pixels. I want it to be in 1:1 (square).
The above yt-dlp command does it but I do not know how to implement it in metube.
Not a tech-savvy here, can anyone guide me how can i have square thumbnails for the music.
While doing directly with yt-dlp command,
yt-dlp -x --audio-format mp3 --embed-thumbnail -v --convert-thumbnail jpg --ppa "EmbedThumbnail+ffmpeg_o:-c:v mjpeg -vf crop=\"'if(gt(ih,iw),iw,ih)':'if(gt(iw,ih),ih,iw)'\"" --exec ffprobe
seems to work, but don't know how to convert it in json. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: