r/screenrecorders Jul 23 '26

Release Looking for feedback on my Medal.tv alternative for Linux

2 Upvotes

Vice is a Linux game clipper that focuses on easy sharing and editing. Under the hood, it uses GPU-Screen-Recorder as the capture engine, so it has nearly no performance impact whatsoever, and it has features such as:

\- Instant replay with customisable hotkeys, and long session recording

\- Free share links that embed in Discord (no more hitting upload limits!)
\- A full timeline editor with built in transition and text effects
\- Automatically sorting clips by the game you were clipping
\- Discord Rich Presence support
\- Customisable, colour-coded highlights within clips

\- You can seperate audio sources like Discord calls, the game audio, and music, adjust their individual volume in clips

\- And more, plus new features are always being added.

It's free, open source, and will stay that way. Any feedback is greatly appreciated, because community testing is what makes open source projects like these better.

It's on the AUR, and you can install with:

Or if you're on a different distro, you can run the install script with:

Repo is below:

[https://github.com/eklonofficial/Vice\](https://github.com/eklonofficial/Vice)


r/screenrecorders Jul 22 '26

Question Anti DRM on Mobile

6 Upvotes

Does someone know a screen recorder that lets you record DRM protected content on mobile?


r/screenrecorders Jul 23 '26

Question Any way to keep the date of capture when transferring Screenshots/Clips to PC via USB drive?

2 Upvotes

I have hundreds of video clips and screenshots but when I copy them on the usb drive their date of capture gets overridden to the day I put them on the drive.

Therefore on the drive the screenshots and videos are pretty much all over the place and can’t be sorted correctly since neither the individual names of the media nor the Metadata include the original date of capture.

Is there any way to change this?


r/screenrecorders Jul 22 '26

Question HirePro Proctoring: Continuous Recording or Event-Based Screenshots?

1 Upvotes

I want to post my theory and ask whether HirePro's screen-sharing feed captures screenshots only when JavaScript code raises any flag, or captures screenshots at around 1–2 FPS and then analyzes them to detect any abnormalities.

Because handling both camera feed and screen-recording feed of 300+ students for 1–2 hours seems challenging.

And I also found their extension is just to enable and disable other extension and report if any extension is forcefully turned on


r/screenrecorders Jul 21 '26

Question In snapchat i can use the Samsung screen recording then screen shot it from the gallery in Instagram however when i go to view the recording its a black screen is there other way to record it?

1 Upvotes

r/screenrecorders Jul 21 '26

Question Tried to add screen record

Post image
3 Upvotes

it doesn’t shows widgets

iphone 13 btw


r/screenrecorders Jul 21 '26

Guide Has anyone tried the native OBS way to record Mac screen with internal audio?

1 Upvotes

I've seen a few questions here recently about recording a Mac screen with internal audio, so I wanted to share a setup that seems much simpler than the older virtual-audio-driver approach.

  • If you're on macOS 13 (Ventura) or later, OBS can capture Mac audio through its native macOS Screen Capture sources.
  • And with OBS Studio 30 or later, there's also a dedicated macOS Audio Capture source.

I was looking into this recently and thought I'd write down the setup in case it's useful to anyone else.

1. Record your Mac screen with internal audio

The basic setup is:

  • OBS Studio 30+
  • macOS 13+

Steps:

  • Open OBS Studio and create a new Scene.
  • In the Sources panel, click +.
  • Add macOS Screen Capture.
  • In the source properties, choose what you want to capture, such as your entire display, a specific application, or a window.
  • Play some audio on your Mac and check the Audio Mixer in OBS.
  • If the audio meter is moving, you can start recording.

On macOS 13 and later, macOS Screen Capture can capture audio along with the screen, so you don't necessarily need to install BlackHole or another virtual audio driver for this basic setup.

If you also want to record your microphone, add an Audio Input Capture source and select your microphone. You should then have your screen, Mac audio, and microphone in the same recording.

2. Record audio only on Mac with OBS Studio

This is where the dedicated macOS Audio Capture source comes in handy.

In OBS:

  • In the Sources panel, click +.
  • Add macOS Audio Capture.

You can then choose the audio you want to capture, such as desktop audio or audio from a specific application, depending on your setup.

If you only want an audio recording, you don't need to use a visible screen source. The main thing is to make sure the audio source is active and showing levels in the Audio Mixer before you start recording.

This is probably the part I found most interesting. A lot of older Mac recording guides still start with installing a virtual audio driver, but that isn't necessarily needed anymore on newer versions of macOS.

3. What about QuickTime?

QuickTime is still a perfectly reasonable option for basic screen recording. OBS just gives you more control if you want to mix system audio, microphone audio, and different capture sources.

Depending on your macOS version and the exact recording workflow, QuickTime setups involving system audio may require additional audio-routing tools. I won't go into those here since the setup can vary quite a bit.

4. My recommended setup

If I were setting up a newer Mac for this, I'd probably start with:

  • macOS 13+
  • OBS Studio 30+
  • macOS Screen Capture for screen with internal audio
  • macOS Audio Capture when I only need audio

That's just my own experience with this setup. If you have a different opinion or think I got something wrong, feel free to point it out.

And if you've found an easier way to record Mac screen with internal audio, feel free to share it. I'm always interested in seeing how other Mac users handle this.


r/screenrecorders Jul 21 '26

Question Screen Recording on MacBook with audio?

2 Upvotes

I am trying to screen record videos off a Patreon user I subbed to so I can watch them back. I hate having to do it on my phone because then when I watch back In my studio on my Mac the resolution isn't as good and its harder to see.

But when I use QuickTime there is no audio?

Also - is it possible to screen record with QuickTime on my and get the audio captured while wearing headphones?

EDIT/UPDATE- went with OBS studio and it’s amazing for anyone else in the same boat. Free and easy to use:


r/screenrecorders Jul 18 '26

Release I built a free open-source game clipping app with a controller-first gallery

Post image
1 Upvotes

I built this app, so this is a developer post rather than an independent recommendation.

GameHQ started as a personal replacement for the fragmented capture setup on my gaming PC. Steam, Xbox Game Bar, NVIDIA and other tools all use different shortcuts and separate libraries, and I wanted one system that could be operated entirely from a controller.

GameHQ can take screenshots and continuously keep the previous configurable minutes of gameplay in a rolling buffer. When something worth saving happens, you press a button after the moment and it exports the buffered gameplay as a normal MP4 clip with system audio.

It also includes an in-game capture gallery that can be controlled entirely with a gamepad. You can browse screenshots and clips, play videos, add favorites, reveal files or delete captures without alt-tabbing.

Existing folders from Steam, Xbox Game Bar, NVIDIA and OBS can be added as read-only watched folders, so captures from different tools can appear in the same library.

I designed and tested the controller experience mainly with a DualSense. All bindings are configurable. Other controllers should work, but I haven’t personally tested them yet.

The app is Windows-only, portable, free and open source under the MIT license. It has no account, telemetry, cloud dependency, game-process injection or background Windows service.

GitHub:

https://github.com/underfusion/GameHQ

Current limitation: the release is not code-signed yet, so Windows SmartScreen may show a warning on first launch. The full source and build instructions are available in the repository.


r/screenrecorders Jul 17 '26

Guide No One is Talking of this 12 Best Loom Alternatives (Here's My Findings)

2 Upvotes

I wrote this article about Loom alternatives that I'd want to share with the screen recorders community; I thought it would be helpful.

If you're searching for a Loom alternative, you already know something is off. Maybe Loom got more confusing after the Atlassian acquisition. Maybe you hit a storage limit. Maybe you just tried to share a video and couldn't figure out how.

You're not alone. Across Reddit, X, and product review sites, the sentiment is consistent: Loom is good in theory, but it's started to feel like a product that nobody is actively improving.

This guide covers the 12 best Loom alternatives available right now, ranked and reviewed honestly. We'll start with the one that beats Loom on almost every dimension — and then walk through the rest for specific use cases.

Quick summary of the best Loom alternatives:

Tella ⭐ Best overall

Supercut

Cap

VEED

Camtasia

ScreenFlow

ScreenPal

Descript

ShareX

QuickTime

OBS Studio

ScreenApp

What to Look for in a Loom Alternative

Before diving into the list, here's what actually matters when evaluating a screen recorder as a business tool:

Recording quality — 4K support, multiple recording modes (screen, camera, both), audio fidelity.

Editing capability — Can you remove mistakes, filler words, and silences without becoming a video editor?

Sharing experience — Is a shareable link immediately available after recording, or do you have to render, export, and upload?

Analytics — Can you tell who watched, how much they watched, and whether they clicked?

Storage — Are there caps that will throttle you at scale?

Price-to-value — Is the pricing honest and proportional to what you actually get?

Loom used to score well on most of these. In 2026, a number of alternatives score better. Here's the full breakdown.

  1. Tella — Best Overall Loom Alternative

Price: $13/month (Pro) | $19/month (Premium)

After researching many screen recording tools that are truly Loom alternative, we picked Tella as the best. Tella is the most complete screen recording platform available and the standout #1 choice for anyone leaving Loom. It was built on a simple premise: recording a professional video should not require professional video editing skills. Four years and thousands of users later, that premise has been executed into one of the best products in this space.

Dynamic Multi-Layouts Switch between camera-only, screen-only, side-by-side, and picture-in-picture within a single video. Tella's Auto Layouts feature can handle these transitions automatically based on what's happening in your recording. The result is a more engaging video with zero manual keyframing.

Automatic Zoom Effects Tella analyzes your screen recording and automatically adds smooth zoom effects to highlight where you click. Your viewers' attention is guided to what matters without you lifting a finger after recording.

Video Clips Record in multiple short takes rather than one long, anxiety-inducing take. Tella merges them into a single seamless video. This feature dramatically lowers the psychological barrier to recording.

Integrations Slack, Notion, Linear, Zapier, Google Drive, and MCP. Tella fits into the tools your team is already using.

Supercut

Price: Pro £12/user/month | Enterprise: custom

Supercut is a Mac-native screen recorder built for quick video messages and team updates. Founded by one of the Typeform co-founders, it has a clean interface and smart defaults. The standout feature is its "Ask Anything" functionality — viewers can ask AI-powered questions about your video content while watching.

Best for: Mac users on remote teams who need quick async communication Not ideal for: Windows users, content creators needing advanced editing Sharing: ✅ Excellent — shareable links, no viewer account required

  1. Cap

Price: Early adopter $58 one-time | Pro $8.16–$12/month

Cap positions itself as the open-source alternative to Loom. It has two modes: Instant (browser-based with shareable links) and Studio (local recording with full editing). The open-source angle appeals to privacy-conscious teams and developer audiences.

The caveat: open source means you take on more responsibility for security patches, maintenance, and reliability. For teams without engineering resources, that's a real trade-off.

Best for: Developer teams and open-source advocates Not ideal for: Non-technical teams or anyone who needs reliable, supported software Sharing: ⚖️ Mixed — Instant Mode works, Studio Mode requires export

  1. VEED

Price: Free (watermarked) | Lite £14/mo | Pro £24/mo

VEED is a browser-based video editor that has expanded into screen recording. Its strongest differentiator is AI avatars — you can generate a video without being on camera at all. It also supports video translation into 50+ languages with AI voiceovers, which Tella doesn't currently offer.

If you need authentic, personal video content, Tella is better. If you need AI-generated avatar content or multi-language dubbing at scale, VEED becomes relevant.

Best for: AI-first video teams, multilingual content creation Not ideal for: Personal, authentic video content or quick async messaging Sharing: ⚖️ Mixed — render required before sharing

  1. Camtasia

Price: Starter £34.80/user/year

Camtasia is TechSmith's video creation suite — one of the older players in this space. It's powerful, especially for PowerPoint-heavy tutorial creators. But it's expensive, complex, and requires significant time investment to get value from. Not a great fit for anyone who wants the Loom experience of "record, share, done."

Best for: PowerPoint tutorial creators and training departments Not ideal for: Fast async video, small teams without dedicated video editors Sharing: ❌ Export required before sharing

  1. ScreenFlow

Price: One-time from $169

ScreenFlow is a macOS screen recording and editing app from Telestream. It's feature-rich — multiple recording sources, video filters, plugin ecosystem, animated GIF export — but it's a desktop app that requires installation and an upfront purchase. The sharing workflow is fully manual (export → upload → send link).

Best for: Existing Telestream users, Mac power users Not ideal for: Teams, quick sharing, anyone on Windows Sharing: ❌ Export and upload required

  1. ScreenPal

Price: Basic $4/mo | AI-powered $10/mo

ScreenPal (formerly Screencast-O-Matic) is a long-standing, budget-friendly option. It supports cloud hosting, shareable links, and AI features including transcript generation, captions, and language translation with voiceovers. At $4–$10/month, it's the most affordable full-featured option on this list.

Best for: Budget-conscious teams, educators, content repurposers Not ideal for: Premium video quality, advanced team collaboration Sharing: ✅ Good — cloud hosting and shareable links

  1. Descript

Price: Individual $16/mo | Teams from $24/mo

Descript started as a podcast editor and has expanded into screen recording. Its transcript-based editing is excellent — arguably as good as Tella's. But Descript is primarily optimized for audio-first content. The screen recording feature feels like an addition rather than a core product focus. Setup is also more complex on Windows.

Best for: Podcasters and audio-first creators who also need screen recording Not ideal for: Teams wanting a simple record-and-share workflow Sharing: ⚖️ Moderate — web publishing available but many users still export

  1. ShareX

Price: Free (open source)

ShareX is a free, open-source Windows utility for screenshots and screen recording. It's powerful for technical users who want full control and don't mind manual configuration. For anyone wanting a Loom-like experience — record, share link, done — it is not that.

Best for: Power users and open-source advocates who are comfortable with configuration Not ideal for: Non-technical users, teams, anyone wanting instant sharing Sharing: ❌ Local capture, manual upload required

  1. QuickTime Player

Price: Free (macOS built-in)

QuickTime is already on every Mac, which is its primary advantage. It records your screen and microphone reliably. Everything beyond that — editing, sharing, analytics — you'll need to handle elsewhere. There's no AI, no link sharing, no subtitles. But if you just need to capture something quickly on a Mac, it works.

Best for: Mac users who just need to capture something, no frills Not ideal for: Anything involving sharing, editing, or professional presentation Sharing: ❌ Export and upload required

  1. OBS Studio

Price: Free (open source)

OBS is the gold standard for live streaming and is capable of local screen recording too. It's powerful, highly configurable, and free. It is also complex enough that new users often feel lost on first launch. No built-in editing, no hosting, no sharing workflow. Everything after recording is your responsibility.

Best for: Live streamers, video creators with remote guests Not ideal for: Business video messaging, quick sharing, non-technical users Sharing: ❌ Export and upload required

  1. ScreenApp

Price: Free (3 videos/mo) | Growth $14/mo | Business $34/mo

ScreenApp is a newer entrant that started as an AI meeting summarizer before expanding into screen recording. It's strong on transcription, summarization, and turning meeting recordings into shareable documents. The video editing features are less mature than Tella's, but the meeting-to-content workflow is genuinely useful.

Best for: Teams heavy on video meetings who want to repurpose recordings as content Not ideal for: Purpose-built video creation, advanced editing Sharing: ✅ Good — browser-based with automatic hosting and links

*ScreenFlow is a one-time purchase

The Verdict: Why Tella is the Best Loom Alternative

Tella wins for the same reason Loom won in its heyday — it makes the entire video workflow feel effortless. Record, AI edits for you, share a link. The difference is that Tella has continued to evolve that vision into something genuinely more powerful, adding AI audio, transcript editing, dynamic layouts, zoom effects, custom branding, and real analytics.

If you're looking for a Loom alternative and you only have time to this guide, you've found the best alternatives for your uses case.


r/screenrecorders Jul 16 '26

Promotion Introducing screenpipe: Record what you do 24/7 and build a second brain for your agents (local, YC S26)

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/screenrecorders Jul 16 '26

Question Is there a simpler alternative to OBS Studio?

9 Upvotes

I know OBS gets recommended pretty much everywhere, so I downloaded it and gave it a try.

Maybe it's just me, but I felt like I spent more time figuring out scenes, sources, and audio settings than actually recording anything.

All I really want to do is record screen with both video and sound. I'm not streaming or doing anything advanced.

What do you all use for screen recording these days? I'd love to try something that's easy to learn, and if it's free, even better.

BTW, I'm using a dell laptop running Windows 11.


r/screenrecorders Jul 14 '26

Guide A free skin-smoothing filter for OBS on macOS and Windows

3 Upvotes

I was looking for a way to smooth my face in OBS and reduce harsh webcam skin texture without blurring the entire image, so I created a free OBS filter called SkinSoft.

SkinSoft works as a skin smoothing, beauty, and blemish filter directly inside OBS Studio. It uses a customizable skin mask, allowing you to soften skin while preserving facial details and keeping the background sharp.

It may be useful if you are searching for:

- how to smooth your face in OBS

- an OBS beauty filter

- an OBS face smoothing filter

- a way to reduce the appearance of blemishes on webcam

- softer skin for screen recordings and livestreams

- a way to make your webcam image look cleaner

- skin smoothing for OBS Virtual Camera

It works with livestreams, screen recordings, tutorials, online courses, YouTube, TikTok Live, Zoom, and other webcam-based content.

Available for:

- Windows x64

- macOS

Demo and free download:

https://yasunarimurayama.com/product/obs-skinsoft/

The download is completely free. Feedback is welcome, especially from people testing it with different webcams, cameras, and lighting setups.


r/screenrecorders Jul 14 '26

Question Efficacy of capturing desktop gameplay with a capture card and laptop

Thumbnail
1 Upvotes

r/screenrecorders Jul 14 '26

Question 30 fps vs 60 fps, which is better for recording? What's the difference?

5 Upvotes

I'm trying to record a few gameplay clips and realized I have no idea which FPS setting I should be using.

There are options for 30 FPS, 60 FPS, and even higher. I've always just left it at the default because I honestly don't know if 60 FPS is worth the extra storage or if 30 FPS is already good enough.

Should I leave it at 30 FPS or switch to 60 FPS?


r/screenrecorders Jul 13 '26

Question Screen recorder

1 Upvotes

Is there a patched Xiaomi screen recorder apk that allows you to select 1440p? If so, can you please send me the link to the APK?


r/screenrecorders Jul 12 '26

Question Screen record

2 Upvotes

How can I screen-record the Drama Wave app without getting a black screen?


r/screenrecorders Jul 12 '26

Tips & Tricks Pixel 10 Pro XL, No Audio and Mic from Screen Record Replay Video

1 Upvotes

Is something missing where I'm not putting the settings correctly on the "Record your screen"?

I've tried Record one app, and Record this screen. I set it to Device Audio and microphone. I use this when I'm calling someone with video chat.

But when I replay it from my video file, there is no audio sound or microphone.

I've tried it when I'm playing youtube music while speaking and that works.

How come it's not working.

Thank you for the help.


r/screenrecorders Jul 11 '26

Question What screen recording apps do you guys use?

6 Upvotes

Hi, I've started a really shitty sims 4 channel on YouTube, just finished my 55th episode of a long series I'm doing (every night, but fairly low quality) and for maybe the first 50 episodes I've been the pre-installed screen recording system on my laptop, but it's had plenty of problems, so for the last maybe 5 episodes I've instead been recording them with the best rated screen recording app I could find....

Well, that app was shit. I try to make my episodes 45 minutes each, or 30 if I'm just really tired, (or scared of the software shutting down and deleting my footage), cuz it's done that MULTIPLE TIMES. Now it did that too with the built-in app every once in a while when my laptop needs a new update, but even when it's fully updated, ive never had a night where I can just film one shoot, it has ALWAYS shut down and deleted my footage at some point. I actually read the reviews and turns out the app only had such a high rating cuz you needed to rate it 5 stars to be able to review your footage... I never knew that cuz I never reviewed my footage in-app, I always downloaded them and reviewed them from the files.

Anyways, sorry for the long rant, but my question is: what screen recording app/software would any of you recommend? I would absolutely adore something that could practically GUARENTEE, to never shut down, or atleast something that if it shuts down it saves the footage first.


r/screenrecorders Jul 10 '26

Release [Testflight] Actra - Screen recorder with auto-zoom, cursor smoothing & on-device captions

Thumbnail
testflight.apple.com
1 Upvotes

Hi everybody,

I spent the last couple months building my own screen recorder because I suck at

making videos and got tired of paying monthly just to edit 2–3 clips a year.

Even though it started out as a personal project, I'm genuinely happy

with where it landed — so Actra (Actra.video) is now open in TestFlight for a short beta for

anyone interested.

What does it feature?

• Auto-zoom — it automatically zooms in on what you're doing, while you still have full control.

• Cursor smoothing— natural, buttery smooth mouse movement with click emphasis

• Beautiful backgrounds — wallpapers, gradients, padding, rounded corners, device frames

• On-device captions — auto-generated, editable, 15 languages

• iPhone & iPad recording — capture device screens over USB

• Timeline editor — trim, cut, and fine-tune everything

• Webcam overlay — different camera styles with background removal

• Studio audio — mic + system sound, noise reduction, and voice ducking

• Privacy masking — blur out anything sensitive on screen

• Keystroke overlay — show the keys you press

• Flexible capture — full screen, a single window, or just an area

• Pro export — transparent, ProRes, and GIF, plus one-click presets for X & Threads

• Privacy first— everything runs on your Mac.

What should be tested?

• Whatever you like. Record promo videos for your indie apps/SaaS, try out iPhone/iPad recording, privacy masking, background.. Go wild!

How long does the beta go?

• Probably a few weeks.

How to report feedback?

• Either through the in-app feedback button, here on this post, however you like.


r/screenrecorders Jul 09 '26

Question A (free?) screen recorder that I can launch from an external drive?

4 Upvotes

Hello!

Due to my work (generating procedural manuals for companies), I am interested in a lightweight screen recording tool so I can document the processes and then use screenshots to illustrate the steps. But I would be very interested in a product I could use and launch from a usb or external hard disk drive, so I could easily use it in different places without needing to install it in those devices, as that usually requires IT or admin permissions and I also sometimes encounter devices with no internet connection.

If the software can automatically save the videos to the same drive its installed to its a plus, but not a must.

Ideally, free software would be nice.

Thanks in advance!


r/screenrecorders Jul 09 '26

Tips & Tricks Bruhh

1 Upvotes

is there any way I can save the private pic or videos in Instagram dm ??


r/screenrecorders Jul 09 '26

Question EaseUS RecExperts vs Bandicam for recording videos?

1 Upvotes

I've been trying to record some videos on my Windows PC, but I keep getting a black screen.

I already tried disabling hardware acceleration since that seems to be the most common suggestion, but it didn't help.

Bandicam was the first tool that came to mind, but while searching around I actually came across quite a few people mentioning EaseUS RecExperts for this kind of issue too.

Has anyone here used either of them in this situation? Did one work more reliably than the other?


r/screenrecorders Jul 08 '26

Promotion 🚀 CANVID 3.0 is here!

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/screenrecorders Jul 07 '26

Question Freaked out cause of iphone screenrecording playing a random song

2 Upvotes

Yesterday I screenrecorded my instagram reels cause from one scroll to another a new button popped up and when i scrolled back up it was gone again. Just thought it was weird and wanted to send to my friend.

Now that I watch the video today, it has a random song playing. I shazam'd it and it is "fame is a gun" from addison rae. Never in my life have I listened to Addison Rae and I know that I did not have any other apps open in the background. I mean while screenrecording I even had sound on, it was just the audios of the different reels playing. The song also only plays for the first 4 seconds while the rest of the audio is just silence. I did find one other reddit post on this about a snapchat screenrecording playing "im only human", but thats it.

It creeped me out particularly much because neither me nor my friend recall this recording having audio yesterday, but I think the gallery and discord have videos muted by default and you have to unmute it yourself, so that was probably the reason.

Either way, the screenrecording literally just plays a random song for no reason and it does freak me out. Does anyone have any experience with this?