Readit News logoReadit News
zoogeny · 3 months ago
I got about 30% through making something very similar then moved on to another project. This is very nicely done.

It is worth noting that I did a lot of research in this space when I was working on my own video editor and there are a lot of these now (I have about 30 in a spreadsheet). Ever since there was a ffmpeg WASM port many people have made these web based editors. It is so cool we live in a time where that kind of powerful technology is freely usable by others to build these tools.

My angle was to add gen ai video as a first class feature. That might be something you want to investigate now that video gen apis are becoming more common.

leptons · 3 months ago
>That might be something you want to investigate now that video gen apis are becoming more common.

No, it doesn't need that. It just needs to be a good web-based video editor.

aio2 · 3 months ago
Wrong, depending on his priorities.

If he just wants a good website to do the job, sure, genai is uselesse

But if he wants to market it, in this day and age, it's practically a need.

xnx · 3 months ago
https://omniclip.app/ is another online video editor option that runs entirely in the browser (i.e. no video sent to an unknown server). Also open source.
dobladov · 3 months ago
mohyware · 3 months ago
Wow this is really great! I can't believe this is a one person project I can definitely get inspiration from it.
talkingtab · 3 months ago
I get a message from pikimov.com about Firefox not supported.
mohyware · 3 months ago
looks cool
jony1266 · 3 months ago
looks cool, love how there's no sign in required.

some feedback so far:

- allow me to drag + drop video clips to add them to the media section

- allow me to trim the beginning of a clip - right now i can only trim the end of a video clip

- allow me to drag the playhead (right now i can only click to move the playhead somewhere)

- make most of the text on the page be select-none - there were many times when i tried to drag something and it selected a bunch of text on the page

jacktheturtle · 3 months ago
no sign in IS SO NICE
purplecats · 3 months ago
limited time offer (almost certainly only until they get some users) but for the purposes of demonstration in HN i love it
mohyware · 3 months ago
Glad you liked it! I’ll add these to the to-do list
mncharity · 3 months ago
Perhaps add a screenshot to the landing page? The current "Ok, what does it look like?" path seems discouragingly long (landing page, Get Started, Add Project, name project, click on project).
mohyware · 3 months ago
oh good point! i can include a screenshot or a gif on the landing page to show it off
jasonthorsness · 3 months ago
This is remarkably good for a month-old project. I wish all apps could remain this snappy!

I don't like the auto-scrolling of the timeline when the red bar reaches the halfway point it's too jumpy.

Consider hosting some sample clips for people to play with.

mohyware · 3 months ago
Thanks! u can disable it with the Track Marker button or the (T) shortcut. I'll also consider this.
bicepjai · 3 months ago
I have lot of large gopro videos (have a 4 year old with all 4 years of gopro videos), that I painstakingly have to edit when my 256 GB card fills up (currently I have 500GB of vodes sitting) . No matter how careful you are while recording it has some parts that needs to be trimmed out for saving space and also play time. As of now I use quickplayer loading single videos for each and every one and have to save them carefully. I have not found any app or tool that can efficiently just show me the files on a sidebar that I can select and edit using simple edit options like trim to remove unwanted parts in 3 to 10GB files. anyone know any tools that work. The tools suggested here did not even load these files :( 1. clipjs.vercel.app 2. https://pikimov.com/app/ 3. https://omniclip.app/

I will happily pay for this tool. AI to show me the part where there are no humans, I will pay more :) by ofcourse all locally and no cloud shenanigans. Of course people saying why record so much, why do we do anything ? :) try to be optimistic nihilist

radicality · 3 months ago
I use LosslessCut for simple edits like this, works pretty well. Allows you to merge and split without reencoding.

https://mifi.no/losslesscut/

simonmysun · 3 months ago
Please don't only start to edit the videos when you fill up the 256GB card. You would regret when you have to recover lost files from it. I've seen too many people lose irreplaceable memories due to card corruption or accidental deletion and it is even painful for me to scan and recover their >256GB cards.

Move them out as early as you can and do regular backups. Videos of your child are much more precious than a whole backup solution.

mohyware · 3 months ago
The problem is that its stored in IndexedDB in the browser, which has a 2 GB limit. also FFmpeg (WASM), which renders the files, cannot process files larger than 2–4 GB. So the tool needs to be running either on the cloud or locally outside the browser like Adobe Premiere.
90s_dev · 3 months ago
Wow. I didn't know we could make video editors online now. Amazing job. I tried to do this so many times over the past 10 years, and it's a lot harder than it looks. But the "power" apps in this area are disproportionately too hard to use, and capcut and tiktok are easier but have their own major problems. Looking forward to using this! Also to reading the source!
mohyware · 3 months ago
Thank u sm! really appreciate it man.
eth0up · 3 months ago
I could have used this several weeks ago when all attempts to edit video (OpenShot & everything else I had installed) in Void Linux were temporarily thwarted until I realized an update had introduced incompatibilities with the GPU OpenGL/mesa driver slopstack.

I was able to wrest back some of my software by starting with

LIBGL_ALWAYS_SOFTWARE=1

This forces CPU rendering through bypassing the intel GPU shitstack.

Or that's at least what I think happened. Took a loooong time to figure out.

Edit: I should include that part of the issue might be hamfisted aspects of the updates that penalize variable frame rates, which phone cameras use, and also comprises 100% of my videos. Still not sure though.