diff --git a/README.md b/README.md index ffbd7b6..0e9ed4d 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,22 @@ Screen Studio is an awesome product and this is definitely not a 1:1 clone. Open OpenScreen is 100% free for personal and commercial use. Use it, modify it, distribute it. (Just be cool 😁 and give a shoutout if you feel like it !)

- OpenScreen App Preview - OpenScreen App Preview 2 OpenScreen App Preview 3 OpenScreen App Preview 4

## Core Features -- Record your whole screen or specific apps -- Microphone recording with device selection. -- System audio capture (record what's playing on your screen) -- Add manual zooms (customizable depth levels) -- Customize the duration and position of zooms however you please -- Crop video recordings to hide parts -- Choose between wallpapers, solid colors, gradients or your own picture for your background -- Motion blur for smoother pan and zoom effects -- Add annotations (text, arrows, images) -- Trim sections of the clip -- Export in different aspect ratios and resolutions +- Record your whole screen or specific windows. +- Add Automatic zooms or manual zooms (customizable depth levels). +- Record microphone audio and system audio capture. +- Customize the duration and position of zooms however you please. +- Crop video recordings to hide parts. +- Choose between wallpapers, solid colors, gradients or a custom background. +- Motion blur for smoother pan and zoom effects. +- Add annotations (text, arrows, images). +- Trim sections of the clip. +- Customize speed at different segments. +- Export in different aspect ratios and resolutions. ## Installation @@ -76,7 +74,7 @@ You may need to grant screen recording permissions depending on your desktop env System audio capture relies on Electron's [desktopCapturer](https://www.electronjs.org/docs/latest/api/desktop-capturer) and has some platform-specific quirks: -- **macOS**: Requires macOS 13+. On macOS 14.2+ you'll be prompted to grant audio capture permission. macOS 12 and below does not support system audio (mic still works). +- **macOS**: Requires macOS 13+. On macOS 14.2+ you'll be prompted to grant audio capture permission. macOS 12 and below does not support system audio (mic still work). - **Windows**: Works out of the box. - **Linux**: Needs PipeWire (default on Ubuntu 22.04+, Fedora 34+). Older PulseAudio-only setups may not support system audio (mic should still works). diff --git a/public/preview.png b/public/preview.png deleted file mode 100644 index 46440f5..0000000 Binary files a/public/preview.png and /dev/null differ diff --git a/public/preview2.png b/public/preview2.png deleted file mode 100644 index fdbea3e..0000000 Binary files a/public/preview2.png and /dev/null differ diff --git a/public/preview3.png b/public/preview3.png index 9dfdd9d..5e3095f 100644 Binary files a/public/preview3.png and b/public/preview3.png differ diff --git a/public/preview4.png b/public/preview4.png index 52694f5..348216a 100644 Binary files a/public/preview4.png and b/public/preview4.png differ