5DtoRGB Batch Tutorial: From DSLR Footage to RGB Sequences
This tutorial shows a fast, repeatable workflow to convert DSLR raw or cinema DNG sequences into RGB image sequences using 5DtoRGB in batch. It assumes you have a folder of DNGs (from Canon 5D/other DSLRs or cinema cameras) and want consistent, color-managed RGB outputs for editing, VFX, or archival.
What you’ll need
- 5DtoRGB installed (or equivalent DNG-to-RGB converter).
- A computer with enough disk space (RGB sequences are larger than DNGs).
- Source DNG folder(s) organized by clip.
- Optional: a color transform/look (LUT), exposure/white-balance settings, and a naming convention.
Key decisions (defaults used here)
- Output format: 16-bit TIFF (linear or log as needed).
- Color space: ACEScct or Rec.709 depending on pipeline. Default: Rec.709 16-bit TIFF.
- Resize: none (maintain native resolution).
- Demosaic algorithm: high-quality adaptive demosaic.
- Naming convention: clipname_frame####.tif
Step-by-step batch workflow
-
Prepare source folders
- Organize DNGs into one folder per clip, e.g., /Footage/Clip01_DNGs, /Footage/Clip02_DNGs.
- Verify sequence continuity and correct frame ordering.
-
Create a settings profile in 5DtoRGB
- Open 5DtoRGB and load a representative DNG from a clip.
- Set white balance and exposure if you want baked correction; otherwise leave neutral for raw handling.
- Choose demosaic: “Adaptive HQ” (or your preferred quality).
- Set output bit depth: 16-bit.
- Choose color space: Rec.709 (or ACEScct for VFX).
- Select output format: TIFF.
- Save these settings as a preset named “Batch_Rec709_16bit” (or similar).
-
Set up batch jobs
- In 5DtoRGB’s batch interface, add each clip folder as a separate job.
- Assign the saved preset to every job.
- Define output folder structure: /Output/Clip01_TIFFs, etc. Keep consistent naming: {clipname}frame%04d.tif.
-
Apply LUTs or color transforms (optional)
- If you need a look baked in, attach a 3D LUT or film convert profile in the preset before batch export.
- For VFX, avoid baking LUTs—export in ACES or linear space and apply looks later.
-
Run a short test
- Run the batch on a 20–50 frame subset from one clip.
- Inspect highlights, skin tones, and motion for artifacts.
- Adjust demosaic, WB or exposure in the preset if needed.
-
Full batch export
- Confirm disk space and CPU/GPU settings (use GPU acceleration if available).
- Start the batch and monitor for errors.
- If interrupted, resume by re-running the batch—5DtoRGB typically skips already-processed frames if names match.
-
Post-processing checks
- Verify color space metadata on exported TIFFs.
- Confirm frame count and filename sequence.
- Spot-check for banding, color shifts, or demosaic artifacts.
-
Integrate into editorial/VFX
- For editing: import TIFF sequences into your NLE and set color management to match export color space.
- For VFX: conform shots in ACES or your project color pipeline, using linear/ACES exports.
Performance tips
- Use SSDs for output to speed writes.
- Batch multiple clips overnight or when workstation is idle.
- If CPU-limited, reduce demosaic quality for faster runs; for final deliverables, re-run high-quality preset.
- Use multi-threading/GPU acceleration if 5DtoRGB supports it.
Troubleshooting
- Missing frames: confirm original DNG filenames are contiguous and no hidden files interrupt sequence.
- Color differences between clips: ensure same preset or store per-clip WB if lighting varied.
- Disk full errors: estimate output size (roughly 3–5× DNG size for 16-bit TIFF) and leave margin.
Example command-line (if using CLI-capable converter)
- Not all versions of 5DtoRGB have a CLI. If yours does, a representative command might look like:
Code
5dToRGB –input /Footage/Clip01_DNGs –preset Batch_Rec709_16bit –output /Output/Clip01_TIFFs –format tiff –bitdepth 16 –threads 8
Quick checklist before large batch
- Preset saved and tested
- Output naming set and folder created
- Enough disk space available
- GPU acceleration configured (optional)
- Test subset exported and reviewed
Following this workflow will let you convert DSLR/Cinema DNG sequences into consistent RGB image sequences suitable for editing, VFX, or archiving with predictable color and quality.
Leave a Reply