diff --git a/README.md b/README.md index 5f9ed6e..5e8cef5 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,9 @@ OpenScreen is 100% free for personal and commercial use. Use it, modify it, dist - 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, or gradients for your background +- Choose between wallpapers, solid colors, gradients or your own picture for your background - Motion blur and exponential easing for smoother pan and zoom effects -**Note:** -- After you install the app, you'll need to grant it accessibility and screen recording permissions for it to work properly. - - -## macOS Installation Instructions - Download the latest installer for your platform from the [GitHub Releases](https://github.com/siddharthvaddem/openscreen/releases) page. If you encounter issues with macOS Gatekeeper blocking the app (since it does not come with a developer certificate), you can bypass this by running the following command in your terminal after installation: diff --git a/public/wallpapers/wallpaper1.png b/public/wallpapers/wallpaper1.png deleted file mode 100644 index 0e51d83..0000000 Binary files a/public/wallpapers/wallpaper1.png and /dev/null differ diff --git a/public/wallpapers/wallpaper14.jpg b/public/wallpapers/wallpaper14.jpg new file mode 100644 index 0000000..233238a Binary files /dev/null and b/public/wallpapers/wallpaper14.jpg differ diff --git a/public/wallpapers/wallpaper16.jpg b/public/wallpapers/wallpaper16.jpg new file mode 100644 index 0000000..8bfb8f6 Binary files /dev/null and b/public/wallpapers/wallpaper16.jpg differ diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 1ff120f..29068c0 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -223,7 +223,7 @@ export function SettingsPanel({ selected, onWallpaperChange, selectedZoomDepth, Crop Video
- If the preview looks weirdly positioned at any time, try force reloading (you will lose all your progress) + If the preview looks weirdly positioned or doesn't load, try force reloading the app a few times till it works.