Over past 2 years I have been creating content, but I noticed that all my videos have similar editting.So, I built an batch AI video editor that allows me to upload multiple videos at once and get them editted.
Comments
shayannadeem321•30m ago
Hi HN!
I'm Shayan, the founder of batchedits.
I have been creating content since 2024 and have posted above 100+ content pieces.
And after noticing that editing took a lot of time, I built a tool that automated my editing.
Here is the tech stack it's using:
- NextJS
- BullMQ - to process videos in the backend and queue
- Whisper.cpp - to transcribe the videos
- pm2 - to manage full processes
shayannadeem321•30m ago
I'm Shayan, the founder of batchedits.
I have been creating content since 2024 and have posted above 100+ content pieces.
And after noticing that editing took a lot of time, I built a tool that automated my editing.
Here is the tech stack it's using: - NextJS - BullMQ - to process videos in the backend and queue - Whisper.cpp - to transcribe the videos - pm2 - to manage full processes
Thanks