---
title: "How to mark in and out points for split edits in DaVinci Resolve"
author: "Cutsio Team"
date: "2026-05-15"
lastmod: "2026-05-15"
category: "DaVinci Resolve Advanced Workflows"
excerpt: "DaVinci Resolve uses in and out points in the source viewer to select portions of clips for editing. This guide covers marking clips, split edits with separate audio/video points, keyboard shortcuts, and audio waveform scrubbing."
tags: ["DaVinci Resolve","In and Out Points","Split Edit","Source Viewer","Mark Clips","Audio Waveforms","Keyboard Shortcuts"]
---

## How do you mark in and out points on clips in DaVinci Resolve?

Double-click a clip in the media pool or timeline to load it into the source viewer on the left side of the Edit page. Drag the playhead to the frame where you want the clip to start and press the I key to set an in point. Drag the playhead to the frame where you want the clip to end and press the O key to set an out point. The selected portion appears highlighted in the source viewer with the duration displayed.

![Mark Clips](https://images.blackmagicdesign.com/images/products/davinciresolve/edit/select/select-xl@2x.jpg?_v=1601360144)

In and out points define the portion of the source clip that will be used when you edit it into the timeline. The source viewer displays the in point frame as a thumbnail at the top and the total duration of the selected range. You can refine the points by dragging them in the source timeline at the bottom of the viewer or by using the trim controls.

The keyboard shortcuts I (in) and O (out) are the fastest way to set points during playback. Play the clip in the source viewer and press I at the frame where you want the selection to begin. Continue playing and press O where you want it to end. This is significantly faster than scrubbing to each frame manually.

## How do split edits work with separate audio and video in and out points?

Split edits, also known as L-cuts and J-cuts, allow the audio and video of a clip to have different in and out points. The audio may start before the video (J-cut) or continue after the video cuts away (L-cut). DaVinci Resolve supports separate audio and video in and out points for precise split edit control.

To create a split edit, mark the video in and out points normally using I and O. Then, before editing the clip into the timeline, Alt-drag (Option-drag on Mac) the audio in or out point in the source viewer timeline to a different position. The video selection remains at its original position while the audio selection shifts independently.

Alternatively, use the keyboard shortcuts for separate source controls. Toggle the video source track selector on or off to mark video-only in and out points. Toggle the audio source track selectors independently. This gives you four independent markers — video in, video out, audio in, audio out — that can be positioned anywhere within the clip.

Split edits are essential for natural-sounding dialogue editing. A J-cut where the audio of the next speaker starts before the video cut creates a smoother transition than cutting both audio and video at the same frame. Professional dialogue editing uses split edits almost exclusively.

## How do audio waveforms help with marking clips?

Turning on audio waveforms in the source viewer lets you visually see where sentences start and stop. Enable waveforms from the viewer settings menu or press W to toggle them. Tape-style audio scrubbing lets you hear the audio as you drag the playhead, making it easier to find exact words.

![Audio Waveforms](https://images.blackmagicdesign.com/images/products/davinciresolve/edit/select/select-xl@2x.jpg?_v=1601360144)

For dialogue-heavy content, use the waveform combined with audio scrubbing to identify natural edit points. The waveform shows silence gaps, breath points, and sentence boundaries visually. Set your in point at the start of a sentence and your out point at the end of a breath for clean dialogue edits.

For editors who want an even faster approach, Cutsio automatically transcribes video and displays the text alongside the timeline. Instead of scrubbing through waveforms to find specific phrases, you read the transcript, highlight the sentence you want, and export an EDL with the exact in and out points already set.

## How do you clear in and out points in DaVinci Resolve?

Press Alt+X (Option+X on Mac) to clear both the in and out points on the current clip in the source viewer. This resets the viewer to show the full clip duration. You can also click the clear buttons next to the timecode displays in the source viewer.

Clearing and resetting points is common during the rough cut phase when you are exploring different selections. Set rough in and out points to get a sense of the clip, clear them, and refine as you narrow down the exact frames.

<div class="not-prose my-12 rounded-2xl border border-slate-200 dark:border-white/[0.08] bg-gradient-to-br from-slate-50 to-white dark:from-neutral-900 dark:to-neutral-950 p-8 md:p-10 shadow-sm">
  <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-6">
    <div class="flex-1">
      <div class="flex items-center gap-3 mb-3">
        <div class="flex h-10 w-10 items-center justify-center rounded-xl bg-indigo-100 dark:bg-indigo-500/20 text-indigo-600 dark:text-indigo-400">
          <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z"/><circle cx="12" cy="13" r="3"/></svg>
        </div>
        <span class="text-sm font-semibold text-indigo-600 dark:text-indigo-400 uppercase tracking-wider">Cutsio</span>
      </div>
      <h3 class="text-xl md:text-2xl font-bold tracking-tight text-slate-900 dark:text-white mb-2">
        Skip the waveform. Read the transcript.
      </h3>
      <p class="text-slate-600 dark:text-neutral-400 text-base leading-relaxed max-w-xl">
        Cutsio auto-transcribes your footage so you can read the text and highlight the exact sentences you need. Export an EDL with in and out points already set — no waveform scrubbing required.
      </p>
    </div>
    <div class="shrink-0">
      <a href="https://studio.cutsio.com" target="_blank" rel="noopener noreferrer"
         class="inline-flex items-center justify-center rounded-full bg-indigo-600 px-6 py-3 text-sm font-medium text-white hover:bg-indigo-700 dark:bg-white dark:text-slate-900 dark:hover:bg-neutral-100 transition-colors shadow-sm">
        Try Cutsio Free
        <svg class="ml-2 h-4 w-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
      </a>
      <p class="mt-2 text-xs text-center text-slate-400 dark:text-neutral-500">No credit card. 60 mins free.</p>
    </div>
  </div>
</div>

## FAQ

### Can I set in and out points directly on the timeline?
Yes. Select a clip on the timeline and press I or O to set in and out points for that specific clip. This is useful for defining render ranges on the timeline.

### How do I mark video and audio separately for split edits?
Toggle the video source track selector (V1) and audio source track selectors (A1, A2, etc.) independently in the source viewer. Set in and out points with only the desired tracks active.

### What happens if I set an out point before the in point?
DaVinci Resolve does not allow the out point to precede the in point. If you try, Resolve swaps the points automatically.

### Can I save in and out points as markers?
Yes. After setting in and out points, right-click in the source viewer and select "Add Marker Based on In/Out." The marker is saved with the clip metadata and persists across sessions.

### Does Cutsio set in and out points when I highlight transcript text?
Yes. When you highlight a section of the transcript in Cutsio, it creates in and out points for that segment. The exported EDL contains these points, so your Resolve timeline has clips with in and out points already applied.

<div class="not-prose blog-large-cta">
  <div class="max-w-3xl mx-auto text-center">
    <h3>
      Mark clips by reading, not scrubbing
    </h3>
    <p>
      Cutsio transcribes every video automatically. Read the text, highlight the parts you need, and export an EDL with in and out points already set. No manual marking required.
    </p>
    <ul>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>AI auto-transcription for every video you upload</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Highlight text to create clips with in/out points</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>EDL and XML export with clip name mapping for Resolve relink</span>
      </li>
    </ul>
    <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
      <a href="https://studio.cutsio.com" target="_blank" rel="noopener noreferrer"
         class="no-underline inline-flex items-center justify-center rounded-full bg-indigo-600 px-8 py-3.5 text-sm font-semibold text-white hover:bg-indigo-700 dark:bg-white dark:text-slate-900 dark:hover:bg-neutral-100 transition-colors shadow-sm">
        Try Cutsio Free
        <svg class="ml-2 h-4 w-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
      </a>
      <button type="button" onclick="window.dispatchEvent(new CustomEvent('open-contact-modal'))"
              class="inline-flex items-center justify-center rounded-full border border-white/20 px-8 py-3.5 text-sm font-medium text-white hover:bg-white/10 transition-colors">
        Book a demo
      </button>
    </div>
    <p class="mt-4 text-xs text-slate-500">No credit card required. 60 minutes of free processing.</p>
  </div>
</div>
