Usage
How to use Reconcile. Load files, review pairs, and export.
Workflow overview
A typical session has four steps:
- Load: drop your audio and video files in
- Review: check pairs, metadata, and QC warnings
- Configure: set loudness target and post-process options if needed
- Reconcile: export
Loading files
Drag and drop
Drag audio files, video files, or a folder containing both onto the Reconcile window. Reconcile pairs them automatically.
- Drop a video file onto an empty video zone to assign it.
- Drop audio files onto an audio zone to assign them.
- Drop multiple video files at once. Reconcile creates one pair per video.
- Drop a mix of audio and video. Reconcile auto-pairs by filename (see below).
Filename-based auto-pairing
When Pair by filename is on (Settings → General), Reconcile matches audio to video files whose base name appears in the audio filename:
| Video file | Audio file | Paired? |
|---|---|---|
SC01_CAM_A.mov | SC01_CAM_A_MIX.wav | Yes |
SC01_CAM_A.mov | SC02_FX.wav | No |
Drop a whole folder of camera files and mix deliveries. They pair in one go.
Manual pairing
If auto-pairing gets it wrong, you can pair manually. Each pair has its own video and audio drop zone. Drag files directly onto either zone.
Reviewing pairs
Once files are loaded, each pair shows:
- Video: codec, resolution, frame rate, duration
- Audio: codec, sample rate, bit depth, channel count, duration, integrated loudness (LUFS), true peak (dBTP)
A waveform and video thumbnail timeline is shown for visual reference.
QC warnings
Warnings show up as coloured tags when a threshold is exceeded. See Settings Reference for thresholds.
| Warning | Condition |
|---|---|
| LUFS out of range | Integrated loudness falls outside your min/max window |
| True peak exceeded | dBTP exceeds your ceiling |
| Sample rate mismatch | Audio sample rate doesn't match the expected project rate |
| Duration mismatch | Audio and video durations differ by more than your tolerance |
| Head click / Tail click | Transient discontinuity at the start or end of the audio |
Warnings are informational. They don't block the Reconcile operation.
Selecting a pair
Click a pair to select it. Use Up/Down arrow keys to navigate between pairs, and Delete to remove the selected pair.
Reconciling
Click Reconcile (or hit Return) to start. Pairs process one at a time.
What happens
For each pair, Reconcile:
- Applies a loudness gain offset if Normalize audio loudness is on.
- Applies head/tail fades if Apply fades is on.
- Muxes the audio into the video container. The video stream passes through untouched, no re-encoding.
- Writes the output file next to the source audio.
Output file naming
Output filenames come from the audio source:
<audio_stem>.<video_extension>
SC01_MIX.wav + SC01.mov becomes SC01_MIX.mov.
If a file with the same name already exists, it gets replaced.
Progress
The bottom toolbar shows progress for each pair. Finished pairs get a checkmark.
Keyboard shortcuts
| Shortcut | Action |
|---|---|
| ⌘O | Open files |
| ⌘Return | Reconcile |
| ⌘T | New pairing |
| T | New pairing |
| R | Reset all pairings |
| Delete | Delete selected pairing |
| A | Add audio to selected pairing |
| V | Add video to selected pairing |
| ↑ | Select previous pair |
| ↓ | Select next pair |
| ⌘? | Help |