create_dailies
Import camera rolls, create timelines, apply color grades, and sync audio for dailies in DaVinci Resolve.
Instructions
Full dailies pipeline: import camera rolls, create timelines, apply grades, sync audio.
For each camera roll path:
Extract roll name and detect camera letter from the path
Create OCF/{cam}-Cam/{roll_name} bin structure in the media pool
Scan directory recursively for video files
Import clips using batch-first with individual fallback
Create a timeline from the imported clips in a Timelines bin
Optional post-processing:
drx_path: Switch to color page and apply DRX grade to all timeline clips
cdl_path: Parse CCC or EDL file, match CDL values to clips, apply grades
lut_name: Search standard LUT paths and apply to all timeline clips
audio_path + sync_audio: Scan for audio files, import to Audio bin, auto-sync
Args: camera_roll_paths: List of absolute paths to camera roll directories. drx_path: Optional path to a DRX grade file to apply. cdl_path: Optional path to a CCC or EDL file with CDL values. lut_name: Optional LUT filename to search for and apply. audio_path: Optional path to directory containing audio files. sync_audio: Whether to auto-sync imported audio. Requires audio_path. timeline_prefix: Optional prefix for timeline names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdl_path | No | ||
| drx_path | No | ||
| lut_name | No | ||
| audio_path | No | ||
| sync_audio | No | ||
| timeline_prefix | No | ||
| camera_roll_paths | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |