I built a Windows app that turns drone footage into music-synced videos locally
Hi everyone,
I recently built and launched E2DM2, which stands for Easy Epic Drone Movie Maker.
Website: www.e2dm2.com
YouTube demo: https://www.youtube.com/watch?v=zxR-ZGqGoMA
GitHub Releases download: https://github.com/Gendire123/E2DM2-Releases/releases
The problem I wanted to solve
I love flying drones, but I kept ending up with a familiar problem: lots of nice footage sitting on an SD card because editing takes too long.
Opening Premiere, DaVinci, or another full editor just to make a short music-driven montage felt like overkill, especially when I only wanted a clean video I could watch, share, or post.
So I built a desktop app to make that workflow faster.
What E2DM2 does
The basic workflow is:
- Import drone clips
- Choose a soundtrack
- Mark sections you want to keep or exclude
- Produce a finished music-synchronized video
The app analyzes the selected music and creates cuts around the rhythm of the soundtrack, then renders the final video locally.
I also added a feature called Selection Mode, where you can paint directly on the timeline:
- Green sections are moments the final video should keep
- Red sections are moments the final video should exclude
The goal was to keep the speed of automation while still giving the user creative control.
Why I made it local instead of cloud-based
I decided to make it a Windows desktop app because drone footage files are huge, and I did not want users to upload videos just to make a simple montage.
A few details:
- Runs 100% locally on Windows
- No video uploads
- No account required
- No cloud rendering
- No watermarks
- No ads
- Bundles a local FFmpeg renderer
- Download is hosted through GitHub Releases
There is also a fully working free version. The optional Pro license adds more advanced control, but the free version is usable on its own.
Real estate use case
One use case I added recently is for real estate showcase videos. I created a soundtrack section with royalty-free music aimed at calmer property videos, because the usual “epic cinematic drone music” does not always fit listings.
This could be useful for realtors, real-estate photographers, property owners, or drone hobbyists who want a simple aerial video without spending hours editing.
I’m still improving the product, but it is fully working today.
I’d be happy to hear feedback on the positioning, onboarding, website, or workflow from other builders here.
Thanks for checking it out!