nowfound

Alternatives

Products that do what MForja - The Distillation does

Pure video. Distilled before it encodes.

  1. 1VA

    Hi HN, I built VidStudio, a privacy focused video editor that runs in the browser. I tried to keep it as frictionless as possible, so there are no accounts and no uploads. Everything is persisted on your machine. Some of the features: multi-track timeline, frame accurate seek, MP4 export, audio, video, image, and text tracks, and a WebGL backed canvas where available. It also works on mobile. Under the hood, WebCodecs handles frame decode for timeline playback and scrubbing, which is what makes seeking responsive since decode runs on the hardware decoder when the browser supports it. FFmpeg…

    Apr 2026 · vidstudio.app

  2. 2

    Make your short-form videos more captivating with AI

    2023

  3. 3
    Modfy123

    An open-source video transcoder in your browser using wasm

    2020

  4. 4

    The open source video transcoder 13 years in the making

    2016

  5. 5
    Vidzflow154

    Video hosting for Webflow

    2023

  6. 6

    Encode, convert & stream audio and video

    2016

  7. 7SM

    I wanted to see how fast an isolated code sandbox could start if I never had to boot a fresh VM. So instead of launching a new microVM per execution, I boot Firecracker once with Python and numpy already loaded, then snapshot the full VM state. Every execution after that creates a new KVM VM backed by a `MAP_PRIVATE` mapping of the snapshot memory, so Linux gives me copy-on-write pages automatically. That means each sandbox starts from an already-running Python process inside a real VM, runs the code, and exits. These are real KVM VMs, not containers: separate guest kernel, separate guest…

    Mar 2026 · github.com

  8. 8

    Continuous screen recorder for Mac, jump back anytime.

    2018

  9. 9
    TinyFast319

    Fast File Size Reducer Tool for MacOS

    Oct 2025

  10. 10RA

    I released a new version of Recut recently, rewritten from the ground up using Rust, Svelte, Tauri, TypeScript, and Tailwind (RUSTTT stack for the win!). It's the first app I've built with Tauri and I've really enjoyed it. Some back story: Recut is a tool I built to speed up my screencast editing workflow. It's like a lightweight single-purpose video editor. It chops out the pauses, with some knobs to tweak how closely it cuts and what it leaves in, and lets you get a live preview of what it'll look and sound like with the cuts applied. It can then export to a handful of other editors,…

    2022 · getrecut.com

  11. 11

    Muli-stream to Youtube, Twitch, Facebook, & RTMP at once

    2022

  12. 12NJ

    Hey HN, I'm Sindre, CTO of Scrimba (YC S20). We originally launched Scrimba to make video learning more interactive for aspiring frontend developers. So instead of passively watching videos, you can jump in an experiment with the code directly inside the video player. Since launch, almost two million people have used Scrimba to grow their skills. However, one limitation is that we've only supported frontend code, as our interactive videos run in the browser, whereas most of our learners want to go fullstack—building APIs, handling auth, working with databases, and so forth. To fix this, we…

    2025

  13. 13

    A simple API to powerful live video streaming

    2018

  14. 14CM

    Hey HN, just wanted to share my success story with CompressX, my FFmpeg wrapper for macOS. For those who may not be familiar, FFmpeg is a powerful tool for converting, streaming, and recording audio and video content. I started CompressX as a weekend project to serve my 9-5 jobs, primarily to compress demo videos for uploading to GitLab and sharing with my colleagues. It took me 2 weeks to make the first working version. I shared the demo on Twitter and the reaction was extraordinary. People loved it, they said that I was bringing the Pied Piper to life. Four months later, I hit the $9,000…

    2024 · compressx.app

  15. 15

    Make your videos smaller with zero loss of quality

    2022

  16. 16L1

    Hey HN, after our 13B release we've been working on a faster version of our open-source video model and we're excited to share it. We started with a 13B base model that already had competitive generation speeds (e.g. 55s for a 5s video on an H100 — faster than any other model out there). But we wanted to push it further to allow everyone to quickly iterate over their video generations. So we built a distilled version focused on speed without sacrificing temporal or spatial coherence. With the Distilled model, you can now generate 5-second 720p videos in about 9.5 seconds on an H100, and…

    2025 · lightricks.com

  17. 17M1

    I was building a Rust-based agentic coding TUI and needed to render Mermaid diagrams. Noticed the official mermaid-cli spawns a full browser instance (Puppeteer/Chrome) just to render diagrams. Decided to fix this. mmdr is a native Rust renderer. No browser, no Node.js. mermaid-cli: ~3000ms per diagram mmdr: ~3ms per diagram Supports 13 diagram types: flowchart, sequence, class, state, ER, pie, gantt, timeline, journey, mindmap, git graph, XY chart, and quadrant.

    Feb 2026 · github.com

  18. 18AV

    Hello HN, Video content is more popular than ever, but the toolkit for creating such content is a bit behind. You usually have to rely on a server for rendering whenever you want to create a video editing project in the browser. This means uploading content to a server, coding complex filters and effects, and more. My friend and I spent a year developing an SDK that handles all these complexities and offers an easy-to-use interface for developers. The SDK works entirely in the browser, manages memory efficiently so it can run even on a 7-year-old Android device, supports GLSL effects and…

    2024 · rendley.com

  19. 19DE

    tl;dr we built an embeddable stream processing engine in Rust using apache DataFusion, check us out at https://github.com/probably-nothing-labs/denormalized Hey HN, We’d like to showcase a very early version of our embeddable stream processing engine called Denormalized. The rise of DuckDB has abundantly made it clear that even for many workloads of Terabyte scale, a single node system outshines the distributed query engines of previous generation such as Spark, Snowflake etc in terms of both performance and cost. Now a lot of workloads DuckDB is used for were normally…

    2024 · github.com

  20. 20
    Maven148

    Video platform powered by micro-payments

    2017

  21. 21CT

    Hi everyone! I originally created CodeVideo as a little side project using FFMPEG WASM in the browser as an experiment, but it's since grown into my vision for a completely automated software educational course production system. The idea is that you create the educational content once, then can export the course to multiple formats - as a video (of course!), but also as an interactive webpage, a blog post, or even a book, PDF, or PowerPoint! Basically a "create once, ship everywhere" concept. Things will get more interesting as I incorporate stuff like spell check (for speech) and abstract…

    2025 · studio.codevideo.io

  22. 22

    A distributed video renderer

    2022

  23. 23
    Videoer80

    Batch convert & audio extract

    2025

  24. 24C
    CodeMic52

    With CodeMic you can record and share coding sessions directly inside your editor. Think Asciinema, but for full coding sessions with audio, video, and images. While replaying a session, you can pause at any point, explore the code in your own editor, modify it, and even run it. This makes following tutorials and understanding real codebases much more practical than watching a video. Local first, and open source. p.s. I’ve been working on this for a little over two years and would love to hear your thoughts.

    Feb 2026 · codemic.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →