Initializing... drag & drop files here
Supports: TIFF, TIF
frame_0001.tif, frame_0002.tif, ...) into the uploader, or click "+ Add Files". Both .tif and .tiff are accepted, including 8-bit and 16-bit RGB or grayscale variants.1/24s for cinema, 1/30s for NTSC broadcast, 1/25s for PAL/EBU, or longer holds (1–10 seconds) for stills-on-screen slideshows.TIFF (Tagged Image File Format) was published by Aldus in 1986 and is now maintained by Adobe; it stores lossless 8-/16-/32-bit raster images and is the workhorse format for VFX renders, scanned film frames, and DI (digital intermediate) plates. MXF (Material Exchange Format) is the SMPTE ST 377-1 wrapper that broadcasters, archives, and digital cinema use to package video, audio, and metadata into a single, frame-accurate, repairable file. Converting a TIFF image sequence to MXF turns still renders into a broadcast-deliverable clip.
| Property | TIFF | MXF |
|---|---|---|
| Type | Still raster image (or multipage) | Video/audio/metadata container |
| Standard | Adobe TIFF 6.0 (1992); ISO 12639 (TIFF/IT) | SMPTE ST 377-1 (latest 2019) |
| First published | 1986 (Aldus) | 2004 (SMPTE) |
| Bit depth | 1, 8, 16, 32 bits per channel | Wrapper — depends on essence codec |
| Compression | None / LZW / PackBits / ZIP / JPEG | Wrapper — none / DNxHD / DNxHR / XDCAM / AVC-Intra / JPEG 2000 / MPEG-2 |
| Audio | No | Yes — PCM, AES3, MPEG-2 Audio, AC-3 |
| Timecode | No | Yes — embedded SMPTE timecode track |
| Metadata model | Tag-based (IFD entries) | KLV-encoded structural + descriptive metadata |
| Primary use | Print, scanning, VFX plates, archive | Broadcast playout, archive, DCP, IMF |
| Player support | Universal image viewers, Photoshop, GIMP | Avid Media Composer, Premiere Pro, DaVinci Resolve, Final Cut Pro |
| Pattern / codec | What it is | When to use |
|---|---|---|
| OP1a (SMPTE ST 378) | Single file, interleaved video + audio + data | Most broadcast deliverables; default on xconvert |
| OP-Atom (SMPTE ST 390) | One essence track per file (video.mxf + audio.mxf separately) | Avid Media Composer native ingest |
| MPEG-2 4:2:2 @ 50 Mbps | Long-GOP MPEG-2 in MXF (XDCAM HD422) | Sony XDCAM cameras, broadcast playout — default codec on this page |
| DNxHD / DNxHR | Avid's intra-frame mezzanine codec | Avid editing, color-grading round-trips |
| AVC-Intra 100 | Panasonic P2 broadcast intra-frame H.264 | P2 cameras, news ENG |
| JPEG 2000 | Visually lossless intra-frame wavelet | Digital cinema DCPs, IMF masters |
OP1a — a single, self-contained MXF file with interleaved video and audio essence, as specified in SMPTE ST 378-2004. This is the pattern broadcasters, the Library of Congress's preservation guidelines, and most playout servers expect. If your NLE is Avid Media Composer and you need OP-Atom (separate video/audio files), import the OP1a output into Media Composer and let it transcode on ingest, or use MXF to MOV and re-wrap in your facility's preferred tool.
Because MXF wraps a video essence, not still images. A 5-second MPEG-2 4:2:2 clip at 50 Mbps is about 31 MB regardless of whether the source was one TIFF or 120 TIFFs. The wrapper also embeds KLV (Key-Length-Value) metadata, timecode, and a silent PCM audio track. To shrink the output, lower the Quality Preset, use File Compression to target a specific bitrate or file size, or drop the Video resolution to 720p/768p.
For a slideshow, one TIFF with an Image Duration of 5–10 seconds is fine. For broadcast or VFX, you want a numbered sequence: at 24 fps a 10-second shot needs 240 TIFFs (shot_0001.tif…shot_0240.tif), at 25 fps it's 250 frames, at 29.97 fps roughly 300. Set Image Duration to 1/24s, 1/25s, or 1/30s to match.
Match your delivery spec. 1/24s (24 fps) is cinema and most streaming masters; 1/25s (25 fps) is PAL territories and EBU broadcasts (UK, most of Europe, Australia, much of Asia); 1/30s is approximately NTSC broadcast (true NTSC is 29.97 fps — round-tripping through MXF at 30 fps is fine for ingest but a strict broadcast deliverable may need 29.97 drop-frame, which most playout servers will conform on ingest).
Both are wrappers. MXF was designed by SMPTE specifically for broadcast and archive — it carries KLV metadata in every frame, supports robust partial-file repair, and is the deliverable spec for most networks, the EBU, and the FCC's emergency broadcast workflows. MOV (Apple QuickTime) is more common in post-production round-trips with Final Cut Pro and DaVinci Resolve. If you don't have a hard MXF spec, TIFF to MOV or TIFF to MP4 is simpler.
Only partially. MPEG-2 4:2:2 (the default video codec on this page) is 8-bit; 16-bit TIFF detail is quantized down. If you need 10-bit or higher precision through the wrapper, you'd want an MXF wrapping DNxHR HQX, AVC-Intra 100, or JPEG 2000 — those codecs preserve 10/12-bit luma. For a fully lossless intermediate from TIFFs, an EXR-based pipeline is more common in VFX; MXF is best when you specifically need a broadcast wrapper.
Not on this page — TIFF inputs have no audio, so the default PCM 16-bit S16LE track is silent but channel-correct (so playout servers don't reject the file for missing audio essence). If you need to marry the slideshow to a music bed, render the MXF, then mux it with a WAV in a tool like FFmpeg, or run the source images through JPG to MXF / PNG to MXF workflows that share the same wrapper logic.
Yes — multipage TIFFs are unpacked and each page is treated as one frame in the output sequence, using the Image Duration you set. If your TIFF has 200 pages and you pick 1/24s, you get an 8.33-second clip at 24 fps.