Open Source · Free Tools

Tools for
video editors

Plugins and utilities built to speed up music-synced editing in Adobe Premiere Pro, After Effects, and Windows.

BeatMarker Premiere screenshot
Plugin · Adobe Premiere Pro

BeatMarker Premiere

Beat detection plugin for Adobe Premiere Pro — auto-generates colored beat markers on source clips for music-synced editing.

Windows Mac UXP Plugin Free
BeatMarker AE screenshot
Plugin · Adobe After Effects

BeatMarker AE

Beat detection plugin for Adobe After Effects — auto-generates colored beat markers on audio layers for music-synced editing.

Windows CEP Panel AE 2026 Free
Mono Stereo Toggle screenshot
Utility · Windows 11

Mono Stereo Toggle

A lightweight Windows 11 desktop utility that lets you instantly switch your audio output between Mono and Stereo modes — the same setting found in Windows Settings → System → Sound.

Windows 11 Desktop App Free
Blog · Dev Articles

From the Build Log

Technical deep-dives written while building these tools — for video editors who want to code.

UXP · Premiere Pro May 2026

UXP Plugin Development: What Adobe Doesn't Tell You

A production reference built while shipping BeatMarker — filesystem quirks, the marker API lies, transaction limits, and why WASM will crash Premiere every single time.

Read article →
CEP · After Effects May 2026

CEP for After Effects 2026: The Underground Plugin Guide

The install path Adobe forgot to document, the manifest version that actually works, the registry key that unlocks debug mode — everything you need to ship a CEP panel in AE 2026.

Read article →
Audio · JavaScript · BPM May 2026

Beat Detection in JavaScript: No AI, No Magic, Just Math

How to decode WAV and MP3 files by hand inside an Adobe plugin, extract beats with music-tempo, score confidence with the CV formula — and why WASM will crash Premiere before you get there.

Read article →
Devlog · Changelog May 2026

From Idea to v1.2: The BeatMarker Devlog

Three versions, three major problems: the WAV pipeline, the confidence indicator nobody asked for but everyone needed, and the MP3 decoder that didn't crash the host on the fourth try.

Read article →
C# · .NET 8 · Windows May 2026

Building a Windows Utility in C#: Hotkeys, Tray Icons, and Admin Rights

When JavaScript plugins aren't enough: how Claude Code built a native Windows system tray utility in C# and .NET 8 — global hotkeys, COM audio APIs, and a self-contained single-file .exe.

Read article →