S
pending
The FFmpeg GUI That Rebuilt Itself in Rust and GPUI to Feel Truly Native
Grounded / Real
Inflated / Uruttu
Original Content
A new FFmpeg GUI called Frame just hit 1.5k stars. Instantly, other GUIs feel dated.
Here's why it lands differently.
Frame is written in Rust on GPUI-CE, a community build of the GPU-rendered UI framework behind the Zed editor. It opens instantly and stays smooth, even during an encode. It feels like a native app because it is one.
Marek Jóźwiak (66HEX), a solo dev in Warsaw, got tired of typing FFmpeg flags and built the interface he wished existed.
What you actually get:
→ Batch a whole folder, then pause, resume, or retry any file
→ Stream copy for instant trims and remux, no re-encode
→ Full codec and filter control when you want it, H.264 through AV1
→ One-click presets for YouTube, TikTok, Reels, X, and Discord
→ Burn in subtitles, plus clean or rewrite metadata
And it's local-first. No uploads, no accounts, no telemetry. Nothing leaves your machine.
The honest part: it's young at v0.31.1 and a one-person project, so the odd format will still trip it up.
But it's a rare FFmpeg frontend that feels designed, not assembled.
693 commits, fully open source. Nice work, Marek Jóźwiak ⭐
GitHub repo => https://lnkd.in/ei_HfpeC
--
P.S. Need to scale your video transcoding workflow? We have a powerful yet simple platform for that => chunkify.dev
Here's why it lands differently.
Frame is written in Rust on GPUI-CE, a community build of the GPU-rendered UI framework behind the Zed editor. It opens instantly and stays smooth, even during an encode. It feels like a native app because it is one.
Marek Jóźwiak (66HEX), a solo dev in Warsaw, got tired of typing FFmpeg flags and built the interface he wished existed.
What you actually get:
→ Batch a whole folder, then pause, resume, or retry any file
→ Stream copy for instant trims and remux, no re-encode
→ Full codec and filter control when you want it, H.264 through AV1
→ One-click presets for YouTube, TikTok, Reels, X, and Discord
→ Burn in subtitles, plus clean or rewrite metadata
And it's local-first. No uploads, no accounts, no telemetry. Nothing leaves your machine.
The honest part: it's young at v0.31.1 and a one-person project, so the odd format will still trip it up.
But it's a rare FFmpeg frontend that feels designed, not assembled.
693 commits, fully open source. Nice work, Marek Jóźwiak ⭐
GitHub repo => https://lnkd.in/ei_HfpeC
--
P.S. Need to scale your video transcoding workflow? We have a powerful yet simple platform for that => chunkify.dev
Validated Content
Confirmed — this checks out well against primary sources
Frame is a real FFmpeg GUI, currently ~1.5k+ stars — plausible and consistent with the growth trajectory: the developer's own blog noted passing 1.2k stars before the GPUI rewrite, third-party coverage cited "more than 1,400 stars" in late July 2026, and a stats tracker showed 1,675 stars slightly later — 1.5k as of this post is right in that range.
Written in Rust on GPUI-CE, the community build of the framework behind Zed — confirmed exactly. As of v0.30.0 (July 5, 2026), Frame was rebuilt from Tauri/Svelte into a native Rust/GPUI-CE app.
"It opens instantly and stays smooth" / feels native because it is one — consistent with the architecture change; GPUI-CE is a native, GPU-rendered UI toolkit rather than a webview.
Marek Jóźwiak (66HEX), solo dev in Warsaw — confirmed. His GitHub profile lists "Warsaw" as location, and Frame is credited solely to him as creator across multiple sources.
Feature list (batch folders with pause/resume/retry, stream copy for instant trims, full codec/filter control H.264 through AV1, one-click presets for YouTube/TikTok/Reels/X/Discord, subtitle burn-in, metadata editing) — all match the app's documented feature set (codecs listed include libx264/libx265/VP9/AV1 via libsvtav1, plus the described preset/subtitle/metadata tooling).
Local-first, no uploads/accounts/telemetry — consistent with how the app is described; it's a downloadable native desktop app with no cloud dependency mentioned anywhere in its docs.
"Young at v0.31.1, one-person project" — accurate as a snapshot; note that v0.32.0 was released shortly after (with UI scaling support), so this is very slightly behind the absolute latest version, but not wrong for whenever this post was written.
"Fully open source" — confirmed, GPL-3.0 licensed on GitHub.
⚠️ Unverifiable / minor
"693 commits" — I couldn't independently confirm this exact number; commit counts I found in cached snapshots (487) reflect an older/different branch view, and GitHub's live count wasn't fully accessible to me. This is plausible given the project's active release cadence (55+ releases), but not something I could verify precisely.
Bottom line: This is an accurate, well-researched post. The architecture claim (Tauri → Rust/GPUI-CE), the developer's identity and location, the feature list, and the license all check out cleanly. The only item I couldn't verify independently is the exact "693 commits" figure — everything else matches.
Frame is a real FFmpeg GUI, currently ~1.5k+ stars — plausible and consistent with the growth trajectory: the developer's own blog noted passing 1.2k stars before the GPUI rewrite, third-party coverage cited "more than 1,400 stars" in late July 2026, and a stats tracker showed 1,675 stars slightly later — 1.5k as of this post is right in that range.
Written in Rust on GPUI-CE, the community build of the framework behind Zed — confirmed exactly. As of v0.30.0 (July 5, 2026), Frame was rebuilt from Tauri/Svelte into a native Rust/GPUI-CE app.
"It opens instantly and stays smooth" / feels native because it is one — consistent with the architecture change; GPUI-CE is a native, GPU-rendered UI toolkit rather than a webview.
Marek Jóźwiak (66HEX), solo dev in Warsaw — confirmed. His GitHub profile lists "Warsaw" as location, and Frame is credited solely to him as creator across multiple sources.
Feature list (batch folders with pause/resume/retry, stream copy for instant trims, full codec/filter control H.264 through AV1, one-click presets for YouTube/TikTok/Reels/X/Discord, subtitle burn-in, metadata editing) — all match the app's documented feature set (codecs listed include libx264/libx265/VP9/AV1 via libsvtav1, plus the described preset/subtitle/metadata tooling).
Local-first, no uploads/accounts/telemetry — consistent with how the app is described; it's a downloadable native desktop app with no cloud dependency mentioned anywhere in its docs.
"Young at v0.31.1, one-person project" — accurate as a snapshot; note that v0.32.0 was released shortly after (with UI scaling support), so this is very slightly behind the absolute latest version, but not wrong for whenever this post was written.
"Fully open source" — confirmed, GPL-3.0 licensed on GitHub.
⚠️ Unverifiable / minor
"693 commits" — I couldn't independently confirm this exact number; commit counts I found in cached snapshots (487) reflect an older/different branch view, and GitHub's live count wasn't fully accessible to me. This is plausible given the project's active release cadence (55+ releases), but not something I could verify precisely.
Bottom line: This is an accurate, well-researched post. The architecture claim (Tauri → Rust/GPUI-CE), the developer's identity and location, the feature list, and the license all check out cleanly. The only item I couldn't verify independently is the exact "693 commits" figure — everything else matches.