Initializing... drag & drop files here
Supports: WEBP
.webp images. Static and animated WebP are both accepted; batch upload is supported so you can build a slate reel or bumper sequence in one job..mxf ready for an NLE bin or broadcast playout server. No watermark, no sign-up.WebP is a 2010 Google still and animation format that uses VP8 keyframe compression for lossy mode and a backreference-plus-palette scheme for lossless, typically running 25-34% smaller than equivalent-quality JPEG and ~26% smaller than PNG. MXF (Material Exchange Format) is an SMPTE-defined wrapper — the master spec is SMPTE ST 377-1, first released 22 September 2004 and most recently revised as ST 377-1:2019 — that broadcasters, post houses, and digital cinema use to carry video essence plus rich timecode and descriptive metadata. Wrapping a still image as MXF lets you push the asset through broadcast-grade plumbing built for video, not images.
.webp (which Google's spec describes as a sibling to APNG/GIF) becomes a real video essence inside MXF instead of a single key still.| Property | WebP | MXF |
|---|---|---|
| Type | Still/animated image | Container/wrapper for video, audio, data, metadata |
| Standard | Google open spec (RFC 6386 VP8 base) | SMPTE ST 377-1:2019 (master), ST 378/390 (OPs) |
| Initial release | March 2010 | 22 September 2004 |
| MIME type | image/webp |
application/mxf |
| Inside | VP8/VP8L bitstream + alpha + metadata | Essence (video/audio) + structural & descriptive metadata + timecode |
| Common essence codecs | n/a (it is the codec) | MPEG-2, AVC-Intra, DNxHD/HR, IMX (D10), JPEG2000, DV, uncompressed |
| Operational layout | Single file, one image or animation | OP1a, OP-Atom, OP1b/2a/3a, etc. (file/program structure) |
| Primary users | Web browsers, mobile apps | Broadcasters, post houses, archives, digital cinema |
| Lossless mode | Yes (separate codec path) | Yes (carrier-only — depends on wrapped essence) |
| Animation | Yes (sub-frames blended into canvas) | Native (it's a video container) |
| Setting (Advanced Options) | Default | When to change it |
|---|---|---|
| Image Duration | 5 seconds | Drop to 1/24 or 1/30 second to map each WebP to one video frame for time-lapse or stop-motion; raise to 10 seconds for a held end card. |
| Merge images | On (one MXF) | Switch to Video per image when you need separate slates per spot/asset for the playout server's playlist. |
| Background Color | Black | Black is broadcast-safe (16,16,16 limited-range). Use white only for fashion/product slates that explicitly call for it; avoid pure colors that risk chroma clipping. |
| Quality Preset | Very High | Lower to High for proxy ingest; raise to Highest for archive masters. Constraint Quality lets you cap peak bitrate for broadcast file-size budgets. |
| Video Resolution | Keep original WebP size | Force 1920x1080 for HD broadcast, 720x486 for legacy NTSC archives, or 3840x2160 for UHD playout. Use Fixed Resolution presets to avoid arbitrary numbers your downstream NLE won't conform cleanly. |
Not automatically. AS-11 UK DPP requires OP1a with AVC-Intra Class 100 (HD) or IMX 50 Mb/s (SD), specific audio layout, closed/complete header partition, Random Index Pack, frame wrapping, and a populated metadata set per EBU Core. This converter produces a standards-compliant OP1a MXF that will load cleanly in NLEs, but you should run a final pass through a DPP-aware tool (MainConcept, Telestream Vantage, AmberFin/Dalet) or your facility's house QC checker before delivery to a UK broadcaster.
OP1a — the single-essence, single-file pattern defined in SMPTE ST 378M. OP1a is the most widely supported MXF layout for broadcast ingest and is the basis of AS-11 and most station playout servers. For DCP-style OP-Atom (one essence stream per file, used in Digital Cinema Packages), you would normally hand the source to a dedicated DCP authoring tool such as DCP-o-matic after this step.
Animated WebP is decoded frame-by-frame. The WebP spec describes animation as sub-frames blended onto a canvas (similar to APNG), and FFmpeg gained native animated WebP decoding via patches that merged in 2024. If you set Image Duration to 1/24 or 1/30 second, each animation frame becomes one video frame at that rate; if you leave Duration on a multi-second value, each animation frame holds for that duration in the timeline.
WebP is heavily compressed (lossy VP8 or lossless backreference-plus-palette). MXF is just the wrapper — the actual size is set by the video codec inside. AVC-Intra Class 100 runs at roughly 100 Mb/s, IMX 50 at 50 Mb/s, DNxHD/HR up to several hundred Mb/s; a 5-second 1080p clip can easily be 60-300 MB even from a 30 KB WebP. That's expected and required for broadcast-grade ingest — broadcast workflows trade size for guaranteed decode quality and frame-accurate seeking.
Not directly. DCPs use JPEG2000 essence in OP-Atom MXF inside a specific composition (CPL) and asset map structure. The OP1a MXF from this tool is fine as an intermediate (drop it into DaVinci Resolve and let Resolve color-manage to XYZ on export), but you'll need a dedicated DCP packager like DCP-o-matic to produce the final SMPTE DCP folder layout. The reverse direction is available via MXF to MP4 if you receive a DCP-side intermediate you need to preview.
Black is the safe default and is what every playout server expects when an asset's aspect ratio doesn't fill the frame (so portrait WebP poster art gets letterboxed in black). Pure full-range RGB white (255,255,255) can clip on broadcast scopes; if you need a white card, prefer a downstream NLE that lets you set legal-range white (235,235,235). Saturated reds and greens risk chroma clipping on legacy SDI plumbing — avoid them for slates.
Both Premiere and Resolve can export MXF OP1a with DNxHD, AVC-Intra, or XDCAM essence, and Premiere has Adobe's certified AS-11 export presets. They give you finer codec control but require a paid license, project setup, and several minutes of import/conform/export per asset. This converter targets the case where you just need a 5-second WebP slate in MXF without standing up a full NLE project — and it batches dozens at once. For sustained broadcast finishing, Premiere/Resolve remain the right tool.
Yes — use PNG to MXF or JPG to MXF for the equivalent workflow with those source formats. Use WebP when your slate art lives in a CMS or design system that already exports WebP (most modern stacks since 2020) and you want to skip the intermediate re-encode. For converting WebP to a delivery format other than MXF, see WebP to MP4, WebP to MOV, or WebP to MKV.
Yes. Avid Media Composer reads MXF OP1a natively and the format has been Avid's first-class container since the MXF AAF Edit Protocol days. The clip will appear in the bin with the duration you set in step 2, and you can subclip, trim, or extend it on the timeline like any other source. If your facility uses Avid's MXF OP-Atom variant for internal media storage, Media Composer's consolidate/transcode workflow will re-wrap on import — that's normal and expected.