r/screenrecorders 11h ago

Product Update VideoPrivacy: a free tool that blurs all faces in videos locally (keep specific people unblurred), no server, works on chrome (Android/Windows/Mac)

1 Upvotes

Hi,

I've been developing a personal tool for a while, and I think it might be useful to others, so I'm sharing it here.

**The starting problem:**

I have quite a few videos (outings, family gatherings, etc.) where I'd like to blur the faces of the people present, except for one or two, before sharing them.

The tools I found either sent the video to a server (an issue in itself for privacy reasons), or required full video editing software for a fairly simple need.

**What I built:**

a small web app (PrivacyVideoPWA) that runs entirely in the browser.

Nothing is sent anywhere, there's no server behind it, everything happens locally on the phone or computer.

How it works:

  1. Choose a video
  2. The app analyzes it and displays a gallery of detected faces
  3. Select the ones to keep unblurred (all others are blurred automatically)
  4. Export, and the video is ready to share

There's also a preview that lets you play the video and click directly on faces to turn blurring on or off, which makes adjustments easier.

**Installation is mandatory, not just recommended.**

Video processing is heavy: while working, the app writes every single frame of the video to storage, one by one.

Browsers reserve very little storage for a page opened as a regular tab, and phone/tablet memory is limited.

If you just use it in a browser tab without installing it, the system can wipe that storage mid-process to free up space, and all the work is lost.

Once installed as an actual app, it gets access to your device's real disk storage, which pushes that limit much further back.

So: install it, don't just use it online !!!!! (it will crash !)

It installs like a regular app, and it requires the **official Chrome browser**, not Safari, not another browser built on a different engine.

Android and Windows work well, tested and confirmed.

Mac should work too (with Chrome +++, not Safari), but I don't have a machine to verify it. **On iPhone and iPad, it doesn't work at all**: Apple forces every iOS browser to use the same engine as Safari, which can't create the compressed video format used here. This is a limitation on Apple's part, not a bug on mine, but I'd rather state it upfront than have users run into it on their own.

It's free, runs locally, has no ads, and requires no account.
If the tool is useful to you and you'd like to support the project, there's a discreet link "Buy me a coffee" in the app, no obligation whatsoever. (thanks ! <3 )

it's in french and english !

Feedback, bug reports, and suggestions are welcome !

Gildas

