YouTube thumbnail converter
Convert a YouTube thumbnail to JPG, PNG, or WebP
CMS wants PNG. A slide deck hates JPEG artifacts. A newsletter wants WebP. Convert the real still in the browser — same pixels, new container.
How to convert a YouTube thumbnail (JPG, PNG, WebP)
- Paste a watch, Shorts, or youtu.be URL.
- Wait for the best still to load (maxres when it exists).
- Pick JPG, PNG, or WebP and download. Encoding happens on your device.
YouTube’s original on the CDN does not change. You get a new file in Downloads.
Re-encode is not upscale
Public stills are JPEG (and sometimes WebP) at fixed sizes. Turning HQ into PNG does not create 4K. It can avoid a second generation of JPEG mush if you need a clean intermediate for graphics you will design on top of — still at 1280×720 if that is what existed.
WebP encoding depends on the browser. If WebP fails, use JPG. YouTube already publishes WebP at vi_webp for many videos; grab that original from the HD downloader or read WebP vs JPG thumbnails.
When PNG is the right download
Use PNG when a publisher’s CMS rejects JPEG, when you will add type on a transparent-ish layout (the still itself is still opaque), or when you will edit in a tool that round-trips PNG more cleanly. File size will be larger than JPEG at the same pixels. That is expected.
When to keep YouTube’s JPEG original
If you only need the published thumb for a blog card, save maxresdefault.jpg from the homepage. Converting and re-saving JPEG again adds compression. Path:
https://i.ytimg.com/vi/VIDEO_ID/maxresdefault.jpg
FAQ
YouTube thumbnail converter FAQ
Can I convert a YouTube thumbnail to PNG?
Yes. This converter fetches the best still YouTube published, draws it on a canvas in your browser, and encodes PNG. The original on i.ytimg.com is unchanged.
Can I convert a YouTube thumbnail to WebP?
Yes, if your browser can encode WebP. If encoding fails, save JPG instead. YouTube often already publishes a WebP twin under /vi_webp/ — grab that original from the HD downloader when it exists.
Will converting to PNG make the thumbnail higher resolution?
No. PNG can be lossless, but it cannot invent pixels. A 480x360 HQ still stays 480x360. A 1280x720 maxres stays 1280x720.
Should I convert maxresdefault.jpg or hqdefault.jpg?
Convert the largest real file. This desk loads maxresdefault first, then hq720, SD, and HQ. Converting HQ to PNG does not create HD.
Is a YouTube thumbnail JPG or PNG in Studio?
You can upload JPEG, PNG, or GIF in Studio (under 2 MB, 16:9). The public CDN still is almost always JPEG (and sometimes WebP). This converter starts from that published file.
Why convert instead of downloading the original?
A CMS that only accepts PNG, a slide that hates JPEG banding, or a newsletter that wants WebP. If you only need the file YouTube already hosts, use the HD downloader.