Finishing your edit is only half the job. Getting the export right determines whether your video looks crisp on YouTube, passes Instagram’s recompression intact, or lands in a client’s hands as a usable master file. DaVinci Resolve gives you powerful control over every export variable, but that control comes with a learning curve. This guide walks you through every setting that matters, with specific recommendations for each major platform and use case.
How the DaVinci Resolve Deliver Page Works
Before you touch a single setting, you need to know where exports actually happen. DaVinci Resolve keeps its export workflow entirely inside the Deliver page, accessed by clicking the rocket-ship icon at the very bottom of the interface.
The Deliver page has three main areas:
-
Export Settings panel (left side): This is where you configure everything — format, codec, resolution, bitrate, and audio. It is organized into collapsible sections: File, Video, and Audio.
-
Timeline Selector (top center): Choose which timeline you want to export. If you have multiple timelines in your project, make sure the correct one is selected here before doing anything else.
-
Render Queue (right side): Once your settings are configured, you click “Add to Render Queue.” Jobs sit here until you click “Render All.” This queue-based workflow lets you line up multiple exports with different settings before walking away.

Two output modes you must understand:
-
Single Clip: Exports your entire timeline as one continuous video file. This is what you want for nearly every finished video.
-
Individual Clips: Exports each clip on your timeline as a separate file. This is useful for VFX pulls or clip-by-clip deliverables, not for finished content.

To set up and run an export: 1. Click the Deliver page icon at the bottom of the screen. 2. Confirm the correct timeline is selected in the top center panel. 3. Configure your settings in the left panel (covered in detail below). 4. Click Add to Render Queue on the left panel. 5. Click Render All in the Render Queue panel on the right.

The Core Export Settings You Need to Understand
Platform-specific recommendations only make sense if you understand the underlying settings. This section explains the key variables before applying them.
Format and Codec
“Format” and “codec” are not the same thing, and confusing them leads to bad export decisions.
-
Format (container): The file wrapper — MP4, MOV, MXF. The container holds the video, audio, and metadata together. It does not determine quality on its own.
-
Codec: The compression method used to encode the actual video data — H.264, H.265, ProRes, DNxHR. This is what determines quality, file size, and compatibility.
|
Codec |
Best Use Case |
Relative File Size |
Compatibility |
|---|---|---|---|
|
H.264 |
Web delivery, YouTube, Instagram, broad sharing |
Small |
Universal |
|
H.265 (HEVC) |
4K web delivery, smaller files at high quality |
Smaller than H.264 |
Wide, but not universal |
|
ProRes 422 |
Client delivery, editing masters, archival |
Large |
macOS-native; limited on Windows/Linux free version |
|
ProRes 422 HQ |
High-quality masters, color-critical deliverables |
Very large |
Same as ProRes 422 |
|
DNxHR |
Avid workflows, cross-platform professional delivery |
Large |
Strong on Windows |
Important note for Windows and Linux users: The free version of DaVinci Resolve does not support ProRes export on Windows or Linux (it can still decode/import ProRes). For professional master exports on those platforms, use DNxHR instead.
Resolution and Frame Rate
Always match your export resolution and frame rate to your project settings. DaVinci Resolve will let you export at a different resolution than your timeline, but upscaling degrades quality and downscaling discards detail you already captured.
Frame rate clarification: 23.976 fps and 24 fps are not interchangeable. Use 23.976 for online content and most streaming platforms. Use true 24 fps only when delivering to cinema or broadcast contexts that explicitly require it. Mismatching frame rates between your project and export can cause subtle audio drift over long videos.
For online delivery, 1080p and 4K UHD (3840x2160) are the two resolutions worth targeting. Anything above 4K is unnecessary for current platform delivery.
Bitrate: CBR vs. VBR and Target Numbers
Bitrate controls how much data is used to encode each second of video. Higher bitrate generally means better quality and larger files.
CBR (Constant Bitrate): Maintains a fixed bitrate throughout the video. Preferred for broadcast delivery and streaming ingest where consistent data rates are required.
VBR (Variable Bitrate): Allocates more data to complex scenes and less to simple ones. This produces better quality at a given file size and is the right choice for online platform uploads.
For most web exports, use VBR 2-pass, which analyzes the footage twice for more efficient bit allocation.
|
Resolution |
Frame Rate |
Recommended Bitrate |
Mode |
|---|---|---|---|
|
1080p |
24/25/30fps |
8–16 Mbps |
VBR 2-pass |
|
1080p |
60fps |
12–20 Mbps |
VBR 2-pass |
|
4K UHD |
24/25/30fps |
35–68 Mbps |
VBR 2-pass |
|
4K UHD |
60fps |
53–85 Mbps |
VBR 2-pass |
These ranges align with YouTube’s own ingestion recommendations. Exporting at or above these numbers gives platform encoders better source material to work with, which results in a sharper final result on the viewer’s screen.
Best DaVinci Resolve Export Settings for YouTube
YouTube is the most common export destination, and it has a specific encoder on the receiving end that you can work with rather than against. The goal is to give YouTube’s encoder a clean, high-bitrate source so its recompression causes as little visible damage as possible.
|
Setting |
Recommended Value |
Notes |
|---|---|---|
|
Format |
MP4 |
Universal playback, required for most upload workflows |
|
Codec |
H.264 or H.265 |
H.265 for 4K to keep file size manageable |
|
Resolution |
Match source (1080p or 4K) |
Never upscale |
|
Frame Rate |
Match source |
Do not convert frame rates at export |
|
Bitrate Mode |
VBR 2-pass |
Better quality per megabyte than CBR |
|
Target Bitrate (1080p 30fps) |
16 Mbps |
Upper end gives YouTube’s encoder more headroom |
|
Max Bitrate (1080p 30fps) |
24 Mbps |
Sets VBR ceiling |
|
Target Bitrate (4K 30fps) |
68 Mbps |
Matches YouTube’s recommended ingestion spec |
|
Max Bitrate (4K 30fps) |
85 Mbps |
VBR ceiling for 4K |
|
Audio Codec |
AAC |
Required for YouTube compatibility |
|
Audio Sample Rate |
48 kHz |
Broadcast standard |
|
Audio Bitrate |
320 kbps |
Stereo; YouTube’s processing handles the rest |
|
Color Space |
Rec.709 |
Standard for web video |
Why 2-pass VBR matters for YouTube: YouTube’s compression system is aggressive, especially in the first few hours after upload. A 2-pass VBR export gives YouTube a cleaner, more efficiently encoded source file, which means less visible banding, fewer compression artifacts, and better retention of fine detail in the final streamed version.
Pro Tip: If YouTube is making your 1080p video look noticeably soft or blotchy even with a high-bitrate export, try uploading a 4K version instead. YouTube applies less aggressive compression to 4K content, so even if your audience watches in 1080p, the source being 4K means it streams through a higher-quality processing pipeline.
Best Export Settings for Instagram, TikTok, and Short-Form Video
Short-form platforms compress video aggressively after upload. Your goal is not to fight their compression but to give them the cleanest possible input so they have more to work with.
Key differences from YouTube exports: these platforms often require vertical or square framing, cap frame rates at 30fps for most content, and have strict file size or duration limits.
|
Platform |
Resolution |
Aspect Ratio |
Max FPS |
Recommended Codec |
Target Bitrate |
|---|---|---|---|---|---|
|
Instagram Reels |
1080 x 1920 |
9:16 (vertical) |
30fps |
H.264, MP4 |
8–15 Mbps |
|
Instagram Feed (square) |
1080 x 1080 |
1:1 |
30fps |
H.264, MP4 |
8–15 Mbps |
|
Instagram Feed (landscape) |
1080 x 608 |
1.91:1 |
30fps |
H.264, MP4 |
8–15 Mbps |
|
TikTok |
1080 x 1920 |
9:16 (vertical) |
30fps |
H.264, MP4 |
8–15 Mbps |
|
Facebook/Meta Video |
1080p or 4K |
16:9 or 9:16 |
60fps |
H.264, MP4 |
10–20 Mbps |
Note: Instagram will re-encode your video regardless of how good your export is. Sending it a higher-bitrate H.264 file at the correct resolution simply gives the platform encoder better raw material. Going above 20 Mbps for Instagram uploads is rarely beneficial and only increases upload time.
For vertical exports, set your timeline resolution to 1080x1920 before export, or use the crop settings in your project timeline. Do not simply export a 16:9 file and expect the platform to handle it correctly.
Export Settings for Vimeo and High-Quality Client Delivery
Vimeo applies gentler compression than YouTube, which makes it a preferred platform for showcasing work where quality is a priority: cinematography reels, commercial work, and creative portfolios.
For Vimeo uploads: - Format: MP4 - Codec: H.264 at a high bitrate (for 1080p, target 20–50 Mbps; for 4K, target 80+ Mbps) - Frame rate: Match source - Audio: AAC, 48 kHz, 320 kbps

Because Vimeo is more conservative with its recompression, a high-bitrate H.264 or H.265 upload will hold up noticeably better than the same file would on YouTube.
For client deliverables, the approach changes. Clients or post-production houses often need files they can re-edit, color grade, or archive. For this purpose:
-
Use ProRes 422 or ProRes 422 HQ (macOS) or DNxHR HQX (Windows/Linux)
-
Container: MOV for ProRes, MXF or MOV for DNxHR
-
Audio: Linear PCM (WAV), 48 kHz, stereo or multichannel as required
The concept to understand here is the difference between an upload master and a distribution copy. An upload master is a high-quality, large file intended to be uploaded once to a platform or handed to a client. A distribution copy is a compressed, smaller file optimized for playback on specific devices or platforms. Always keep your upload master, even after you have created distribution copies.
Audio Export Settings in DaVinci Resolve
Audio settings are frequently overlooked until something goes wrong. Getting them right during export takes less than a minute and prevents problems that are frustrating to diagnose after the fact.
Recommended audio settings by use case:
-
Web delivery (YouTube, Vimeo, social): AAC codec, 48 kHz sample rate, 320 kbps, stereo
-
Archival or client master: Linear PCM (WAV), 48 kHz, stereo or 5.1 as needed
-
Broadcast delivery: Linear PCM, 48 kHz, typically specified by the broadcaster
Why 48 kHz and not 44.1 kHz: 44.1 kHz is the standard for music CDs and consumer audio. 48 kHz is the broadcast and video production standard. If your export uses 44.1 kHz but your timeline is set to 48 kHz, you may experience gradual audio drift, especially in longer videos. Always set your export sample rate to 48 kHz unless you have a specific reason to do otherwise.
Checking audio track mapping: In the Deliver page, expand the Audio section and verify that your tracks are mapped correctly. If you recorded dual-channel audio (e.g., two lavalier microphones), confirm whether you want to export stereo or keep them as separate channels. An incorrectly mapped track can result in a silent, mono, or unbalanced audio export.
Archival and Offline Master Export Settings
For situations where you need a high-quality edit master to archive or re-edit later, prioritize quality over file size.
Recommended settings for archival exports:
-
Codec (macOS): ProRes 422 HQ or ProRes 4444 for footage with transparency
-
Codec (Windows/Linux): DNxHR HQX (12-bit) or DNxHR HQ
-
Container: MOV (ProRes) or MXF/MOV (DNxHR)
-
Bitrate: Set to highest available quality setting; do not cap bitrate manually
-
Resolution: Match or exceed your delivery resolution
-
Audio: Linear PCM, 48 kHz, stereo or multichannel
-
Color: Verify color space tags are correct before archiving
Note: Free DaVinci Resolve on Windows and Linux cannot export ProRes. Use DNxHR as your archival codec on those platforms. DaVinci Resolve Studio on any platform supports ProRes export.
Common DaVinci Resolve Export Problems and How to Fix Them
If your export did not come out the way you expected, one of these five issues is almost certainly the cause.
-
Problem: Video looks washed out or colors are wrong after export
-
Cause: Color levels mismatch. DaVinci Resolve can export in “Data” levels (0–255) or “Video” levels (16–235). If your player or platform expects video levels but receives data levels, the image appears washed out. The reverse causes crushed blacks.
-
Fix: In the Deliver page Video settings, set the color space tag and levels to “Video” for all web and platform exports. If using a color managed workflow, verify your output color space is set to Rec.709 with video levels.

-
Problem: File size is unexpectedly huge
-
Cause: The VBR max bitrate is set too high, or you are using an uncompressed or near-lossless codec by accident.
-
Fix: Review your bitrate settings and confirm you are using H.264 or H.265 rather than an intermediate codec like ProRes. For 1080p web exports, a max bitrate above 30 Mbps is rarely justified.

-
Problem: Audio is out of sync
-
Cause: The timeline frame rate and export frame rate do not match, or the audio sample rate in the timeline differs from the export setting.
-
Fix: Go to File > Project Settings and confirm your timeline frame rate.
Match it exactly in the Deliver page settings.
Set the audio sample rate to 48 kHz in both your project settings and the export audio panel.

-
Problem: Export is taking much longer than expected
-
Cause: DaVinci Resolve may be using software-only encoding instead of GPU acceleration.
-
Fix: Go to DaVinci Resolve > Preferences > Memory and GPU, and enable GPU processing.


-
Problem: Video looks soft or blurry after uploading to YouTube
-
Cause: Bitrate was too low, or YouTube’s aggressive initial compression hit your video hard.
-
Fix: Increase your export bitrate to the higher end of the recommended range. If you are exporting at 1080p and the results are still soft, try uploading a 4K version of the same video. YouTube routes 4K uploads through a less aggressive compression pipeline, which benefits even viewers watching at 1080p.

FAQ
Q1: What is the best export format for DaVinci Resolve?
MP4 with H.264 is the best general-purpose format for online delivery. It has universal playback compatibility, manageable file sizes, and is accepted by every major video platform. For client deliverables or archival masters that may be re-edited, use ProRes 422 (macOS) or DNxHR (Windows/Linux) in a MOV or MXF container.
Q2: Should I use H.264 or H.265 in DaVinci Resolve?
H.265 produces smaller files at equivalent quality, making it especially efficient for 4K exports. However, H.264 has broader device and platform compatibility. Use H.265 when file size is a concern and you are confident your delivery platform and the viewer’s device support it. For maximum compatibility, H.264 remains the safer default.
Q3: Why does my video look different after exporting from DaVinci Resolve?
The most common cause is a color levels mismatch between your export settings and the playback context. In the Deliver page, ensure your output is set to “Video” levels (not “Data” levels) for web and platform uploads. Also confirm your output color space is Rec.709 if your audience will be watching on standard screens.
Q4: What bitrate should I use for 1080p export in DaVinci Resolve?
For 1080p at 24/25/30fps, target 8–16 Mbps using VBR 2-pass mode. For 1080p at 60fps, use 12–20 Mbps. Exporting at the higher end of these ranges gives platforms like YouTube better source material to work with, which generally results in a cleaner looking final stream.
Q5: Can I save custom export presets in DaVinci Resolve?
Yes. Configure your settings in the Deliver page exactly as you want them, then click the small options or gear icon near the preset dropdown at the top of the Export Settings panel and choose “Save As New Preset.” Name it something descriptive (like “YouTube 4K VBR”) and it will appear alongside the built-in presets for future projects.
Conclusion
Getting DaVinci Resolve exports right comes down to three decisions: picking the right codec for your destination, setting an appropriate bitrate for your resolution and platform, and confirming your color levels are set to Video rather than Data. Match your settings to where the video is going, not to a generic template. For a practical starting point, revisit the platform settings tables in this guide whenever you start a new export. For further reading, explore related guides on DaVinci Resolve color grading for YouTube and optimizing your project settings before you begin editing.