ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly (by ffmpegwasm)

Ffmpeg.wasm Alternatives

Similar projects and alternatives to ffmpeg.wasm

  1. HandBrake

    HandBrake's main development repository

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. mpv

    🎥 Command line media player

  4. Express

    780 ffmpeg.wasm VS Express

    Fast, unopinionated, minimalist web framework for node.

  5. FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

  6. three.js

    487 ffmpeg.wasm VS three.js

    JavaScript 3D Library.

  7. ruffle

    A Flash Player emulator written in Rust

  8. pandoc

    445 ffmpeg.wasm VS pandoc

    Universal markup converter

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. lossless-cut

    313 ffmpeg.wasm VS lossless-cut

    The swiss army knife of lossless video/audio editing

  11. Hoppscotch

    237 ffmpeg.wasm VS Hoppscotch

    Open source API development ecosystem.

  12. daedalOS

    214 ffmpeg.wasm VS daedalOS

    Desktop environment in the browser

  13. v86

    167 ffmpeg.wasm VS v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

  14. Mosh

    Mobile Shell

  15. winget-pkgs

    98 ffmpeg.wasm VS winget-pkgs

    The Microsoft community Windows Package Manager manifest repository

  16. MailHog

    Web and API based SMTP testing

  17. Bullet

    Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

  18. MailCatcher

    Catches mail and serves it through a dream.

  19. ffmpeg-libav-tutorial

    FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: 🇺🇸 🇨🇳 🇰🇷 🇪🇸 🇻🇳 🇧🇷

  20. node-ytdl-core

    YouTube video downloader in javascript.

  21. WASM-ImageMagick

    Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples

  22. ffprobe-wasm

    A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ffmpeg.wasm alternative or higher similarity.

ffmpeg.wasm discussion

Log in or Post with

ffmpeg.wasm reviews and mentions

Posts with mentions or reviews of ffmpeg.wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-12.
  • Open source and self hostable/private file converter
    9 projects | news.ycombinator.com | 12 Apr 2025
  • When Should I Use WebAssembly?
    3 projects | dev.to | 12 Mar 2025
    Video and Image Processing: Work with industry standard tools like ffmpeg, directly in the browser for fast multimedia processing.
  • Show HN: I Added a Feature to WhatsApp-Web, Animated GIFs Uploads (Chrome Ext.)
    3 projects | news.ycombinator.com | 23 Aug 2024
    Hi HN! I'm Ivan, the creator of this extension and with it you can now right-click any gif on Google Chrome (desktop) to share it with any of your contacts on WhatsApp Web, you can also use it to upload animated GIFs from your computer, you can even drag-and-drop MP4 files to it and they will be treated as gifs (e.g. they will loop, muted of course). Another nice feature its that it lets you share non-gif images with the same context menu option (e.g. AKA right-click menu)

    To create it I had to do a bit of reverse-engineering of the existing JavaScript found at https://web.whatsapp.com/, which is actually a minified React app, I found out that it uses WebSockets to communicate with the backend but thankfully to create this extension I was able to avoid fiddling with those messages. Under the hood it uses the amazing library ffmpeg.wasm (the JS port of ffmpeg): https://github.com/ffmpegwasm/ffmpeg.wasm I also made use of TypeScript, React and Vite to create this extension, using this boilerplate as starting point: https://github.com/Jonghakseo/chrome-extension-boilerplate-r...

    Feel free to ask any questions or any feedback you may have about it.

  • Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
    9 projects | news.ycombinator.com | 7 Apr 2024
    There's already ffmpeg wasm. I've used it in projects. Works great.

    https://github.com/ffmpegwasm/ffmpeg.wasm

  • FFmpeg 7.0 Released
    11 projects | news.ycombinator.com | 4 Apr 2024
    There's a low-hanging fruit that I think would make ffmpeg more helpful for regular people.

    There's a million terrible websites that offer file conversion services. They're ad-ridden, with god-knows-what privacy/security postures. There's little reason for users to need to upload their files to a third-party when they can do it locally. But getting them to download fiddly technical software is tough - and they're right to mistrust it.

    So, there's a WASM version of ffmpeg, already working and hosted at Netlify [1]. It downloads the WASM bundle to your browser and you can run conversions/transformations as you wish, in your browser. Sandboxed and pretty performant too!

    If this tool a) was updated regularly b) had a nicer, non-CLI UI for everyday users and c) was available at an easily-Googlable domain name - it would solve all the problems I mentioned above.

    [1]: https://ffmpegwasm.netlify.app/

  • FFmpeg-online: ffpmeg running on the browser
    2 projects | news.ycombinator.com | 15 Oct 2023
    As their github page says, based on https://ffmpegwasm.netlify.app ...

    I'm guessing no one did GPU-optimizations? I saw a web app (not an ffmpeg transpilation) that went clever and used WebGL so it can access the GPU and use its parallel processing capabilities...

  • Locoly (locoly.app): an in-browser video editor running all computations locally
    1 project | /r/SideProject | 29 Jul 2023
    ffmpeg.wasm: The engine making all these happen. However, I’m a bit concerned about its current situation. The repo has not been updated for more than six months now, and that’s not a healthy sign for an open-source project. Clearly I was reading the commits wrong. The author mentioned “speed up x264 with SIMD intrinsics” in their roadmap (https://github.com/ffmpegwasm/ffmpeg.wasm/discussions/415), which, if landed, could make such on-device video editors much more competitive.
  • [TASK] Reverse Engineer my Web App Before Production
    1 project | /r/slavelabour | 11 Jul 2023
    I use https://github.com/ffmpegwasm/ffmpeg.wasm and I want my FFMPEG commands to be hidden from others.
  • AWS service for transcoding audio to mp3 and images to jpg?
    1 project | /r/aws | 10 Jul 2023
  • I made a simple online video editor with React and ffmpeg
    1 project | /r/webdev | 24 Jun 2023
    Possibly using this? https://github.com/ffmpegwasm/ffmpeg.wasm
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic ffmpeg.wasm repo stats
80
15,724
8.6
about 2 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?