Show HN: I made a web-based, free alternative to Screen Studio
31–40 of 131 posts
Re: Show HN: I made a web-based, free alternative to Screen Studio
#32Would love to be able to self host this tool - I'd be fine with purchasing a license to do so but I'd really rather not have this running on hardware that isn't mine - wrapping this up in a docker container that I can deploy would be mint.
Re: Show HN: I made a web-based, free alternative to Screen Studio
#33People are a nightmare, I can already see someone leaking secrets with this.
Re: Show HN: I made a web-based, free alternative to Screen Studio
#34I use screen recorders all the time. Question: what format does it capture in? Some screen recorders capture as mov files, which get janky in high zoom. A pro app like Camtasia captures in what I assume is the raw screen data, and for this reason zooming in on a clip works really well.
I use getDisplayMedia which is a JavaScript API that lets you capture recordings as large as your computer can handle, but the format is fixed to either MP4 or WebM. Here is the JS-based player: https://screenrecorder.me/projects/s3hx9YRgXNsrN1s/player Here is a video that I rendered: https://screenrecorder.me/player/s3hx9YRgXNsrN1s There are definitely artifacts, especially in the latter, but in practice the videos…
Re: Show HN: I made a web-based, free alternative to Screen Studio
#35Re: Show HN: I made a web-based, free alternative to Screen Studio
#36Would love to be able to self host this tool - I'd be fine with purchasing a license to do so but I'd really rather not have this running on hardware that isn't mine - wrapping this up in a docker container that I can deploy would be mint.
Right on! That is definitely something I am willing to explore over time! I know Basecamp has been experimenting with the Pay Once model with great success.
Re: Show HN: I made a web-based, free alternative to Screen Studio
#37Re: Show HN: I made a web-based, free alternative to Screen Studio
#38Re: Show HN: I made a web-based, free alternative to Screen Studio
#39Few things I would like to see:
- Ability to add images in the time line, think of intro/outro.
- Ability to add notes (text) on frames to explain something or highlight an area.
As some comments mentioned, running locally is a must, and I have no problem paying for it.
Good luck
Re: Show HN: I made a web-based, free alternative to Screen Studio
#40Would love to be able to self host this tool - I'd be fine with purchasing a license to do so but I'd really rather not have this running on hardware that isn't mine - wrapping this up in a docker container that I can deploy would be mint.
First we really need the Source code of this tool though if we really want this tool to stay for posterity!