Embed the mediaconvert widget

Drop a few lines into any page. The widget renders a sandboxed converter — no converter code ships on your page, and your visitors' files go straight to our API over HTTPS and are deleted within 24 hours.

Fixed pair (PNG → JPG)

<div data-mediaconvert data-from="png" data-to="jpg" data-height="460">
  <a data-mc-attribution href="https://mediaconvert.org/png-to-jpg">Free PNG to JPG converter — mediaconvert</a>
</div>
<script src="https://mediaconvert.org/embed.js" async></script>

Swap png/jpg (and the link) for any of our 1,100+ pairs — the same snippet works for heicjpg, mp4mp3, docxpdf, and so on.

Open converter (any format)

<div data-mediaconvert data-height="460">
  <a data-mc-attribution href="https://mediaconvert.org/">Powered by mediaconvert — free file conversion</a>
</div>
<script src="https://mediaconvert.org/embed.js" async></script>

Attribution

The widget is free to embed; in return we ask that the attribution link stays visible. Include the <a data-mc-attribution> element as shown (you can style it to match your site) — if it's absent, the script adds an equivalent link below the widget automatically.

Attributes: data-from, data-to (omit for an open converter), data-height (px), data-locale (e.g. es to pin the UI language).