Turn your master into a
cinema-ready DCP

DCP Wizard packages your finished picture and sound into a Digital Cinema Package the projector will accept, ready for the screen.

Download free See what it does

Download

Free and open source under the AGPL. Grab the desktop app for your machine, or the command-line version if you script your deliveries.

🪟

Windows

Desktop installer (.msi or .exe). 64-bit Windows.

Download latest
🍎

macOS

Disk image (.dmg) for Apple Silicon.

Download latest
🐧

Linux

AppImage, .deb, or .rpm. 64-bit x86.

Download latest
Prefer the command line? The command-line version ships for Windows, macOS, and Linux on the same releases page. Same engine as the app, built for scripting and batch delivery. See Automation below.

What it does

Everything from ingest to a verified drive, grouped by the job in front of you.

Bring in your footage

🎞️

Start from your master

Drop in a ProRes, H.264, H.265, or DNxHR movie (.mov, .mp4, .mxf), or a DPX, TIFF, EXR, or PNG frame sequence. DCP Wizard handles the conversion to cinema JPEG 2000 for you.

📥

Camera ingest

Bring in ARRI, RED, and Blackmagic RAW masters and apply a 3D LUT on the way in, so your look is baked before packaging.

🎬

Conform from your edit

Resolve reels straight from your timeline (EDL or Final Cut XML) and build a finished multi-reel DCP end to end, keeping the reel plan and manifest as artifacts.

Build the package

📦

SMPTE or Interop

Ship a modern SMPTE package or a legacy Interop one, whichever the cinema's server expects.

🖥️

2K, 4K, any frame rate

2K and 4K at standard rates, plus high frame rate up to 120 fps at 2K.

🖼️

Hit the right frame

Scope, flat, or full. Scale, crop, or letterbox to land exactly on the DCI frame you need.

🎬

Multi-reel features

Split a long feature into reels automatically, with sample-accurate audio and clean subtitle boundaries at every reel.

🌍

Every language in one package

Build one package with a version per language: several playlists share the same picture and sound, each with its own subtitles or dub.

Sound and subtitles

🔊

Immersive sound

Package Dolby Atmos alongside your PCM mix for immersive-capable rooms.

📝

Subtitles from SRT

Turn an SRT into cinema subtitles: convert it, package it into the DCP, or burn it into the picture for festivals. Multiple languages supported.

Color and HDR

🌈

HDR and Dolby Vision

Carry HDR10, HLG, and Dolby Vision through to the package, or author a DCI HDR Addendum DCP (ST 2084 PQ, P3-D65) for next-generation screens.

🎨

Correct cinema color

Rec.709, P3-D65, and P3-DCI convert to the XYZ colour space projectors expect, so what you graded is what plays.

Lock it down

🔐

Encryption and KDMs

Encrypt the package and cut a KDM per screen. Batch KDMs for a whole release in one pass, and re-wrap from a distribution KDM when a new venue is added.

Check and deliver

Built-in quality check

DCP Doctor checks your package against SMPTE compliance and hands you an HTML report, so problems surface before the package leaves your desk.

📤

Verified copy to drive

Copy to a CRU or USB cinema drive with a free-space check and a post-copy hash check, so what lands on the drive matches what you built.

▶️

Export for review

Turn a finished DCP back into ProRes or H.264 to screen internally or send out for approval.

DCP Wizard vs easyDCP Creator+

The same delivery workflow, free and open source, against a €2,998 (or €138/month) product.

FeatureDCP WizardeasyDCP Creator+
SMPTE & Interop
Version Files (VF)
Multi-CPL timeline
Up to 4K
Frame rates 24–60 fps
High Bitrate (500 Mbps)
Stereoscopic 3D
DPX / TIFF / PNG / QuickTime input
Scale / Crop / Letterbox
J2K transcoder
Audio (PCM 5.1)
Immersive audio (Dolby Atmos)
Channel labeling (2.0 / 5.1 / 7.1 + HI/VI)
SRT → SMPTE subtitles
Subtitle packaging into DCP
Subtitle burn-in
Integrated quality check✓ (DCP Doctor)✓ (Fraunhofer)
KDM (SMPTE + Interop)
AES-128 essence encryption
DKDM re-wrap
Desktop app
DCP Wizard exclusive
Automation API & Docker
Watch folder automation
Visible watermarking
DCDM intermediate format
Trailer packaging (ratings / leaders)
Content version tracking
Accessibility compliance (CVAA / EAA)
Dolby Vision / HDR10 / HLG
Camera format detection (ARRI / RED / BRAW)
Timeline conform (EDL / FCP7 XML)
Version dashboard & distribution matrix
Open source (AGPL-3.0)
PriceFree€2,998 or €138/mo

Automation

Run deliveries hands-off. The command-line version drives everything the app does, plus watch folders, a job queue, and an automation API for headless rooms.

# Watch a folder and build a DCP whenever a master lands in it dcpwizard watch ./incoming # Queue a job and let the daemon work through it dcpwizard batch add -T create-dcp -p '{"title":"My Film","video":"./j2k","output":"./dcp"}' # Serve the automation API for headless or batch operation dcpwizard serve --bind 127.0.0.1:8080

For developers

Prefer to build it yourself? DCP Wizard is open source. Grab the code and compile.

RequiredRust toolchain
RequiredOpenSSL
RequiredXerces-C
Optionalffmpeg (transcoding)
OptionalGrok (JPEG 2000)
# Command-line build git clone --recurse-submodules https://github.com/PostPerfection/dcpwizard.git cd dcpwizard/rust cargo build --release # Desktop app build cd gui pnpm install pnpm tauri build

Full build notes for Linux, macOS, and Windows are in the GitHub repository.