What Free Costs

Comparison

Opus Clip alternatives in 2026: Submagic, Vizard, or building your own clipper

If you searched for an Opus Clip alternative, autocomplete says you probably added one of these words: free, open source, no watermark, or reddit. So this article answers the question you are actually asking — what does not paying for this…

Disclosure: This site intends to carry affiliate links, and every page that has one will say so above the first link. As of publication this page has none — we are not enrolled in any of the programmes for the tools named below, so every outbound link here is a plain untracked link and this article earns nothing whichever option you pick. No vendor paid for, reviewed, or saw it. See the disclosure policy.

What we have and have not used. We have not paid for Opus Clip, Submagic, or Vizard. Every price, limit and feature attributed to them below was read off their own pricing pages on 2026-07-31 and is cited as such. What we have done, first-hand, is build the do-it-yourself version of this pipeline on a 2015-era MacBook, and every number in the DIY section is measured on that machine. We think being clear about which half is which is more useful than pretending we ran six trials.

If you searched for an Opus Clip alternative, autocomplete says you probably added one of these words: free, open source, no watermark, or reddit. So this article answers the question you are actually asking — what does not paying for this cost you? — before it lists products.

Short version:


What Opus Clip's free plan actually gives you

From opus.pro/pricing, checked 2026-07-31:

FreeStarter $15/moPro $29/mo
CaptionsAnimated, with watermarkWatermark-freeWatermark-free
ImportsLocal files only, up to 10 GBYouTube, Drive, Vimeo, Zoom, Rumble, StreamYardsame
Export limit3-day limit, up to 1080p30-day limit, highest available resolutionsame
StorageExpires after 3 daysExpires after 29 dayssame
Clipping AIBasic — by spoken wordsAdds visual objects, sound, emotion detectionsame
EditingText + timeline editing, AI upscaling, custom reframing
Direct postingYouTube Shorts, TikTok, Instagram
APIBusiness plan only

The honest read: the free plan is a demo, not a tier. A watermark plus a 3-day expiry means you cannot use it for anything you intend to publish, which is the point. That is not a criticism unique to Opus Clip — it is how this whole category prices.

Where Opus Clip is genuinely strong: it does the fewest-steps version of upload → clips → captions → post. If your bottleneck is your own time rather than $15/month, that matters more than any feature table. It is also the tool with the most competitors writing "alternatives" posts about it, which tells you something about where the default sits.

Where to get Opus Clip: opus.pro — a plain untracked link. We are not in Opus Clip's affiliate programme, so this page earns nothing either way.


Submagic: not actually the same product (and the price comparison is usually wrong)

From submagic.co/pricing, checked 2026-07-31:

StarterProBusiness + API
Monthly$19/member$39/member$69/member
Yearly (billed annually)$12/mo$23/mo$41/mo
Videos/month15, max 2 min each40, max 5 min each100, max 30 min each
WatermarkNoneNoneNone
Export1080p / 30 fps1080p / 30 fps4K / 60 fps
ExtrasAI captions, basic b-rollPremium captions, Storyblocks, AI hook titles, clean audio, translationCustom templates, brand assets, API

Here is the thing most comparison posts miss. Submagic's core plans are built around short videos — 2 minutes on Starter, 5 on Pro. Turning a 90-minute podcast into clips is a separate paid add-on, Magic Clips at +$19/mo (+$12/mo yearly), which covers 10 long videos per month.

So for the job Opus Clip does — long video in, clips out — the real comparison is:

Opus Clip is cheaper for the clipping job, by a lot. We are pointing this out even though Submagic is the higher-paying affiliate program of the two, because the alternative is publishing a price comparison we know is misleading.

When Submagic is the right buy anyway: if your input is already short vertical video and what you want is best-in-class captions, hook titles, b-roll and audio cleanup, Submagic Starter at $19 (or $12 annually) is aimed squarely at you and Opus Clip is not. Its yearly pricing is also aggressive — $12/mo undercuts Opus Clip's monthly Starter.

Cons worth knowing: pricing is per member, so a second person doubles it; Starter's 2-minute ceiling is restrictive if you drift into longer edits; and the useful stuff (translation, clean audio, premium captions) sits on the $39 Pro tier.

Where to get Submagic: submagic.co — a plain untracked link. We are not in Submagic's affiliate programme, so this page earns nothing either way.


Vizard: the most usable free tier of the three

From vizard.ai/pricing, checked 2026-07-31:

Free plan: 60 credits/month, up to 60 minutes of video, 720p export, 1 social account, AI clip generation, 3-day storage — watermarked.

That is a genuinely more usable free tier than Opus Clip's, if you can live with 720p and a watermark: an actual hour of upload per month rather than a taste.

We could not verify Vizard's paid pricing. The paid tiers load dynamically on their pricing page and did not render for us, so rather than repeat a number from a third-party blog, we are telling you to check the page yourself. We know the paid plans remove the watermark, export 4K, and manage 6 social accounts (Creator) or 20 with team features (Business). We do not know today's dollar figure, so we are not going to print one.

Where to get Vizard: vizard.ai — a plain untracked link. We are not in Vizard's affiliate programme, so this page earns nothing either way.


The open-source / DIY path: what it really costs

This is the part we can speak to first-hand, because we built it. The stack is entirely free and entirely open:

JobToolLicenceCost
Transcription + word-level timestampsWhisperXOpen source$0
Karaoke captionsASS subtitles burned by ffmpeg (libass)Open source$0
Reframe 16:9 → 9:16 with subject trackingYOLO + ByteTrack auto-reframeOpen source$0
VoiceoverKokoro-82MApache-2.0 — full commercial use$0
Clip selection / titlesAn LLM, or your own judgementvaries~$0

It works. We use it in production. Monthly cost genuinely is zero, there is no watermark, no export expiry, and no per-minute credit meter — which are the four things the autocomplete suggestions above are asking about.

Measured on our machine (8 GB RAM, 2 cores, macOS 13 — deliberately modest hardware):

And here is what broke

We are listing these because "just use open source" articles never do, and because these are the hours you are actually buying back when you pay $15/month.

  1. Homebrew's ffmpeg was built without --enable-libass, so caption burn-in silently had no subtitle filter. Fix: install a static build that includes it. Rebuilding from source was a 20+ minute spiral we do not recommend.
  2. ffmpeg -vf subtitles=<path> breaks on filtergraph metacharacters', ,, [, ], : — because the path is parsed as syntax, not read as a filename. Apostrophes and commas are everywhere in real YouTube filenames. (Widely-repeated advice online blames spaces. We tested it: on our build, spaces are fine. We had that wrong in our own notes for a week.)
  3. Remotion, for motion graphics, cannot run on macOS 13 at all. Its bundled compositor is built for macOS 15 and dyld-aborts with Symbol not found: _AVCaptureDeviceTypeContinuityCamera. It burned ~1.1 GB RSS on a 3-second render before dying, and Remotion 4 has no system-ffmpeg fallback.
  4. Kokoro needs a real espeak-ng. The pip espeakng-loader wheel has a hard-coded data path that breaks on macOS; you must point it at a real install explicitly.
  5. An interrupted encode destroyed the only good copy of a finished clip — 48 bytes on disk, moov atom not found, because we encoded in place instead of writing to a temp file and moving it.
  6. Nothing tells you when it silently fails. A pipeline stage wrote its report to stdout instead of to the report file, so a stale report confidently described a video that no longer existed.

None of these are unfixable. All of them are yours to fix, at 11pm, instead of publishing.

So: build or buy?

Build if you are technical, publishing regularly enough that $15–38/month compounds, you want no watermark and no expiry on your own files, or you need something the SaaS tools do not expose (we needed programmatic control of every stage; only Opus Clip's Business tier and Submagic's $69 tier offer an API at all).

Buy if your time is worth more than the six problems above, you publish occasionally, or you want someone else on the hook when a dependency breaks. At a couple of clips a week, $15/month is very obviously the cheaper choice, and we will say that plainly even though we earn nothing when you pick the DIY route.

Do not build it because it is free. It is free in dollars only.


Quick reference

Free tier usable?Watermark on freeCheapest no-watermarkBest for
Opus ClipDemo only, 3-day expiryYes$15/moLong video → clips, fewest steps
SubmagicNo free tier listedn/a$19/mo ($12 yearly)Captions/polish on short video; +$19 add-on for long-video clipping
VizardYes — 60 min/mo, 720pYesPaid price not verifiedTrying the category properly before paying
DIY (WhisperX + ffmpeg + Kokoro)It is the free tierNone$0 foreverTechnical users publishing at volume

Prices verified against each vendor's own pricing page on 2026-07-31. SaaS pricing changes often — check before you buy, and tell us if this table has gone stale.


Written by the team that built its own clipping pipeline rather than buying one, then wrote down everything that went wrong. Affiliate disclosure at the top of this page applies throughout.