macOS blocks exported videos as damaged apps due to wrong file permissions #144
mykytayaremenko-patrianna
started this conversation in
Bug Reports
Replies: 1 comment
-
|
@mykytayaremenko-patrianna thanks for reporting. Can you please share how you installed BetterCapture? Please upgrade to v2026.3 and report if the permission issues persist. I wasn't able to reproduce the issue. When I save a video, the permission bits are set correctly. I'm on v2026.3 though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
v2026.2.1 (f684074)
macOS Version
26.4 (25E246)
What happened?
When exporting screen recordings, the .mov/.mp4 files are saved with an executable bit or incorrect com.apple.quarantine attributes. Because of this, macOS Gatekeeper treats the video file as a damaged application and blocks third-party players like IINA from opening it. Running chmod -x or xattr -cr on the file fixes the issue. Please check the file saving permissions in the code
What did you expect to happen?
File can be opened with any player
Steps to Reproduce
Video Codec
H.264
Audio Codec
AAC
Container Format
MOV
Alpha Channel
None
HDR
None
Content Filters
Microphone
Enabled
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions