Skip to content
CutConvert

How to export SRT from DaVinci Resolve

By Greg Thompson, Founder, CutConvertPublished

DaVinci Resolve exports SRT subtitles directly from a subtitle track — the catch is that your subtitles have to be on a subtitle track first. If they are, export is two clicks on the Deliver page. If your "subtitles" are actually Text+ titles on a video track, Resolve has no button for that, and this guide covers the honest workarounds for both cases.

Export from a subtitle track (the supported path)

  1. On the Deliver page, scroll the render settings to Subtitle Settings.
  2. Tick Export subtitle and set the format to As a separate file, file type SRT, and check the subtitle tracks to include.
  3. Render — the .srt lands next to your output file.

No render needed? Right-click the subtitle track on the Edit page timeline and choose Export Subtitle to write the SRT directly.

Timing note: the exported SRT carries the timeline's timecode. An hour-start timeline (01:00:00:00) produces an SRT whose first cue starts at one hour — most platforms want zero-based subtitles, so export from a zero-start copy of the timeline or retime the file afterward. It's the same offset trap as Avid caption exports.

When your subtitles are Text+ titles, not a subtitle track

Titles on a video track have no subtitle-export path in Resolve. Two honest options:

  • Rebuild onto a subtitle track when the cue count is small: create a subtitle track and retype or paste the text at each title's position — tedious but direct.
  • Go through FCPXML when it isn't: export the timeline (File > Export > Timeline, FCPXML format) and run it through the FCPXML to SRT converter, which walks the timeline, extracts every title with its exact offset and duration — resolving the container-offset math that puts naive extractions an hour off — and writes clean SRT.

Where the SRT goes next

Once you have the SRT: upload it straight to YouTube or Vimeo; convert to WebVTT for HTML5 players; hand it to translators as a Word document or a CSV; bring it into Avid as SubCap caption TXT; or turn it into a Premiere Pro transcript for Text-Based Editing.

FAQ

Where is the SRT export in DaVinci Resolve? Deliver page > Subtitle Settings > Export subtitle > As a separate file > SRT — or right-click the subtitle track on the Edit page and choose Export Subtitle. Both work in the free version.

Can I export SRT without rendering the video? Yes — the right-click Export Subtitle route on the Edit page timeline writes the file immediately, no render required.

My exported SRT starts at 01:00:00 — why? Your timeline starts at hour one, and the export carries absolute timeline timecode. Export from a zero-start copy of the timeline, or retime the SRT, if the destination expects subtitles from zero.

Can I export Text+ titles as SRT? Not directly — Resolve's subtitle export only reads subtitle tracks. Export the timeline as FCPXML and convert it with the FCPXML to SRT converter, which extracts titles with exact timing.

Does Resolve export other subtitle formats? The separate-file export also offers WebVTT alongside SRT, and the same Subtitle Settings can burn subtitles into the picture or embed them as captions instead.

Will styled subtitles keep their styling in the SRT? No — SRT is plain text with timing; styling lives in the player or the destination editor. Text content and line breaks survive; fonts, colors, and positions don't, because the format can't hold them.

Greg Thompson · Founder, CutConvert

Greg builds CutConvert, the post-production file converter — including the first working decoder for Premiere Pro’s binary .prtranscript format. He writes these guides from the format specs and real editor workflows.

↑ Back to top