Guides / How to add subtitles to a video on Mac (local, no upload)

How to add subtitles to a video on Mac (local, no upload)

Updated 2026-06-11 · Runs locally — nothing uploaded

Quick answer

Burn an SRT into your video, or auto-transcribe it locally with Whisper — on your Mac, with the audio never leaving the machine.

Output
Interview: transcribe → SRT
Processing
On your Mac
Setup
About 2 minutes to set up
Access
SRT burn-in free · Whisper Pro
Get it free on the Mac App Store

Adding captions usually means uploading your video to some web service — not great for interviews, internal footage, or anything private. It doesn’t have to be that way.

FFmix burns an existing SRT into your video, or transcribes the speech for you with Whisper running locally (Pro). Either way the audio and video stay on your Mac, and you can choose to hardcode the captions or just export the .srt.

Steps

  1. 1 Drag your video into FFmix.
  2. 2 Either point it at an .srt file, or auto-transcribe with local Whisper (Pro).
  3. 3 Confirm and click Start — the captions are burned into the video.

Advanced: canonical ffmpeg recipe

This is the canonical recipe. FFmix adapts encoder flags to the engine on your Mac, then shows the final command; the command shown is the command run.

ffmpeg -i input.mp4 -vf "subtitles=filename='subs.srt':force_style='FontSize=24,Alignment=2'" -c:a copy subtitled.mp4
FFmix has a one-click "Interview: transcribe → SRT" preset

Drop a file and go — all local, nothing uploaded.

Download FFmix free

FAQ

Can FFmix generate subtitles automatically?

Yes. It runs Whisper locally to transcribe speech into an SRT (a Pro feature). Your audio is never uploaded — transcription happens entirely on your Mac.

What's the difference between burning and a separate SRT?

Burning hardcodes the captions into the picture so they always show. FFmix can also export just the .srt if you'd rather keep them as a toggleable track.

Is anything sent to a server?

No. Both transcription and burn-in run locally through the bundled engines; nothing leaves your Mac.

Related guides

How to transcribe video to SRT on Mac — fully local

Turn an interview or lecture into a timed SRT subtitle file with Whisper on your Mac. Review the text, keep the media local and export beside the source.