Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kolx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
kolx
6d ago
https://vidstudio.app/text-based-video-editor Orator: A text based video editor that runs inside the browser without any back end. You can load a video which will get automatically transcribed. Then highlight to: delete,
2.
▲
by
kolx
5mo ago
Hey, I had to rework a few things to try and address this issue and that exposed another bigger problem so thank you very much for flagging this. I released a fix primarily for chrome but firefox seems to be a lot harder to solve but I wil
3.
▲
by
kolx
5mo ago
Cool project will check it out. I have not checked Remotion but will certainly take a look.
4.
▲
by
kolx
5mo ago
I have not checked out Remotion but will do thanks for pointing it out!
5.
▲
by
kolx
5mo ago
Free!
6.
▲
by
kolx
5mo ago
Wasm ffmpeg is much slower for sure and multithreading for wasm ffmpeg is buggy you need to control threads per pipeline step to get it working.
7.
▲
by
kolx
5mo ago
It is on my to do list to add automatic subtitles. The 3 editors you mentioned are backed by cloud juggernauts that either asked already or will ask for a perpetual licence to any content you process with them because they can and they als
8.
▲
by
kolx
5mo ago
Hey this is on my todo list and will make it a point to get back to you here once it is fixed. The main issue is that codec support is patchy most muxer software that I found has gaps in codec support and I had no clue but the codec names
9.
▲
by
kolx
5mo ago
Wow this is really cool thanks a lot for sharing I was a bit demotivated from all the errors I have on sentry ahahha. I did give ffmpeg wasm my best shot, even trying worker fs to deal with the memory problems but yeah a lot of effort for
10.
▲
by
kolx
5mo ago
Yeah you are right about the wasm issues with video apps. The editor itself relies fully on web codecs and the rest of the tools are halfway migrated from ffmpeg wasm anyways. I did not look into any other alternatives for ffmpeg thinking
11.
▲
by
kolx
5mo ago
Good idea. Once I am through the licensing ordeal I have a giant stack of errors to tackle which should increase usability.
12.
▲
by
kolx
5mo ago
Thanks for encouragement. You are right ffmpeg-wasm doesn't really cut it for long videos but I have pivoted to web/audio codecs now, and there I can work based on streams at least for video. So once I harden the tools a bit more
13.
▲
by
kolx
5mo ago
Will take a look asap. Can you also try this maybe https://vidstudio.app/resize
14.
▲
by
kolx
5mo ago
Thank you, I guess I won't be fixing any bugs tonight but at least I will figure out how to comply. I appreciate the help for real!
15.
▲
by
kolx
5mo ago
Tbh I don't know, will check them out. I did not know they existed, thank you for sharing them!
16.
▲
by
kolx
5mo ago
So FFmpeg is part of the website in general but it is not used in the editor itself. I did built on top of the Video Codec APIs and ofc a muxer library like mp4box.js
17.
▲
by
kolx
5mo ago
Thanks for sharing. Will look into it
18.
▲
by
kolx
5mo ago
Agreed but I guess at the same time those who spend money to develop software need to find ways to monetise I just wish they were not so predatory. Everything is a subscription now siphoning money out of users on a monthly basis.
19.
▲
by
kolx
5mo ago
Thank you for the encouragement. Regarding the track manipulation I have not fully cracked it yet so you can't move clips between tracks yet and track reordering didn't cross my mind but will look into it. Regarding transforms o
20.
▲
by
kolx
5mo ago
I never maintained an open source project and not sure how to even do it properly. I am also not sure how much effort would I have to put to an open source project. I imagine I would need to collaborate with a pretty much anyone who has an
21.
▲
by
kolx
5mo ago
Thank you for flagging this, indeed you are right. I do have a long list of problems to go through. The editor mostly relies on the browser Audio/Video codecs which I learned after trying FFmpeg out. They have wide support but also a b
22.
▲
by
kolx
5mo ago
Thank you for pointing this out, to be completely honest, I did not consider licensing because the website started as a collection of tools I built to run locally and get into video/audio codecs then I realised it is already a decent c
23.
▲
Show HN: VidStudio, a browser based video editor that doesn't upload your files
(vidstudio.app)
301 points
by
kolx
5mo ago
|
109 comments
24.
▲
by
kolx
7mo ago
Private, in browser only video processing - https://vidstudio.app It is based on FFmpeg WASM. Working with the multithreaded build was challenging and buggy but eventually by controlling how many threads are spawned in each step
25.
▲
Show HN: VidStudio – Video processing that runs in the browser
(vidstudio.app)
2 points
by
kolx
7mo ago
|
0 comments