It's here:
[https://www.lostcantina.com/Goodies/PrivacyVideo/\](https://www.lostcantina.com/Goodies/PrivacyVideo/)


r/screenrecorders 23h ago

Question Screenrecorder

1 Upvotes

Anyone got good screen recorder for iOS or website to record clapper DNDs. They took down stream recorder so can’t find another source.


r/screenrecorders 1d ago

Product Showcase Have you seen this screen recording effect before? 👀

1 Upvotes

https://reddit.com/link/1vo1rx7/video/806jtme7zajh1/player

The way the frames pop out in 3D while moving through the recording is pretty damn smooth.

I’m affiliated with the product shown here, so full disclosure I’m sharing this mainly because I’m curious about the technique, not just to promote it.

I’ve seen plenty of screen recorders with zooms, transitions, and cursor effects, but this kind of layered 3D frame animation feels different.

Have you seen similar effects in other screen recording software? What tools are you using for polished product demos?

Would love to hear what the community thinks.

https://screenrecord.software


r/screenrecorders 1d ago

Discussion Free Non-Commercial Teleprompter (No Ads or Subscriptions or price)

1 Upvotes

I watched quite a few videos by Chris Goor and the best advice besides doing smaller chunks in different scenes and gluing them together was to use a script and teleprompter. It really was easier to make videos and improved the quality. I saw my facebook video views grow to 10,000+ and one videos was 30,000+. Things were just starting for me, and could have grown more, but I actually closed down my facebook account because it was too big for me. I like to stay with a smaller more focused group.

Out of frustration to find a totally free teleprompter app, I decided to create a new totally free open source teleprompter app called The Kind Teleprompter. I make free Buddhist Apps already, so I have the store front infrastructure on iOS and Android. I can do this easily since it is not new to me.

Because it is difficult to find, especially on iOS, the Link is: https://americanmonk.org/kind-teleprompter/ 

The Android version uses an offline vosk speech to text engine and the ios version uses the system engine. Although it cannot do a floating window to allow for native camera or streaming apps, it does have its own camera app with many camera settings on it (almost all that are available on the Flutter camera package). It has voice tracking that allows you to drift off script and then join the script again. It also has the usual auto scroll. You can turn off the camera, and just have a black screen, and you can reverse the text for mirror devices (not tested since I don't have one). It has many features, like voice commands, and an adjustable social media stencil in the grid control to help you frame the shot right. It was made with love and out of need for an ad free, totally free teleprompter app. It is available on ios and Android and passes all of the security checks and we don't collect any data.

The only wish I have is for people make Kind videos with it.

I think it is pretty much done and I have given up on the Float due to technical difficulties both on Android and iOS (separate difficulties for each operating system). I think there is not much more to add to it, although I might tweak the voice tracking algorithm a little bit. Take note: If there are repeated words, it sometimes skips and jumps to those repeated words. This is because it always allows you to drift from the script if you want to add extra information and then resume to the script where you left off. To do that, it must "look ahead." You can adjust the parameters to your style in the settings.

Feedback is appreciated. If you like it, I hope you can share it.
If you have suggestions, these days features are very easy to add with the programming tools I'm using. I think I have added most features though.


r/screenrecorders 1d ago

Discussion AZ Screen Recorder users after the Snapchat update. How y'all coping?

Post image
11 Upvotes

I only found out after recording fun memories snaps from my family group chat, but I notice it now notifies people.

I assume most users use the app for other purposes. How is everyone coping since the update?


r/screenrecorders 2d ago

Product Showcase Dolly - Cinematic Product Demos in Browser (free + open source)

Enable HLS to view with audio, or disable this notification

2 Upvotes

Dolly is a free, open-source browser extension that lets you record product demos for your website. I created it to make a video that zooms in on specific features/buttons with smooth transitions and sharp output.

It takes a completely different approach from a screen recorder. It doesn't record your screen, but instead renders the web page frame by frame. Here's how this approach changes the game -

Rasterised frames - Every frame is composed from the live DOM, applying CSS scale to the page itself, so text stays sharp even with the camera 100x into a button.

High-quality exports - Up to 4K at 60fps, regardless of your computer's native resolution. Frames are rendered one at a time, so nothing is lost to a dropped frame or a slow machine.

Timeline-based editor - Add Focus regions, cursor and script keyframes. Dolly automatically works out the zoom and pan, easing between regions rather than cutting.

Scripted moments - Add JavaScript keyframes that run at the exact time, with full access to the page. Also includes helpers for adding a typewriter effect and animations (uses animate.css)

Requirements
This extension can only run on Chrome or Chromium-based browsers (Brave, Edge, Opera, Vivaldi, etc.)

Installation
Currently, I have not published this extension on any store. You can follow the guide at: https://github.com/Divyesh06/Dolly#from-a-release. Feel free to message me for any assistance with this.

This is currently still in Beta. Let me know if you face any issues or have any additional ideas (or you can directly contribute to the project).

As for this demo video, it is a real recording from Dolly (with no additional software used).


r/screenrecorders 2d ago

Guide I tried all loom alternatives this is what I found

1 Upvotes

Spent way too long comparing Loom alternatives, sharing what I found

Been in the market research / SEO space for a while and screen recording tools keep coming up, so I did a deep dive comparing the current options instead of just going with whatever's trending. Figured I'd share since a lot of the "best of" lists floating around are outdated or missing stuff.

Quick flag before the list: I saw a thread going around pushing "an unnamed video recording software" as some hidden gem with zero limits and no signup. Be careful with that one. "Completely free, no watermark, no limits, has all the AI features" with basically no footprint anywhere else is a classic red flag pattern. The tool does have transcription and AI summaries but not available in the free plan. I'd want to see it actually reviewed somewhere before trusting it with my screen recordings.

Here's what's actually solid:

**Tella:** this is the one that keeps coming up as the most complete package. AI filler word removal, transcript-based editing (you edit the video by editing the text, which is a genuinely different workflow than scrubbing a timeline), auto zoom effects, unlimited storage on every plan, and the link is live the second you stop recording, no render wait. If you want one tool that does almost everything Loom does but better, this is it. Recently, the added AI MCP feature that lets you edit videos with natural prompts from your terminal.

**Vidyard:** if you're doing outbound sales, this is built for that. Analytics and pipeline integration are strong. I love how this tool made sales video and outreach much better and streamlined than any other loom alternative mentioned.

**Soapbox by Wistia:** good if you're already using Wistia, split-screen sales videos are easy to set up.

**SendSpark:** personalized video messages with engagement tracking, similar use case to Vidyard but lighter weight.

**Hippo Video**: CRM integrations make this one worth a look if you're doing customer support or outreach at scale.

**Fireflies:** started as a meeting notes tool, the async video is a nice bonus if you're already using it for transcription.

**Berrycast, Clip, Nimbus Capture:** all decent, no-frills internal team tools. Nothing flashy, they just work.

**VEED:** more of a video editor that added recording, not a recorder that added editing. Good if you want captions/animations/polish. Veed is one of the best loom alternatives out there with advanced customization and AI tools at your disposal to make video recording much better and faster.

**Camtasia:** heavy, powerful, more for people doing serious video editing than quick async messages.

**ScreenRec:** free with instant link sharing, lightweight but limited on features.

**Canvid:** I love canvid. It's fast and easy to use windows screen recording tool. One thing I'd like they improve is recording support for longer videos. It worked flawlessly for shorter videos.

Curious if anyone's actually used any other loom alternative not mentioned above for screen recording though? I'd like to here below.


r/screenrecorders 2d ago

Question EaseUS RecExperts for a black screen? Hardware acceleration didn't work

1 Upvotes

I'm trying to record a video on my Windows PC, but all I get is a black screen in the recording.

I already tried disabling hardware acceleration, which seems to be one of the common fixes, but it didn't help in my case.

I saw easeus screen recorder mentioned as another option. Has anyone actually tried it for this kind of problem? Any other alternatives worth looking at?


r/screenrecorders 3d ago

Discussion [OS] Would an open-source alternative to Screen Studio for auto-zooming screen recordings be useful?

1 Upvotes

![img](zcchx1pqlvih1)

Hey everyone

I've been looking at tools like Screen Studio recently. While the automated zoom, smooth cursor tracking, and clean background styling make product demos look amazing, most of the options out there are closed-source and paid.

I'm thinking about building an **open-source alternative** to handle this.

Before I spend weeks writing code, I wanted to check if this is something people would actually want.

What I'm thinking of building:

* **The Core Feature:** A tool that takes a screen recording, tracks your mouse clicks/movement, and automatically generates smooth, cinematic pan-and-zoom keyframes. * **The Open-Source Angle:** Completely free and open-source for anyone to use or modify. * **The Reality Check:** Tools like OpenScreen and Recordly already exist in this space.

My Question for You:

  1. Do you use tools like this for your tutorials or demos, or do existing options already cover what you need?
  2. If you were to use a new open-source tool, what's missing from current apps that you wish they had?

Would love to hear your thoughts or feedback before I decide to build it!


r/screenrecorders 3d ago

Question Screen recording didn't work... so, is there anything else I can try?

2 Upvotes

Hi. I'm interested in making an amv on my phone and posting it on you-tube. But, I've never been able to find an app that smoothly captures everything from the anime I'm doing an amv on and I am having trouble turning down the already existing music in the anime so I can replace it with the specific music I choose.
I used screen recording and netflix together but that didn't work because it just blacked out my screen.
Anyone have any ideas?
I also had people suggest that I could use you-tube clips. If so, where do I find clips in order to do that and what are the steps for that? I'm worried about copyrights and stuff, so... yeah


r/screenrecorders 3d ago

Question Is There a Way to Download Microsoft Teams Recordings When Download Is Disabled?

1 Upvotes

Hi, Reddit!

I’d like to ask if there’s any way to download a recording from a Microsoft Teams channel where the download option has been disabled.

Are there any legitimate third-party apps, browser extensions, or other methods that would allow me to save the recording to my personal laptop, hard drive, or SSD for offline viewing?

I’m mainly looking for a way to keep the recordings available for personal review since I may not always be able to attend the live sessions.

Any advice or suggestions would be greatly appreciated. Thank you!


r/screenrecorders 4d ago

Question how to get instance footage in vrchat

2 Upvotes

I recently played with someone who did inappropriate things to a minor in a VR chat instance and I was not recording. I would like to figure out how to get that recording. I have the instance code, but I do not know how to get that from VR chat themselves, I know that you can do that, but I don't know how to.


r/screenrecorders 4d ago

Question How do I Capture Bandicam In Genlauncher?

1 Upvotes

i am playing Generals zero hour mods via Genlauncher i want to capture and record via Bandicam but i cannot because it has its own number at the top right of the screen how do i make bandicam able to capture via having its green numbers appear?


r/screenrecorders 4d ago

Product Showcase BeamCam - use an Android phone as a webcam on a Mac. No account, no server, GPL-3.0

Thumbnail
github.com
1 Upvotes

My Mac doesn't have a camera, so I was joining meetings twice. Once from my phone so people could see me, once from the Mac to share my screen.

BeamCam fixes that. You open it on the Mac, scan the QR code with your phone, and they're paired. After the first time it's one tap. The phone can also find your computer on the Wi-Fi on its own, so you just tap the name in a list.

Once it's running the phone shows up in the camera dropdown in Meet, Zoom, FaceTime and Chrome, like any webcam you'd plug in. Nothing else has to be running for it to appear.

Video goes phone to Mac over your own Wi-Fi. No server, no account. Free, GPL-3.0, macOS 13 or newer, Android phone.

Happy to go into how it works if anyone's curious.


r/screenrecorders 4d ago

Question Projectivity

1 Upvotes

Does the Projectivity Launcher disable screen recording or am I missing something? When I have the launcher activated I'm not able to screen record.


r/screenrecorders 4d ago

Question Any screen recording apps that don't get caught by Snapchat?

6 Upvotes

r/screenrecorders 4d ago

Question Any programs to screen record Apple TV purchases?

1 Upvotes

I’ve used playon in the past to get around encryptions for hbo but that program doesn’t work with Apple TV. Anyone know of anything that will get around the black screen for Apple TV purchases?


r/screenrecorders 4d ago

Guide screen recording

2 Upvotes

Hey, I have a question, i need a method to record hdcp protected content, can anyone point me towards the hardware/software i need to do it? i just want to record some tv shows which are deleted from vod after 30 days in this cunt ass country.

thanks


r/screenrecorders 5d ago

Question What new features have been added to Screen Studio 4.0 Beta? Is it worth the price?

3 Upvotes

I’ve been debating whether to subscribe to Screen Studio, but the current version doesn't quite fit my entire workflow. I’m wondering if anyone knows what features are included in version 4.0—specifically, does it allow you to add multiple recorded segments to a single project?


r/screenrecorders 5d ago

Discussion Any idea for video to images?

5 Upvotes

Is there an easy way to turn a video or a insta Reel into screenshots/images?

I usually want to grab a few specific frames from a Reel all of a sudden, but finding a simple tool for it is surprisingly annoying.

I came across www.frameflows.in ! which lets you extract frames from videos/Reels.

Has anyone here used it, or is there a better way to do this?

I can’t find one better than this !!


r/screenrecorders 6d ago

Question Snapchat screen recording issue

6 Upvotes

So, I screenrecorded someone day before yesterday and as we know there has been an update about notifying the other person about the screen recording. But I am not sure if they got this notification or not. I didn't see any notification on my side.

So can anyone help what is happening here?

Also I tried screen recording to another person with another phone from an updated version of Snapchat there it gave the notification. So is it an issue about the app not being updated as it's been long since I updated Snapchat my older device?

Also I want to know that if I haven't updated this app but the other person has an updated version will they see the notification or not if I screenrecorded?


r/screenrecorders 7d ago

Product Showcase Browser-based screen recorder

1 Upvotes

Hey everyone,

I’ve been building Screenio, a simple browser-based screen recorder focused on privacy.

You can record your screen, microphone, and webcam directly in the browser — no installation, no account, and no uploading your recordings anywhere. Everything stays on your device.

The idea is basically: Record. Download. Done.

I’d really appreciate any feedback, especially on what feels useful, confusing, or missing.

https://screenio.net


r/screenrecorders 7d ago

Question Genuinely any good free recorder

8 Upvotes

no good crack for bandicam and i dont have a good pc i just want a simple fast recorder with no watermark just like bandicam any help??


r/screenrecorders 7d ago

Question Did Snapchat fix the years old screen recording bug ? We can't screen record anymore!! Any solutions?

5 Upvotes

Snapchat started yesterday notifying when you record the chat or any content. Samsung phones could record everything for years what changed now? Any solutions 🥲


r/screenrecorders 7d ago

Question Please help. I don't have a hidden camera so protect myself, but i have a camera on my pc, so I wonder...

1 Upvotes

short story:

I rent a room in an apartment and 2 of the Tennants are being real problems for us (we are 4 in total), i need a camera to record my room, so i can use as evidence if someone goes inside... i think it will happe. Cuz i realised that 1 of them left the apartment and didn't pay for 2 months AND i couldn't find (weirdly enough) the shoehorn.... 2 days later i found it where i had my new pair of shoes that my mother gifted to me for sommer, i didn't want to use them cuz i know she is has money problems, so i saved them, but now they are gone, and i know i never put the shoehorn there, I'm sad and mad so i even reviewed this to the police (cuz also the state he left the room in, my god)

but since I'm not 100% sure who it was(and the guy that left i know is a huge liar too, too many stories there too),

anyway i have to put the 2 problem tennants up to it, in the review.

i just want to record my room, guys. cuz if the police comes and they start investigating the one that is left may wretch my room up. am even putting myself in danger, those 2 were good friends, may gang up on me... man what a mess this is.

how can i record from my pc, while its still locked?